body {
                color:#000000;
	background-color:#FFFFFF;
	font-size:0.7em;
	margin: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#000000;
	text-decoration: underline;
}

a.current {
	color:#4e4e4e;
}

a:hover {
                color: #000000;
	text-decoration: none;
}

A:visited {
                color: #999999;
}

#bodyDiv {
	text-align: left;
	margin: 0 auto;
	width: 1001px;
	background-color:#FFFFFF;
	border-left: 1px #363533 solid;
	border-right: 1px #363533 solid;
}

#header {
	background-color:#EE2ED1;
	background-repeat:no-repeat;
}

#headMain {
	height:10px;
	width: 100%;
	
}

#headMenu {
	        text-align: center;
	height:20px;
	width: 100%;
	font-size: 0.9em;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

#headMenu a {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#headMenu a:hover {
                color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


	#headMenu ul {
	        text-align: left;
		text-transform:uppercase;
		height:9px;
		padding: 10px 10px 10px 380px;
		margin: 0 0 0 0;
		color:#FFFFFF;
	}
	
	#headMenu li {
		display:inline; 
	}
	
		#headMenu li a {	
			color: #FFFFFF;
			font-weight: bold;
			text-decoration:underline;
		}
	
		#headMenu li a:hover {
			color: #FFFFFF !important;
			
		}

#headNav {
	height:15px;
	width: 100%;
	color: #FFFFFF;
        font-weight: bold;
}


#contentDiv {
	
}

h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:1.3em;
	background-color: #499df3;
}

h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:1.3em;
	background-color: #499df3;
}

h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:1.3em;
	background-color: #499df3;
}

blockquote {
border-left: 2px solid #499df3;
margin: 1em 0;
padding: 10px;
background: #C4DEED;
width: 90%;
}


#contentLeft, #contentMiddle, #contentRight {
	margin: 1px 0 1px 0;
	padding: 5px;
}

#contentLeft {
	width: 28%;
	float: left;
}

	#contentLeft p, #contentRight p {
	}

#contentMiddle {
	width: 42%;
	float: left;
	border-left: 1px solid #363533;
	border-right: 1px solid #363533;
}

#contentRight {
	width: 25%;
	float: left;
}

#footer {
	clear: both;
	background-color: #499df3;
	width: 100%;
	height: 15px;
	text-align:center;
	color:#FFFFFF !important;
                border-top: 1px solid #111111;
}

