/* CSS RESETS DON'T TOUCH */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESETS */
	
body {
	font-size:62.5%;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.25em;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
}
h1 {
	font-size:2em;
	line-height: 0.875em;
	text-transform: uppercase;
}  /* displayed at 24px */
h2 {
	font-size:1.5em;
	line-height: 1.16667em;
	text-transform: uppercase;
	color: #0A729E;
}  /* displayed at 18px */
h3 {
	font-size:1.25em;
	line-height: 1.4em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}  /* displayed at 15px */
h4 {
	font-size:1em;
	line-height: 1.75em;
	margin-top: 1.75em;
	margin-bottom: 1.75em;
}  /* displayed at 12px */
hr {
	border: 0;
	width: 100%;
}
hr.hr1 {
	height: 5px;
	color: transparent;
	background: #fff url(images/hr.gif) scroll center;
}
div.hr1 {
	height: 5px;
	background: #fff url(images/hr.gif) scroll center;
}
div.hr1 hr {
	display: none;
}
p {
	font-size:1em;
	line-height: 1.5em;
	margin-top: 1.166667em;
	margin-bottom: 1.166667em;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: underline;
}
#header {
	font-size:1em;
	width: 950px;
	margin: 15px auto 15px auto;
	padding-bottom: 10px;
	overflow:hidden;
}
/*#nav {font-size:1em; width: 100%; background: #efefef 100% repeat-x; height: 25px; clear: both; margin-top: 15px;}
	.navcontain{width: 950px; margin: 0 auto; padding-top: 7px;}*/
	
	#nav {
	font-size:1em;
	width: 100%;
	height: 50px;
	clear: both;
	margin-top: 15px;
	background-color: #0A729E;
	background-repeat: repeat-x;
	background-position: 100%;
}
.navcontain {
	width: 840px;
	margin: 0 auto;
	height: 50px;
	clear: both;
	background-color: 0080bb;
}
.navcontain li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	font-size:1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
.navcontain li a {
	float: left;
	display: block;
	height: 15px;
	margin-top: 13px;
	padding: 7px 20px 15px 20px;
	color: #fff;
	text-decoration: none;
	background-color: 0080bb;
}
.navcontain li a:hover {
	color: #fff;
	background-color: #108CBF;
}
.navcontain a, .navcontain a:visited {
	text-decoration: none;
	color: #fff;
}
#breadcrumb {
	font-size:0.8em;
	margin-bottom: 5px;
}
#content {
	font-size:1.2em;
	width: 840px;
	margin: 15px auto 15px auto;
	clear: both;
}
#footer {
	font-size:1.1em;
	width: 950px;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 40px 0px 30px 0px;
	clear: both;
}
.logo {
	float: left;
	width: 600px;
	margin-right: 2%;
}
.search {
	float: left;
	width: 17%;
	margin-right: 2%;
	margin-top: 15px;
}
.audience {
	float: left;
	width: 17%;
	margin-right: 1%;
	margin-top: 15px;
}
.columns {
	clear: both;
	font-family: georgia;
}
.columns p a {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}
.columns h2 {
	margin-top: 0.875em;
	margin-bottom: 0.875em;
}
.columns img {
	padding: 3px;
	margin: 0px;
}
.col5 {
	margin: 0% 2% 0% 0;
	float: left;
	width: 55px;
	border-right: 1px #000000 dotted;
}
.col4 {
	margin: 0% 2% 0% 0;
	float: left;
	width: 20%;
}
.col3 {
	margin: 0% 2% 0% 0;
	float: left;
	width: 30%;
}
.col2 {
	margin: 0% 2% 0% 0;
	float: left;
	width: 100%;
}
.colnav {
	margin: 0% 2% 0% 0;
	float: left;
	width: 20%;
}
.colnav a {
	font-weight: bold;
	color: #666;
	font-family: helvetica, arial, sans-serif;
}
.colnav li {
	line-height: 0.07;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.colnav ul li ul li {
	margin: 15px 0px 0px 20px;
}
.colnav ul li ul li a {
	font-weight: normal;
	color: #999;
}
.col2main {
	margin: 0% 2% 0% 0;
	float: left;
	width: 840px;
}
.col2main ul li {
	list-style-type: square;
	list-style-position: inside;
}
.ajax h3 {
	border-bottom: 1px #666 dotted;
}
.col2side {
	margin: 0% 2% 0% 0;
	float: left;
	width: 22%;
	color: #666;
}
.col2side h3 {
	color: #000;
}
.col2sidegray {
	margin: 2% 1% 0% 0;
	float: left;
	width: 22%;
	color: #666;
	background: #ccc;
	border: 1px #666 solid;
	padding: 5px;
}
.col2sidegray h3 {
	color: #000;
}
.col2mainsm {
	margin: 0% 2% 0% 0;
	float: left;
	width: 47%;
}
.col2mainsm img {
	border: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.col2mainsm ul li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 10px;
}
.col2mainsm ul li ul li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 20px;
}
.col1 {
	float: left;
	width: 100%;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 0;
}
li {
	font-size:1em;
	line-height: 1.25em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#footer p {
	padding-left: 15px;
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#footer a, #footer a:visited, #footer a:active {
	color: #808083;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.box {
	margin: 0% 2% 0% 0;
	float: left;
	width: 30%;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}
