/*** structure  ***/
body {
	background-color:#a5b8d5;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	text-align: center;
	margin: 0;
}

#wrap {
	background-color:#ffffff;
	padding: 0;
	width: 860px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#divtopimage {
	background-image: url(images/bannerLowRes.jpg);
	width: 860px;
	background-repeat: no-repeat;
	height: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
}
#logo {
	height: 49px;
	width: 266px;
	padding-top: 50px;
	padding-left: 17px;
	float: left;
}
#topRt {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}
#divmainnav {
	margin-left:6px;
	margin-top: 4px;
	}
	
#leftcolumn {
	float: left;
	margin: 20px 0 20px 20px;
	width: 165px;
	padding: 0px;
}

html>body #leftcolumn {	margin: 20px 0 20px 30px; }
	
#divimage {
	margin: 25px 0 0 15px;
}

#content {
	float: left;
	padding: 0;
	width: 590px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 26px;
}

#content2 {
	float: left;
	margin: 0px 0 20px 10px;
	padding: 0;
	width: 600px;
}

#divbottomnav {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	width: 860px;
	height: 42px;
}

#divfooter {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/purple_curve2.gif);
	padding-top: 19px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	width: 860px;
	height: 16px;
	padding-bottom: 8px;
}

#divcopyright {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	margin: 0px;
	width: 860px;
	height: 42px;
	background-color:#a5b8d5
}
/*** END STRUCTURE ***/


/*** SIDE NAV FOR RESOURCES PAGES ***/

#sidenav {
	width:155px;
	font-size:85%;
	font-weight:bold;
}

ul.sidenav{
	line-height:normal;
	list-style-position: outside;
	list-style-image: url(/images/arrow.gif);
	margin: 0 0 0 17px;
	padding: 0;	
}

ul.sidenav  li {
	margin-bottom: 7px;
 }
 
/*** END SIDE NAV FOR RESOURCES PAGES ***/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #43377F;
	line-height: 1.25em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #43377f;
}
h3 {
	font-size: 1em;
	color: #006666;
	line-height: normal;
}
.highlight {
	font-size: 1em;
	font-weight:bold;
	color: #006666;
	line-height: normal;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}

#homelist {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	padding: 5px 0;
	margin: 0 30px 10px 0;
	
}
#homelist ul {
	line-height: 1.5em;
	list-style-type: disc;
}

#homelist2 {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	padding: 5px 0;
	margin: 0 30px 10px 00px;
}
#homelist2 ul {
	line-height: 1.5em;
	list-style-type: disc;
}
.gradientBkg {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 30px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20;
	margin-bottom: 30px;
}

/*** LINKS ***/
	
a:link {
	color: #003468;
	text-decoration: underline;
}
a:visited {
	color: #61396b;
	text-decoration: underline;
}
a:hover {
	color: #339999;
	text-decoration: underline;
}
a:active {
	color: #3a6e70;
}
#topRt a:link, #topRt a:visited {
	color: #003468;
	text-decoration: none;
	font-weight:bold;
}
#topRt a:hover {
	color: #339999;
	text-decoration: none;
	font-weight:bold;
}
#topRt a:active {
	color: #3a6e70;
	text-decoration: none;
	font-weight:bold;
}
ul.sidenav a:link, ul.sidenav a:visited {
	color: #003468;
	text-decoration: none;
}

ul.sidenav li a:hover  {
	color: #339999;
	text-decoration: none;	
}
 
ul.sidenav li a:active {
	color: #3a6e70;	
	text-decoration: none;		
}

#sidenav li.current {
	font-weight: bold;
	
}
#sidenav li.current a {
	font-weight: bold;
	/*color: #339999; */
	
}
.highlight a:link, .highlight a:visited {
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	color: #006666;
	line-height: normal;
	}
.highlight a:hover {
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	color: #339999;
	line-height: normal;
	}

.highlight a:active {
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	color: #3a6e70;
	line-height: normal;
	}

/*** END LINKS ***/
	

/*** ROTATING QUOTE ***/

#divquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #7684D3;
	float: left;
	clear: left;
	width: 130px;
	line-height: 1.75em;
	margin: 0 30px 50px 25px;
}
#divquote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #7684D3;
	float: left;
	clear: left;
	width: 130px;
	line-height: 1.75em;
	margin: 0 30px 0 25px;
}

#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #7684D3;
	line-height: 1.75em;
	width: 150px;
}
/*** END ROTATING QUOTE ***/
