body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 76.6%;
	color: #CCCCCC;
	background-color: #4a5b69;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .8em;
	margin-left: 0px;
}

/*=================================================== 	
DIVS 
===================================================*/

#divBody {
	background-color: #c5c0b3;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #DDDDDD;
}


/*=================================================== 	
HEADER 
===================================================*/


#divHeader {
	background-color: #eeeeee;
	color: #333333;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 12px;
}

#divHeader h1 {
	font-size: 30px;
	line-height: .9em;
	margin: 0px;
	padding: 0px;
}
#divHeader h2 {
	font-size: 24px;
	color: #333333;
}
#divHeader h3 {
	font-size: 20px;
	color: #444444;
}
#divHeader a, #divHeader a:link, #divHeader a:visited {
	text-decoration: none;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	display: inline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#divHeader a:hover {
	color: #CCCCCC;
	background-color: #333333;
}
#mainNav .current {
	color: #333333;
	background-color: #FF9900;
	text-decoration: underline;
}


#divMasthead {
}

/*=================================================== 	
MAIN NAVIGATION 
===================================================*/

#divNavigation {
	background-color: #333333;
	height: 40px;
}

#mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#mainNav li {
	list-style-type: none;
	float: left;
}

#mainNav a, #mainNav a:visited #mainNav a:link {
	display: block;
	text-decoration: none;
	color: #FF9900;
	width: 120px;
	padding-left: 5px;
	padding-top: 18px;
	padding-bottom: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#mainNav a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: underline;
}

#mainNav li.current {
	background-color: #416986;
	font-weight: bold;
}


/*=================================================== 	
LEFT COLUMN 
===================================================*/

#divLeftContent {
	background-color: #416986;
	width: 620px;
	float: left;
	color: #FFFFFF;
	background-image: url(../images/border.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#divLeftContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}
#divLeftContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}


/*=================================================== 	
RIGHT COLUMN 
===================================================*/

#divRightContent {
	background-color: #c5c0b3;
	float: right;
	width: 180px;
	color: #333333;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#divRightContent h1 {
	font-size: 1.5em;
	color: #993333;
}

#divRightContent h2 {
	font-size: 1.2em;
}
#divRightContent a, #divRightContent a:link, #divRightContent a:visited {
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 2px;
	text-decoration: none;
}

#divRightContent a:hover {
	background-color: #333333;
	color: #FF9900;
}

/*divRightContent.current {
	background-color: #333333;
	color: #FFFFFF;
}
*/

/*========================== 	
RIGHT COLUMN NAVIGATION 
============================*/

#sideNav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#sideNav li {
	list-style-type: none;
}

#sideNav a, #sideNav a:visited #sideNav a:link {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	width: 140px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #666666;
	margin-top: 5px;
}



/*=================================================== 	
BOTTOM NAVIGATION 
===================================================*/

#divBottomNavigation {
	color: #333333;
	clear: both;
	padding-top: 15px;
	padding-right: 235px;
	padding-bottom: 10px;
	font-weight: bold;
}

/*=================================================== 	
FOOTER 
===================================================*/

#divFooter {
	width: 903px; 
	/* 3px bigger to adjust for border on divBody*/
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
/*	border-top-width: 0.25px;
	border-right-width: 0.25px;
	border-bottom-width: 0.25px;
	border-left-width: 0.25px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
*/	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	height: 25px;
	padding-top: 5px;
}
#divFooter a, #divFooter a:link, #divFooter a:visited {
	text-decoration: none;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#divFooter a:hover {
	color: #333333;
	background-color: #CCCCCC;
}
#divLeftContent a, #divLeftContent a:link, #divLeftContent a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#divLeftContent a:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
