/* CSS Document */

* {
	margin:0px; 
	padding:0px;
	}
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #323232;
	background-color:#fff;
	}
/* 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:small; /* 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-bottom: 1.0em;
	padding-left:2.0em;  
	}
ol li { 
	margin-bottom: 1.1em;
	}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #f48644;
	margin-bottom: 0.5em;
	}
h5 {
	font-size: 110%;
	color: #990000;
	margin-bottom: 1.0em;
	font-weight: bold;
	}
h6 {
	font-size: 110%;
	font-weight: bold;
	color: #00484c;
	margin-bottom: 1.0em;
	}
div#mainwrap {
	font-size:95%;
	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/masthead_teal_border.jpg);
	background-repeat: repeat-x; */
	height: 25px;
	clear: both;
	margin-top:2px;
	border-top: 1px solid #bbb;
	margin-bottom:5px;
	}
	
/* global menu  */

div#globalMenu {
	color:#4b5b68;
	padding-top: 6px;
	margin-left: auto;
	text-align: right;
	margin-right: auto;
	margin-bottom:1.1em;
	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;
	border-right: 1px solid #ccc;
	float: left;
	}
div#deptNav ul {
	font-weight: bold;
	color: #336666;
	
	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;
	}
/*  one column layout with secondary content column  */
div#mainContent {
	float: left;	
	width: 575px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;	
	}
div#deptTitle {
	margin-bottom: 0.8em;
	text-align: left;
}
div#secondaryContent {
	width: 160px;
	text-align: left;
	background-color: #fff;
	float: right;	
	}
/* end one column layout */

/* two equal column layout */
div#twoCol_A {
	float: left;
	width: 360px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
div#twoCol_B {
	float: right;
	width: 360px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	}
/* end two equal column layout */

/*   three equal column layout   */
div#colContainer_AB {
	width:505px;
	float:left;
	}
div#threeCol_A {
	float: left;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	}
div#threeCol_B {
	float: right;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	}
div#threeCol_C {
	float: right;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	}

/*   end three equal 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:800px;
	margin-right: auto;
	margin-left: auto;
	}	
#footer {
  	float: left;
  	width: 750px;
	margin-left:72px;
  	}
#footer dl {
  	float: left;
  	width: 750px;
  	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;
	}
	
/*  big links BLUE  */

p.linkBigBlue a {
	color:#034874;
	font-weight: bold;
	background-color: transparent;
	text-decoration:underline;
	}
p.linkBigBlue a:visited {
	color:#034874;
	font-weight: bold;
	background-color: transparent;
	text-decoration:underline;
	}
p.linkBigBlue a:hover {
	text-decoration:underline;
	color:#990000;
	}
p.linkBigBlue a:active {
	color:#990000;
	font-weight: bold;
	background-color: transparent;
	text-decoration:underline;
	}
div.linkBigBlue ul li {
	padding-bottom:1.1em;
	}
div.linkBigBlue ul li a {
	color:#034874;
	font-weight: bold;
	text-decoration:underline;
	background-color: transparent;
	}
div.linkBigBlue ul li a:visited {
	color:#034874;
	font-weight: bold;
	text-decoration:underline;
	background-color: transparent;
	}
div.linkBigBlue ul li a:hover {
	text-decoration:underline;
	color:#990000;
	}
div.linkBigBlue ul li a:active {
	color:#990000;
	font-weight: bold;
	text-decoration:underline;
	background-color: transparent;
	}

/* big links BLUE list  */
div.linkList {
	font-weight: bold;
	color:#034874;
	margin-top: 0px;
	}
div.linkList ul {
	font-weight: bold;
	color:#034874;
	margin-top: 0px;
	}
div.linkList ul li {
	list-style-type:none;
	margin-bottom:0.5em;
	}
div.linkList a {
	color:#034874;
	font-weight: bold;
	background-color: transparent;
	}
div.linkList a:visited {
	color:#034874;
	font-weight: bold;
	background-color: transparent;
	}
div.linkList a:hover {
	text-decoration:underline;
	color:#990000;
	}
div.linkList a:active {
	color:#990000;
	font-weight: bold;
	background-color: transparent;
	}
/*  end big links BLUE   */
/*   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   */	
/*    in-content links BLUE   */
.blueLink a:link {
	color:#000099;
	background-color: transparent;
	}
.blueLink a:visited {
	color:#000099;
	background-color: transparent;
	}
.blueLink a:hover { 
	color:#000099;
	background-color: transparent;
	}
.blueLink a:active { 
	color:#000099;
	background-color: transparent;
	}
/*   end in-content links BLUE   */	

.boldGreen {
	font-weight:bold;
	color:#00484c;
	}
.boldRed {
	font-weight:bold;
	color:#990000;
	}
.boldRedBig {
	font-size: 110%;
	color: #990000;
	font-weight: bold;
	}


.emailLink a:link {
	color: #000099;
	text-decoration: none;
	}
.emailLink a:visited {
	color: #000099;
	text-decoration: none;
	}
.emailLink a:hover {
	color: #990000;
	text-decoration: none;
	}
.emailLink a:active {
	color: #000099;
	text-decoration: none;
	}

	
.internalBanner {
	margin-bottom: 15px;
	}












.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;
	}

