@charset "UTF-8";
/* CSS Document */

/*Header Styles*/	


#google_translate_element {
	position:absolute;
	overflow: visible;
	margin-left:250px;
	top:20px;
	
	
}

#disclaimer {
	position:absolute;
	overflow: visible;
	margin-left:430px;
	top:20px;
}


a.skip2{
 color:#000000;
 text-decoration:none;
 font-size:70%;
}

#depttitle {
	background: #486084;
	}
#header {
	height:105px;
}
#depthead{
	background: #486084;
	height: 23px;
	padding-top: 12px;
	padding-bottom: 5px;
	z-index: 2;
}
#depthead a{
	color:#FFF;
	text-decoration: none;
}
#depthead a:hover{
	color:#FFF;
	text-decoration: underline;
}
#depthead a:visited{
	color: #fFF;
}
#depthead h1{
	font-size: 100%;
}
#deptlogo{
	margin-top: 6px;
}
#deptname {
	background: #5b7189;
	}
deptsearch{
	z-index: 10001;
	}
#deptsearch2 input{
	font-size: 100%;
}
#deptsearch2 select{
	font-size: 100%;
}
#darkbox{
	background-color: #486084;
	z-index: 1;
}
acronym{
	text-decoration:none;
}
#nav{
	border-top: solid 1px black;
	background-color: #96B1D1;
	width: 802px;
}
#nav ul {
	background:#96B1D1;
	border-right:1px solid #96B1D1;
}
#nav li {
	background:url(../images/blgrayR.gif) no-repeat right;
}
#nav a {
	background:url(../images/blgrayL.gif) no-repeat left;
	/*color: #000000;*/
	color: #002942;
	/*padding:5px 14px;
	margin-right:5px;*/
	padding:5px 3px;
	margin-right:4px;
}
#nav a:hover {
	color:white;
	text-decoration:underline;
}

/*Nav Styles*/	
#sub_nav{
	overflow:visible;
}

#sub_nav h2 {
	color: #880000; /*MH added feb13*/
	font-size: 1.8em; /*EC revised aug92012*/
	font-weight:normal;
	margin-top: 15px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	display: block;
	/*padding: 2px;*/
	line-height: .9em;
}

#sub_nav h3 {
	color: #880000; /*MH added feb13*/
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	display: block;
	padding: 3px;
	line-height: .9em;
	border:none;
}

.sub-topic {
	color: #880000; /*MH added feb13*/
	/*font-size: 1.1em;*/
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	display: block;
	padding: 3px;
	line-height: .9em;
	border-bottom:#CCCCCC solid 1px;
}

#sub_nav h2 a {
	color: #880000;
	text-decoration: none;
}

#sub_nav h2 a:hover {
	text-decoration: underline;
}

#sub_nav li {
	border-bottom:none;
	padding: 0px 0 0px 8px;
	margin-left: 0px;
}

#sub_nav ul li a {
	display:block;
	text-decoration: none;
	font-weight: bold;
	color:#486084;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom:#CCCCCC solid 1px;
	}		
	
#sub_nav ul li a:hover {
	color:#000000;
	text-decoration: underline;
	}
	
#sub_nav ul ul li a{
	color:#486084;
	font-weight:normal;
	line-height: 16px;
	padding: 0;
	border-bottom: #CCCCCC solid 1px;
	}
#sub_nav ul ul{
	padding-bottom: 3px;
	}
#sub_nav ul ul li {
	width:130px;
}	
#sub_nav ul ul li a:hover{
	color:#000000;
	text-decoration: underline;
	}

/*  right nav styles  */

#sub_nav_right h2 {
	color: #880000;
	}

#sub_nav_right {
	float:right;
	display:block;
	padding:10px;
	margin: 5px 0px 5px 10px;
	font-size:.9em;
	line-height:15px;
	font-family: arial, sans-serif;
	font-weight:normal;
	background-color:#f1f3ee;  /*  color of right nav bar  */
	border:1px solid #5b7189;
}

