/* CSS Document */

* {
	margin:0px; 
	padding:0px;
	}
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #323232;
	background-color:#fff;
	font-size:.74em;
	}
/* Simplified Box Model Hack for consistent font size to include IE5 Win */
* html body { /*  [* html body] declaration serves IE browsers only. */
	font-size: x-small; /* for IE5 Win */
	f\ont-size:.74em; /* for all other IE. IE5 Win ignores this declaration. */
	}
/* end hack  */
p {
	margin-bottom: 1.0em;
	margin-top:1.0em;
	}
ul {
	padding-left:1.5em; 
	margin-bottom:1.0em;
	margin-top:1.1em;
	}

ol {
	margin-top: 1.0em; 
	margin-bottom: 1.0em;
	padding-left:2.25em;  
	}
ol li { 
	margin-bottom: 1.1em;
	}
h3 {
	font-size: 150%;
	font-weight: normal;
	color: #f48644;
	margin-bottom: 0.5em;
	}
h5 {
	font-size: 110%;
	color: #990000;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font-weight: bold;
	}
h6 {
	font-size: 110%;
	font-weight: bold;
	color: #00484c;
	margin-bottom: 1.0em;
	}
img {border:none;}

div#mainwrap {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;	
	}
div#header {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	}
div#headerGraphic {
	float: left;
	padding-left: 80px;
	}


/*  begin dropDown  */
div#listmenu {
	float:right;
	color:#336666;
	font-weight:bold;
	background-color:#fff;
	margin-top:53px;
	
	width:200px;
	}
div#dropDown {
	float:left;
	}
div#searchContainer {
	float:right;
	margin:0px;
	}

/*  end dropDown/search  */

div#headerBorder {
	/* background-image: url(../images_pres/masthead_teal_border.jpg);
	background-repeat: repeat-x; */
	height: 25px;
	clear: both;
	margin-top:2px;
	margin-bottom:5px;
	border-top: 1px solid #669999;
	}
	
/* global menu  */

div#globalMenu {
	color:#4b5b68;
	padding-top: 6px;
	margin-left: auto;
	text-align: right;
	margin-right: auto;
	width: 975px;
	z-index: 1;
	}
div#globalMenuContainer {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	}
div#globalMenu  a:link {
	color: #4b5b68;
	text-decoration:none;
	padding: 6px 0;
	}
div#globalMenu  a:visited {
	color: #4b5b68;
	text-decoration:none;
	padding: 6px 0;
	}
div#globalMenu  a:hover {
	color:#990000;
	text-decoration:underline;
	}
div#globalMenu  a:active {
	color:#990000;
	text-decoration:underline;
	}

/* end global menu  */

div#mainBody {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	}

/*  deptNav  */
div#deptNav {
	width: 200px;
	background-color: #FFFFFF;
	text-align: right;
	float: left;
	}
div#deptNav ul {
	font-weight: bold;
	color: #336666;	
	border-right: 1px solid #ccc;
	padding-right: 20px;
	}
div#deptNav ul li {
	margin-top: 12px;
	list-style-type:none;
	}
div#deptNav a:link {
	text-decoration:none;
	color: #335166;
	}
div#deptNav a:visited {
	text-decoration:none;
	color: #335166;
	}
div#deptNav a:hover {
	text-decoration:underline;
	color:#990000;
	}
div#deptNav a:active {
	text-decoration:underline;
	color: #335166;
	}
/*  end deptNav  */
div#pageContent {
	width:755px;
	float:right;
	}

div#deptTitle {
	margin-bottom: 0.8em;
	text-align: left;
}

/* end one column layout */
/* ------------ large center column layout (use with div#rightCol -------------------  */
div#centerCol {
	float: left;
	width: 475px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	}
div#rightCol {
	width: 260px;
	float: left;
	padding-top: 55px;
	text-align: left;
	margin-left:20px;
	}
div#rightColField {
	margin-top: 50px;
	}
/* --------------- end center Column layout ------------------- */	


div#falseFooter {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}
div#falseFooterContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 670px;
	text-align: left;
	color: #666666;
}
div#falseFooterContent a {
	text-decoration:none;
	color: #666666;
	}
div#falseFooterContent a:hover {
	text-decoration:underline;
	color: #666666;
	}
div#falseFooterContent a:active {
	text-decoration:none;
	color: #666666;
	}

div#footerTopBorder {
	height: 1px; 
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb;
	margin-bottom:3px;
	}
/* footer */
#footerContainer {
	width:700px;
	margin-right: auto;
	margin-left: auto;
	}	
#footer {
  	float: left;
  	width: 650px;
  	}
#footer dl {
  	float: left;
  	width: 650px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#footer dt {
  	float: right;	
  	margin: 0;
  	padding: 0;
  	}
#footer dd {
  	margin: 0 0 0 45px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}
#footer dl dd.img {
   	margin: 0;
   	}
#footer dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	background: #fff;
  	}
div#footer a {
	text-decoration:none;
	color: #666666;
	}
div#footer a:hover {
	text-decoration:underline;
	color: #666666;
	}
div#footer a:active {
	text-decoration:none;
	color: #666666;
	}	

/*  end footer  */

/*  link separator - accessibility  */
.linkSep {
	color:#fff;
	}
	



/*   standard in-content links RED   */
a:link {
	color:#990000;
	background-color: transparent;
	text-decoration:underline;
	}
a:visited {
	color:#990000;
	background-color: transparent;
	text-decoration:underline;
	}
a:hover { 
	color:#990000;
	background-color: transparent;
	text-decoration:underline;
	}
a:active { 
	color:#990000;
	background-color: transparent;
	text-decoration:underline;
	}
/*   end standard in-content links RED   */	


/*   horizontal ul li  */
.horizontalList {
	margin-bottom: 1.2em;
	}
.horizontalList ul { /* all lists */
	padding: 0;
	list-style: none;	
	}
.horizontalList ul li { /* all list items */
	float: left;
	position: relative;
	text-align: left;
	margin-top: 0;
	padding-right: 15px;
	font-weight: bold;	
	}
.horizontalList ul li a {
	color:#034874;
	}
.horizontalList ul li a:hover {
	color:#990000;
	}
.horizontalList ul li a:active {
	color:#034874;
	}
.horizontalList ul li a:visited {
	color:#034874;
	}
/*   end horizontal ul li  */
.boldBlue {
	font-weight:bold;
	color:#000099;
	}
.boldGreen {
	font-weight:bold;
	color:#00484c;
	}
.boldRed {
	font-weight:bold;
	color:#990000;
	}
.boldRedBig {
	font-size: 110%;
	color: #990000;
	font-weight: bold;
	}



	
.internalBanner {
	margin-bottom: 15px;
	}
.floatLeft250 {
	width:250px;
	float:left;
	margin-right: 20px;
	}
.dd_margin-bottom {
	margin-bottom: 1.75em;
}
.indent15 {
	margin-left:15px;
	margin-right:15px;
	}
.indent25 {
	margin-left:25px;
	margin-right:25px;
	}
.floatRight { 
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	width:200px;
	}
.boxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#034874;
	/* border: 1px solid #034874; */
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}






.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearFloats {
	clear:both;
	}
	
/* skip navigation */
 a.skip {
 	position: absolute; 
	left: -1000em; 
	width: 20em;
	}

