/* ----------------- TEXT STYLES ----------------- */
body {
	margin:20px 0 0 0;
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #23497A;
}

a {
	color:#7291AE;
	text-decoration:underline;
}

a:hover {
	color: #23487A;
	text-decoration:underline;
}

.blue {
	color:#7291AE;
}

.bold {
	font-weight: bold;
}

h1 {
	text-indent:-5000px;
	margin:0 0 0 0;
	overflow:hidden;
	float:left;
}

DIV#faye TD {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
	vertical-align: top;
}

#content H2 {
	font:normal 24px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #23497A;
	padding:0 0 10px 0;
	margin:5px 0 0 0;
	border-bottom:  1px dotted #CCCCCC;
	text-align: left;
}

#sidebar H2 {
	font:normal 18px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #23497A;
	margin:5px 0 0 0;
}

.subhead {
	font:normal 18px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #23497A;
	margin:5px 0 0 0;
}

/* ----------------- LAYOUT STYLES ----------------- */

#container {
	margin:0 auto 0 auto;
	width:900px;
	background-color: #FFFFFF;
}

#sidebar {
	float:left;
	width:275px;
	margin:0 75px 10px 10px;
}

#content {
	width:520px;
	float:left;
	margin:0 0 10px 0;
}

.NavCell {
	height: 35px;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}

.sidebarLinks {
	margin:0 0 0 0;
	padding:0;
	border-top:1px dotted #CCCCCC;
}
	
.sidebarLinks li {
	list-style:none;
	margin:0;
	padding:0;
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
}
		
.sidebarLinks li a {
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
	text-decoration: none;
}
	
.sidebarLinks li a:hover {
	background:#f1f1f1;
	color:#5A7BD6;
	text-decoration: none;
}


/* ----------------- FOOTER STYLES ----------------- */

#footer {
	float:left;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:900px;
}
		
#copyright {
	float:left;
	width:300px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000000;
}

#copyright2 {
	float:left;
	width:600px;
	text-align: right;
}

.footerNav {
	float:right;
	padding:0;
	margin:0 0 0 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#000000;
}

.footerNav li {
	display:inline;
}

.footerNav li a {
	color:#000000;
	text-decoration:none;
}

.footerNav li a:hover {
	color:#000000;
	text-decoration:underline;
}




/* ----------------- BUTTON STYLES ----------------- */
#sidebar a.button
	{  /* Specify only the properties that differ from a.button */
	background:#DBE3F7;
	color:#333333;
	display:block;
	margin:0 0 0 0;
	padding:5px;
	text-decoration:none;
	width:265px;
	border: 1px dotted #cccccc;
}
#sidebar a.button:hover
	{  /* Specify only the properties that differ from a.button */
	background:#e9e9e9;
	color:#000000;
	text-decoration:none;
	width:265px;
	border: 1px dotted #cccccc;
}

/*
.Nav {
	float:left;
	padding:0;
	margin:5px 0 0 0;
	font:normal 18px/24px Georgia, "Times New Roman", Times, serif;
	color:#5A7BD6;
}

.Nav li {
	display:inline;
}

.Nav li a {
	color:#5A7BD6;
	text-decoration:none;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background-color: #EFF2FC;
	display:inline;
}

.Nav li a:hover {
	color:#000000;
	text-decoration:none;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	display:inline;
}
*/

.Nav {
	margin:0 0 0 0;
	padding:0;
	border-top:1px dotted #CCCCCC;
}
	
.Nav li {
	list-style:none;
	margin:0;
	padding:0;
	font:normal 18px/24px Georgia, "Times New Roman", Times, serif;
}
		
.Nav li a {
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #CCCCCC;
	color:#8D8D8D;
	text-decoration:none;
}
	
.Nav li a:hover {
	background:#DBE3F7;
	color:#23497A;
	text-decoration:none;

}