#sub_nav_right li {
	padding: 5px 0px 5px 3px;	
}


#sub_nav_right li a {
	color:#486084;
	list-style:none;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 2px;
}
#sub_nav_right ul li a:hover {
	color:#666;
}
/*Breadcrumb*/	
#breadcrumb a:hover{
	color: #486084;
	text-decoration:underline;
}
/*--GENERAL CLASSES----------------------------------------------------------------*/
.bold {
	font-weight: bold;
	}
.italic{
	font-style: italic;
	}
.superscript {
	vertical-align:super;
	}
.urgentmessage{
	color:#FF0000;
	}
.header_with_line{
	font-family:Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #333333;
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.header_with_line_above{
	font-family:Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #880000;
	display: block;
	border-top: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content{
	background-color: #f7f7f9;
}
#content_column{
	line-height: 1.5em;
	font-size: 95%;
	overflow:visible;
}

#content_column h1{
	font-size:1.7em;
	font-weight:normal;
	line-height: 1em;
	color:#364f89;
	margin-bottom:17px;
	margin-top: 5px;
}
#content_column h2{
	font-size:1.4em;
	font-weight:normal;
	color:#364f89;
	margin-bottom:13px;
	margin-top: 20px;
}
#content_column h3{
	font-size:1.2em;
	font-weight:normal;
	color:#364f89;
	margin-bottom:12px;
	margin-top: 9px;
}
#content_column h4{
	font-size:1em;
	font-weight:normal;
	color:#364f89;
	margin-bottom:10px;
	margin-top: 15px;
}
#content_column h5{
	font-size:.8em;
	font-weight:normal;
	color:#364f89;
	margin-bottom:8px;
	margin-top: 12px;
}
#content_column h6{
	font-size:.6em;
	font-weight:normal;
	color:#364f89;
	margin-bottom:6px;
	margin-top: 9px;
}

#content_column option {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: .8em; color:#333;}

#guideline blockquote { color: #666; background: #ffffff; font-family : Verdana, arial, sans-serif; font-size : 80%; text-align : left; line-height: 1.25em; padding: .4em; border: solid thin #ddd;}

#guideline dt { float: left; clear: left; width: 8px; text-align: right; font-weight: normal; color: #364f89; }

#guideline dd { margin: 0 0 0 40px; padding: 0 0 0.5em 0; }

#guideline h4{font-size:1em; font-weight:normal; color:#364f89; margin-bottom: 8px; margin-top: 8px;
}

.paragraph_heading_center{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:180%;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#666666;
	margin-bottom:25px;
	margin-top: 25px;
}
.fulllength{
	width:100%;
	clear: both;
}	
.leftimage{
	border: none;
	margin: 10px;
	width:auto;
	float:left;
}
.rightimage{
	border: none;
	margin: 10px;
	width: auto;
	float: right;
}
.center{
	text-align: center;
}
.right{
	float: right;
	text-align: right;
}
.left{
	float: left;
	text-align: left;
}

.summary_head{
	text-align: center;
	color: #800000;
	font-weight: bold;
}
/*--From original OP Stylesheet----------------------------------------------------------------*/
/*th {
	color : #000000;
	background : #aaccff;
	font-size : 80%;
	font-weight: bold;
}*/

.note {
	font-family : Verdana, arial, sans-serif;
	font-size : 90%;
	line-height: 1.25em;
}

