/* CSS Document */
body{
	background-color: #DCDEE9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
}
.bgd {
	background-image: url(../images/bgd-body.jpg);
	background-repeat: repeat-y;
}
.bgdfooter {
	background-image: url(../images/footer.jpg);
}
.txtFooter,
.txtFooter a,
.txtFooter a:hover,
.txtFooter a:visited,
.txtFooter a:link
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	color: #79A0B2;
	text-decoration: none;
	text-align: center;

}
.txtFooter a:hover
 {
	color: #678898;
}
.txtCookie,
.txtCookie a,
.txtCookie a:visited,
.txtCookie a:hover,
.txtCookie a:link
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #0C4966;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
.navtop {
	background-image: url(../images/mod_lefttop.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #0C4966;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 20px;
	width: 173px;
	padding-left: 6px;
	padding-top: 2px;


}
.bgdnav {
	background-image: url(../images/mod_leftbgd.jpg);
	background-repeat: repeat-y;
}
.navbottom {
	background-image: url(../images/mod_leftbottom.jpg);
	background-repeat: no-repeat;
	width: 173px;
	background-position: left bottom;

}
.modtop {
	background-image: url(../images/mod_righttop.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #0C4966;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 21px;
	width: 201px;
	padding-left: 6px;
	padding-top: 2px;
}
.bgdmod {
	background-image: url(../images/mod_rightbgd.jpg);
	background-repeat: repeat-y;
}
.modbottom {
	background-image: url(../images/mod_rightbottom.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 201px;
}
/*menu starts*/
#coolmenu{
	margin-left:1px;
	width: 171px;
	height:25px;
}
#coolmenu a{
	margin-left:1px;
	font: bold 10px/23px Verdana;
	padding-left: 6px;
	display: block;
	width: 171px;
	height:25px;
	color: #0C4966;
	text-decoration: none;
}
html>body #coolmenu a{
	width: auto;
	padding-left:1px;
}
#coolmenu a:hover{
	background-color: #E5E7EF;
}
/*menu ends*/

.txtbody
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #0C4966;
	text-decoration: none;
}
.txtbody a:hover
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #3685AB;
	text-decoration: underline;
}
.txtbody a,
.txtbody a:visited,
.txtbody a:link
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #173848;
	text-decoration: underline;
}
.txtTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0C4966;
	text-decoration: none;
}
.txtmod,
.txtmod a,
.txtmod a:visited,
.txtmod a:hover,
.txtmod a:link
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #0C4966;
}
.tdborder {
	border-bottom: 1px solid #8291B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #0C4966;
	text-decoration: none;
} 

ul {
	margin: 1;
	padding: 0;
	list-style: none;
	width: 171px; /* Width of Menu Items */
	border-bottom: none;
	}

ul li {
	position: relative;

	}
	
li ul {
	position: absolute;
	left: 170px;
	top: 0;
	display: none;
	border-bottom: 1px solid #E5E7EF;

	}

/* Styles for Menu Items */
ul li a {
	font: bold 10px/23px Verdana;
	display: block;
	text-decoration: none;
	color: #0C4966;
	background: F6F5FB; /* IE6 Bug */
	padding: 1px 5px 1px 8px;
	border: none;
	border-bottom: 0;
	}
ul li ul li a {
	display: block;
	text-decoration: none;
	color: #0C4966;
	background: #F6F5FB; /* IE6 Bug */
	padding: 1px 5px 1px 8px;
	border-top: 1px solid #E5E7EF ;
	border-right: 1px solid #E5E7EF ;
	border-left: 1px solid #E5E7EF ;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #0C4966; background: #E5E7EF; } /* Hover Styles */
		
li ul li a { padding: 4px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.picboarder {
	border: 1px solid #8291B0;
}
.Good{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: green;
}
.Fair{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF9900;
}
.Poor{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: red;
}
.viFAIR{
	background-image: url(../images/fair.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;

}
.viPOOR{
	background-image: url(../images/poor.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
}
.viGOOD{
	background-image: url(../images/good.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
}

