#navbar {
font-family: arial, verdana, helvetica, sans-serif;
font-size: .8em;
text-align: left;
background-color: #344d9f;
padding: 15px}

#navbar a:link, #navbar a:visited {
text-decoration: none;
font-weight: bold;
color: #fdfbcf;
margin-top: 4px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
display: inline}

#navbar a:hover, #navbar a.current {text-decoration: none;
border-bottom: 5px #cecce6 inset}
body {
	margin: 10px;
  border: 1px #344d9f solid;
  font-family:  arial, verdana, helvetica, sans-serif;
  background-color: #ffffff;
  text-align:justify;
	min-width: 730px;
} 

#hdr{
background-image: url(Images/Title8.jpg);
background-repeat: no-repeat;
background-position:left;
background-color: #ffffff;

height: 75px;
padding: 50px;

margin-left: 25px;
margin-right: 20px;
margin-bottom: -25px;
}


 
#wrapper { 
	margin: 0;
	position: relative;
} 

#top{
background:#cecfe7;
  width:90%;
	margin-left:3%;
	margin-bottom:40px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(Images/base4.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;

}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

	
/*lh-col*/
#lh-col {
	
	padding: 0 15px 0 15px;
	position: absolute;
	top: 0;
	left: 3%;
	width: 42%;
	background:#cecfe7;
 z-index:0;
 background-image: url(Images/base2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
} 
/*c-col*/
#c-col {
 padding: 1px 15px 0 15px;
 position:relative;
 left: 52%;
 width:42%;
 background:#cecfe7;
 z-index:0;
 background-image: url(Images/base2.jpg);
 background-repeat: no-repeat;
 background-position: bottom right;
 margin-bottom:50px;
 
}




#ftr {
 clear:both;
 width:100%;
 height: 10px;
 padding: 20px 0px 30px 0;
 background-color: #344d9f;
 background-image: url(Images/dove.gif);
 background-repeat: no-repeat;
 background-position: 60% 40%;
 text-align: center;
 font-size: .6em; 
 color: #333333;

} 
#ftr a:link, #footer a:visited {color: #990000;font-weight: bold; text-decoration: none;}

#ftr a:hover {color: #900000; border-bottom: 1px #900000 solid; font-weight: bold;}




 h1 {
  font-size: 17px;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 27px;
  padding-right: 0;
  font-weight: bold;
  color: #FDFBCF;
  background-color: #344D9F;
}

h1 a:hover {text-decoration: none;
font-weight: bold;
border-bottom: 2px #FDFBCF solid;
}



h2 {
font-size: 12pt;
font-weight: bold;
color: #344d9f;
margin: 0.5em;
padding-top: 5px;
padding-bottom: 5px;
border: 3px #6699cc double;
padding-right: 1%;
padding-left: 1%;
text-align: center;
font-family: arial, verdana, helvetica, sans-serif;}

ol, ul {margin-left: 10px;
        margin-bottom: 10px;
				padding-left:10px}
li {margin-bottom: 5px;
    text-align: justify;}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #900000;
}

a:hover {
text-decoration: none;
font-weight: bold;
border-bottom: 2px #900000 solid;
}