/* CSS Document */

#wrapper {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	background: url(images/fade.gif) repeat-y;
	width: 760px;
	overflow: visible;
	text-align: left;
}
#border {
	border-top: 1px solid #A9AA9D;
	border-right: 1px solid #A9AA9D;
	border-bottom: 0;
	border-left: 0;		
	margin: 0;
	padding: 0;
}

#banner {
	background-color: #ccddee;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 9px;
}
#banner a img {
	border: 0;
}

/* --------------------------------- BEGIN Navigational Tabs --------------------------------- */
#nav, #nav ul {
	margin: 0;
	padding: 2px 0;
	background-color: #88aacc;
	list-style: none;
	line-height: normal;
	text-align: center;
}
#nav li {
	display: inline;
}
#nav li a {
	border: 0;
	margin: 0;
	padding: 2px 25px;
	width: 152px;
	background-color: #88aacc;
	color: #224466;
	height: auto;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
}
#nav li.selected a, #nav li a:hover {
	background-color: #6688aa;
	border: 0;
	margin: 0;
	color: #ffffff;
}
/* ---------------------------------- END Navigational Tabs ---------------------------------- */

#maincontent {
	background: #ffffff url(images/blue_stripe.gif) repeat-x;
	border: 0;
	margin: 0;
	padding: 15px;
}

#footer {
	background-color: #A9AA9D;
	text-align: center;
	line-height: 1.4;
	color: #EDEAD5;
	font-weight: bold;
	font-size:90%;
}
#footer a {
	color: #EDEAD5;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------*/
body {
	background: #D5D2C0 url(images/bg.gif) repeat;
	margin-top: 15px;
	font-size:90%;
	line-height:1.3;
	color:#333333;
	scrollbar-face-color:#eeeeee; 
	scrollbar-arrow-color:#335577; 
	scrollbar-base-color:#ffffff; 
	scrollbar-shadow-color:#335577; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color:#335577; 
	scrollbar-track-color:#ffffff;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited, a:active {
	font-size:90%;
	font-weight: bold;
	color:#6688aa;
	text-decoration:none;
	}
a:hover {
	font-size:90%;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

h1 {
	font-size: 100%;
	color: #002244;
	border-bottom: 1px solid #ccddee;
	margin-bottom: 5px;
}

.spread {
	line-height: 1.7;
}
