*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #25408f;
	background: #b0b9bf;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
/*a:link { color: #25408f; text-decoration: underline; }
a:visited { color: #25408f; text-decoration: underline; }
a:hover { color: #25408f; text-decoration: none; }
a:active { color: #25408f; text-decoration: underline;}*/
a:link { color: #6b76b4; text-decoration: none; font-style: italic;}
a:visited { color: #6b76b4; text-decoration: none; font-style: italic; }
a:hover { color: #6b76b4; text-decoration: underline; font-style: italic; }
a:active { color: #6b76b4; text-decoration: none; font-style: italic;}

a.external {
	background:transparent url(/images/icons/external.png) no-repeat scroll right center;
	padding-right:13px;
}
#content ul { margin: 0 0 1em 5px; position: relative; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 20px; 
	background: url(/images/icons/arrow.gif) no-repeat 4px 4px; 
}
#content ol {
	margin: 0 0 1em 20px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #eee; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	color: #25408f;
}
h1 { font-size: 1.7em; font-weight: normal; text-transform: uppercase; line-height: 1.2;}
h1 strong {
	color: #b0b9bf;
	font-weight: normal;
	display: block;
}
#home h1 {
	background-color: #c9d0d5;
	padding: 30px 155px 25px 35px;
	color: #25408f;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	line-height: 1.5;
}
h2 { font-size: 1.1em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #cbd3d8;
	background-color: #fff;
	margin: .7em 0 !important;
	margin: 0;
}

#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
#header {
	position: relative;
	width: 100%;
	height: 90px;
}

#header .logo {
	position: absolute;
	top: 34px;
	left: 0;
}




#topnav, #topnav ul {
	line-height: 1;
}
#topnav {
	background: url(/images/bgrounds/nav.gif) no-repeat;
	width: 760px;
	height: 26px;
	padding: 4px;
	margin: 0 0 12px 0;
}
#topnav ul {
	margin: 0 0 0 180px;
	border-left: 1px solid #4f5b9e;
	height: 22px;
}

#topnav a, #topnav a:link, #topnav a:visited, #topnav a:active {
	display: block;
	/*background-color: green;*/
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	padding: 6px 12px 5px 12px;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
	font-size: .8em;
	border-right: 1px solid #4f5b9e;
}

#topnav a:hover {
	background-color: #203672;
	background-color: #4f5b9e;
	color: #fff;
}

#topnav li {
	float: left;
	text-align: center;
}

#sidenav ul {
	margin-bottom: 40px;
}
#sidenav ul ul {
	margin-bottom: 0;
	border-top: 1px solid #cbd3d8;
}
#sidenav ul li {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
#sidenav ul a, #sidenav ul a:link, #sidenav ul a:visited, #sidenav ul a:active {
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 2px;
	font-size: .9em;
	font-style: normal;
	color: #25408f;
}
#sidenav li li a, #sidenav li li a:link, #sidenav li li a:visited, #sidenav li li a:active {
	border-bottom: 1px solid #cbd3d8;
}
#sidenav li a:hover {
	background-color: #cbd3d8;
	color: #25408f;
	font-style: normal;
}
#sidenav ul li li {
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 0;
}


#main {
	width: 760px;
	margin-bottom: 25px;
}
#main-l, #main-r {
	float: left;
	display: inline;
}
#main-l {
	width: 165px;
	margin: 0 15px 0 0;
}
#main-r {
	width: 580px;
	background-color: #fff;
}

#main-l p {
	font-size: .8em;
}
#content {
	width: 580px;
	line-height: 1.4;
}
#sub-l, #sub-r {
	float: left;
	display: inline;
}
#home #sub-l {
	width: 433px;
	padding: 25px 30px;
}
#sub-l {
	width: 360px;/* 425 */
	padding: 35px 35px 25px 30px;
}
.widecol #sub-l {
	width: 515px;
}
#sub-r {
	width: 155px;
	padding: 35px 0 0 0;
}

#footer {
	color: #fff;
	background: #c9d0d5 url(/images/bgrounds/footer.gif) repeat-y;
	text-transform: uppercase;
	position: relative;
	width: 580px;
	height: 15px;
	font-size: .8em;
}
#footer p {
	margin-bottom: 0;
	position: absolute;
}
#footer p.copyright {
	top: 1px; left: 35px;
}
#footer p.footernav {
	top: 0; right: 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	float: left;
	border-left: 1px solid #fff;
	padding: 1px 15px 0 15px;
}
#footer a:hover {
	text-decoration: underline;
}

.data {
	width: 100%;
	margin: 0 0 1em 0;
}
.data th, .data td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #25408f;
}
.data td {
	/*border-bottom: 1px solid #cbd3d8;*/
}

.photo {
	border: 1px solid #cbd3d8;
	width: 134px;
	position: relative;
	margin-bottom: 13px;
}
.photo .enlarge {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*.sitemapul {
	display: none;
}*/