.note_with_border {
	font-family : Verdana, arial, sans-serif;
	font-size : 90%;
	line-height: 1.25em;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding:5px;
	background-color:#F7F7F9;
}
.note_with_border_blue {
	font-family : Verdana, arial, sans-serif;
	font-size : 90%;
	line-height: 1.25em;
	border: 1px solid #0033FF;
	margin: 2px;
	padding:2px;
	background-color:#B9D9FD;
}
.note_with_border_red {
	font-family : Verdana, arial, sans-serif;
	font-size : 90%;
	line-height: 1.25em;
	border: 1px solid #CC0000;
	margin: 2px;
	padding:2px;
	background-color:#FFCCCC;
}
.note_with_border_green {
	font-family : Verdana, arial, sans-serif;
	font-size : 90%;
	line-height: 1.25em;
	border: 1px solid #006600;
	margin: 2px;
	padding:2px;
	background-color:#7CF18E;
}
.note_with_border_orange {
	font-family : Verdana, arial, sans-serif;
	font-size : 90%;
	line-height: 1.25em;
	border: 1px solid #CA4302;
	margin: 2px;
	padding:2px;
	background-color:#E9A923;
}

.note_with_bgrnd_red {
	font-family : Verdana, arial, sans-serif;
	font-size : 90%;
	line-height: 1.25em;
	margin: 2px;
	padding:2px;
	background-color:#FFCCCC;
}
.indnt {
	text-indent: 1.5em;
}
.addr {
	margin-left : 5%;
	color : #8F0513;
	background-color: #fff;
	font-family : Verdana, arial, sans-serif;
	font-size : 92%;
	font-weight:400;
	line-height: 1.3em;
}

.cite {
	font-family : Verdana, arial, sans-serif;
	font-size : 80%;
	text-align : left;
}

.words2 {
	font-family : arial, sans-serif;
	font-size : 85%;
	color : #000000;
}
.notice {color : #8F0513;
	background-color: #fff;
	line-height: normal;
	font-family : Verdana, arial, sans-serif;
	font-size : 92%;
	font-weight:400;
	text-align : center;
}
.toc {
	font-family : Verdana, arial, sans-serif;
	font-size : 85%;
	text-align : center;
}

.pagetoc {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
   	background-color: #f7f7f9;
	display: block;
	font-size : 92%;
	text-align : center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 15px;
}
.label {color: #000333; border-top: 1px solid #990033; border-left: 4px solid #990033; font-size: 100%; font-family: Verdana, arial, sans-serif; font-weight: normal; font-variant: small-caps; padding-top: .1em; padding-right: 16em; padding-bottom: .5em; padding-left: 1em;}

.label2 {color: #000333; border-top: 2px solid #990033; border-left: 6px solid #990033; font-size: 110%; font-family: Verdana, arial, sans-serif; font-weight: normal; font-variant: small-caps; padding-top: .2em; padding-right: 8em; padding-bottom: .8em; padding-left: .5em;}

table.reg {
	border-width: 1px;
	border-style: none;
	border-color: #ddd;
	border-collapse: collapse;
	background-color: white;
	font-size: 90%;
}
table.reg th {
	border-width: 1px;
	padding: 2px;
	border-style: outset;
	border-color: #ddd;
	background-color: white;
}
table.reg td {
	border-width: 1px;
	padding: 4px;
	border-style: outset;
	border-color: #ddd;
	background-color: white;
}
table.layout {
	border-style: none;
	font-size: 100%;
}
table.layout th {
	border-style: none;
	padding: 2px;
	background-color: white;
}
table.layout td {
	border-style: none;
	padding: 2px;
	background-color: white;
}
.box {padding: 1em; border: solid thin #ddd; margin: 1em 0; color: #364f89; background: #eee;}
.item { /*Izzy added July09*/
	color: #990000;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
}
.inv { display: none; } /*Izzy added July10*/
.place {
	/*color:#364f89;*/
	color:#A3232D;
	/*font-family : Georgia, "Times New Roman", Times, serif;*/
	font-size : 95%;
}
.alertbox {
border:double;
border-color:#ff0000;
	background-color: #FFFF99;
	font-weight: normal;
	font-size: 100%;
	text-align:center;
}
.crossout {
text-decoration:line-through;
}

.external {
	
}