.box img {
	padding: 3px;
	border: 1px #666 solid;
	margin: 5px;
}
.box4 {
	float: right;
	width: 22%;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 0;
}
.box4 img {
	padding: 3px;
	border: 1px #666 solid;
	margin: 5px;
}
.box5 {
	float: right;
	width: 425px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 0;
}
.box5 img {
	padding: 3px;
	border: 1px #666 solid;
	margin: 5px;
}
.box6 {
	float: left;
	width: 48%;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 0;
}
.box6 img {
	padding: 3px;
	border: 1px #666 solid;
	margin: 5px;
}
.box7 {
	float: left;
	width: 23%;
	height: 320px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 0;
}
.box7 img {
	padding: 3px;
	border: 1px #666 solid;
	margin: 5px;
}
.deptbanner {
	float: left;
	width: 73%;
}
.deptbanner img {
	border: none;
	position: relative;
	top: -45px;
}
blockquote.left {
	width: 200px;
	margin: 5px 15px 5px 0;
	padding: 5px 0;
	border: 3px double #aaa;
	border-width: 3px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
	float: left;
}
blockquote.left li {
	text-align: left;
	margin: 0px;
	font-size: .8em;
}
blockquote.left h3 {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
blockquote.right {
	width: 200px;
	margin: 5px 0 5px 15px;
	padding: 5px 0;
	border: 3px double #aaa;
	border-width: 3px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
	float: right;
}
blockquote.right li {
	text-align: left;
	margin: 0px;
	font-size: .8em;
}
blockquote.right h3 {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.widelist {
	margin-right: 8%;
	width: 41%;
	float: left;
}
.widelist li {
	border-top: 1px #666 dotted;
	padding-top: 15px;
}
.partlist {
	margin-right: 8%;
	width: 100%;
	float: left;
}
.partlist li {
	border-top: 1px #666 dotted;
	padding-top: 10px;
	list-style-image: url(images/blank.gif)
}
.widefirst {
	border: none;
	padding: 0px;
}
.bullets {
	list-style-type: square;
	list-style-position: inside;
}
.searchsubmit {
	padding: 3px;
	color: #fff;
	border: 0;
	margin: 0;
	font-size: 12px;
	cursor:pointer;
	background-color: #ABABAB;
	font-weight: bolder;
}
/* TABLE STYLES */
	#hor-zebra {
	font-size: 1em;
	margin: 10px;
	width: 85%;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td {
	padding: 8px;
	color: #669;
}
#hor-zebra .odd {
	background: #e8edff;
}
/* Content Images with captions */
	img.center, div.center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #efefef repeat-x;
	padding: 6px;
	margin: 5px;
	font-size: 0.8em;
}
img.alignright, div.alignright {
	float: right;
	clear: right;
	padding: 6px;
	margin: 5px;
	background: #efefef repeat-x;
	font-size: 0.8em;
}
img.alignleft, div.alignleft {
	float: left;
	clear: left;
	padding: 6px;
	margin: 5px;
	background-color: #EFEFEF;
	font-size: 0.8em;
}
div.img div {
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
	background-color: #EFEFEF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	padding: 6px;
}
/* SKIP NAV */
	
#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:focus {
	position:static;
	width:auto;
	height:auto;
}
#itstime {
	position: relative;
	float: left;
	top: 5px;
	width: 150px;
	text-align: center;
}
#features {
	margin-left: 0px;
}
.whitetext {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: none;
	color: #FFFFFF;
}
.red {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
.blue {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: none;
	color: #0033FF;
}
.bodytext2 {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.bodytext {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}
.sitemap1{ padding-left:22px; height:22px; background-image:url(images/sitemap1.gif); background-repeat:no-repeat; vertical-align:middle;}
.sitemap2{ padding-left:32px; height:22px; background-image:url(images/sitemap2.gif); background-repeat:no-repeat; background-position:8px 0; vertical-align:middle;}
.sitemap3{ padding-left:32px; height:22px; background-image:url(images/sitemap3.gif); background-repeat:no-repeat; background-position:8px 0; vertical-align:middle;}
