/* CSS Document */

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: tahoma;
	color: #223B67;
	line-height:15px;
	z-index:100;
	font-size: 12px;
	
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-family: tahoma;
color: #223B67;
}

#dropmenudiv a:hover{ /*hover background color*/
background-image:url(../Images/Nav/Dropdown.png);
}

.style1 {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
}
.style2 {
	color: #223b67;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	color: #223b67;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
}
.style4 {
	color: #999999;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
}
.style5 {
	color: #223b67;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.email {
	color: #223b67;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
padding: 0px;
margin: 0px;
background: url(../Images/bckgroundvert.gif);  
background-repeat: repeat-y;
background-position: center center;
background-color: #FFFFFF;
}


.borderTable {
margin: auto auto;	
width: 800px;
padding: 2px 4px 2px 4px;
border: 1px solid #E8E5E6;
padding: 10px;
color: #E8E5E6;
}

