body {
	height:100%;
	background-color:#c7dcdc;
	}

ul{list-style:disc;line-height:2em;;}

ul.noBullet, ol.noBullet{list-style-type:none;line-height:2em;}

body,td,th {
	font-family: arial, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color: #067070;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color: #067070;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color: #66CCCC;
	text-decoration:none;
}

.mastheadFont{
color:#ffffff;
font-family: Book Antiqua, "Times New Roman", Times, serif;
font-size:2em;
text-align:center;
}

h1 {
	font-family: arial, Arial, Helvetica, sans-serif;
	color: #005f5f;
	font-size:1.5em;
}
h2 {
	font-family: arial, Arial, Helvetica, sans-serif;
	color: #008080;
	font-size:1.2em;
}

#searchDiv{
margin:0;
padding-bottom:2px;
padding-right:4px;
font-size:0.8em;

}

#searchDiv form{
padding:0;
margin:0;
display:inline;
color:#015454;
}

#searchDiv input{
}
.searchText{
font-weight:bold;
}

.arrow {list-style-image:url(/images/arrow.gif); font-weight:700;}

.mastheadTable{
padding:0;
background:url(images/divisionHeaderBG.jpg);
background-repeat:repeat-y;	
border-top:2px solid #015454;
border-bottom:1px solid #99b7b7;
border-left:1px solid #99b7b7;
border-right:1px solid #99b7b7;
background-color:#fff;
width:100%;
/*margin:0 auto;*/
}

#wrapper { 
	/*width: 100%;*/  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px solid #99b7b7;
	}

#nav { 
	float: left; 
	width:200px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
 text-align:center;
	vertical-align:top;
	padding-top:0;
	margin-top:1.5em;
	}

#content {
	margin: 1.5em 20px 0 230px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	vertical-align:top;
	 }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mastheadDivider a:link{
color:white;
text-decoration:underline;
}

.mastheadDivider a:visited{
color:white;
text-decoration:underline;
}

.mastheadDivider a:hover{
color:#ccffff;
text-decoration:none;
}


.tableBorderHeader {
border-top:4px solid #015454;
border-left:1px solid #015454;
border-right:1px solid #015454;
}


.tableBorderFooter {
border-top:1px solid #99b7b7;
border-bottom:1px solid #99b7b7;
padding-top:8px;
padding-bottom:8px
}

#footer {
	padding-top:35px; 
	width:100%; 
	text-align:center;
	}
	
.h2center {
	color:#660033;
	text-align:center;
	}	
	
.imgLeft{
float:left;
margin:0 12px 4px 2px;
border:1px solid transparent;
}

.dividerDiv{
width:100%;
height:1px;
border-top:1px solid transparent;
float:none;
}

.importantMsg{
color:#C03;
font-weight:bold;	
}

#highlights ul.basicListReducedIndent{
display: block;
line-height: 130%;
list-style-type: disc;
margin:0;
padding-left:18px;
margin-top:2px;
margin-bottom:2px;
font-size:90%;
}

#highlights ul.basicListReducedIndent li{
padding-bottom:10px;	
}
