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

.header {
	font-size:14px;
	font-weight:bold;
    color: #FE8300;	
}


a {
	color: #FE8300;
}

a:hover {
 color: #0443AD;
}

a:visited  {
 color: #0443AD;
}

#bodyDiv {
	text-align: left;
	margin: 0 auto;
	width: 790px;
	background-color:#E5ECF7;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

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

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

	#headMain h1 {
		*/ background-image: url(images/winterflakes.gif); *&
		background-repeat: no-repeat;
		height: 70px;
		width: 220px;
		color:#FFFFFF;
		text-transform:uppercase;		
		margin:  0 0 0 5px;
	}

#headMenu {
	height:18px;
	width: 100%;
	font-size: 1.2em;	
	font-family:	Verdana, Arial, Helvetica, sans-serif;
}

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

#headNav {
	height:15px;
	width: 100%;
	color: #FFFFFF;
}

#contentDiv {
	
}

h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #0443AD;
	font-size:1.5em;
	border-bottom: 1px solid #CDD9EF;
}

#contentLeft, #contentMiddle, #contentRight {
	margin: 1px 0 1px 0;
	padding: 5px;
	font-size:10px;
}

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

	#contentLeft p, #contentRight p {
		border-bottom: 1px solid #CDD9EF;
	}

#contentMiddle {
	width: 55%;
	float: left;
	font-size:10pt;
	border-left: 1px solid #CDD9EF;
	border-right: 1px solid #CDD9EF;
}

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

#footer {
	clear: both;
	background-color: #CDD9EF;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 15px;
	text-align:center;
	color:#FFFFFF !important;
}

.dontDisplay {
	display: none;
}
