body {
   background-color : #d4ebf0;
   background-image : url(images/back.jpg);
   background-repeat : repeat-x;
   background-position : top left;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0;
}
a {
	color: #06548e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
	
.style1 {font-size: x-small; color: #666666; font-family: Arial;}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; color: #339999;}
.style3 {
	font-family: Arial;
	color: #30AAC0;
	font-size: 14px;
	font-weight: bold;
}
.Header {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #30AAC0;
}


#dropmenudiv{
position:absolute;
border:3px solid white;
border-bottom-width: 2px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 3px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}
.image{
	border-style:solid;
	border-color: #ffffea;
	border-width:5px;}
.topimage {
background-image : url(images/top.png);
}
.midimage {
background-image : url(images/middle.png);
}
.botimage {
background-image : url(images/bottom.png);
}
.navimage {
background-image : url(images/nav.jpg);
}
.barimage {
background-image : url(images/head_mid.gif);
}
.barimage1 {
background-image : url(images/head_left.gif);
}
.barimage2 {
background-image : url(images/head_right.gif);
}
.border {border: thin solid #CCCCCC;
}
.border2 {
border: medium solid #CCCCCC;
}

