body {
    color:#3A4956;
	background-color:#EBEBEB;
	font-size: 11px;
	margin: 0;
	text-align:center;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

a {
	color:#4292B5;
	text-decoration:none;
                font-weight: bold
}

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

#bodyDiv {
	text-align:  left;
	margin: 0 auto;
	width: 773px;
	background-color:#F5F5F5;
	border-left: 1px #CFCFCF solid;
	border-right: 1px #CFCFCF solid;
}

#header {
	background-image:  url(images/header.jpg);
	background-repeat:no-repeat;
}

#headMain {
	height:182px;
	width: 773px;
	
}

	#headMain h1 {
		font-size: 14px;
		height: 60px;
		width: 550px;
		color:#FFFFFF;
		text-transform:uppercase;
		margin:  0 0 0 5px;
	}

#contentDiv {
	
}

h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #E20000;
	font-size:1.4em;
	border-bottom: 1px solid #CFCFCF;
}

h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #E20000;
	font-size:1.2em;
	border-bottom: 1px solid #CFCFCF;
}

h4 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #E20000;
	font-size:1.1em;
	border-bottom: 1px solid #CFCFCF;
}

h5 {
    color:#3A4956;
	font-size: 11;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0; 
	margin-top: 0px
}


#contentMain {
	background-color:#F5F5F5;
	width: 548px;
	float: left;
}

#contentMain2 {
	width: 525px;
	margin:  5px 0 0 10px;
}

#contentRight {
	width: 223px;
	float: left;
	border-left: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	background-color:#FFFFFF;
}

#contentRight2 {
	width: 200px;
	margin:  0 0 0 10px;
}
		
#footer {
	clear: both;
	background-image:  url(images/footer.gif);
	width: 773;
	height: 15px;
	text-align:center;
	color:#FFFFFF;
}

#footer a {	
	color: #EBEBEB;
	text-decoration:none;
	}
		
#footer a:hover {
    	color: #FFFFFF;
	text-decoration: none;
	}

.dontDisplay {
	display: none;
}