@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #49176D;
	font-size: 85%;
}
.elcfv #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D5ECFC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.elcfv #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.elcfv #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.elcfv #mainContent {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #49176D;
} 
.elcfv  #bulletin  {
	color: #00A0E3;
	padding: 0px;
	border: 2px solid #49176D;
	font-weight: bold;
}
.elcfv #bulletin p {
	padding: 5px;
}
.elcfv #container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #49176D;
	text-align: center;
}
.elcfv #container #mainContent h2 {
	color: #49176D;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #18A9E6;
}
.elcfv #footer {
	padding: 0 10px 0 20px;
} 
.elcfv #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.purpleBG {
	color: #FFFFFF;
	background-color: #49176D;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.nav {
	padding-left: 0px;
	padding-top: 0px;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
.nav ul li {
	position: relative;
	}
.nav li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
.nav ul li a {
	display: block;
	text-decoration: none;
	color: #49176D;
	padding: 5px;
	border: 1px solid #49176D;
	border-bottom: 0;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	width: 138px;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html .nav ul li { float: left; height: 1%; }
* html .nav ul li a { height: 1%; }
/* End */

.nav ul {
	margin: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #49176D;
	padding: 0;
	}

	
.nav ul li a:hover {
	color: #8C1C6C;
	background-color:#D5ECFC;

} /* Hover Styles */

.nav li:hover ul, li.over ul { 
	display: block;
	background-color:#D5ECFC; }	
.elcfv #footer01 {
	font-size: 80%;
}
.homePageCellTable {
	border: 1px solid #49176D;
}
.homePageCell {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8C1C6C;
	color: #00A0E3;
}
.elcfv #mainContent02 {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #49176D;
}
.elcfv #container #mainContent02 h1 {
	font-family: "Times New Roman", Times, serif;
	color: #49176D;
	text-align: center;
}
.elcfv #container #mainContent02 h2 {
	color: #49176D;
}
.elcfv #container #mainContent h4 {
	color: #49176D;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #18A9E6;
}
.elcfv #container #mainContent #policies a {
	color: #0000FF;
    cursor:pointer;
}
.elcfv #container #mainContent #policies #menu1 {
}
