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

a {
	color: #0000FF;
}

a:hover {
	color: #0099FF;
}

a:visited  {
	color: #FF0000;
}

#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:70px;
	width: 100%;
	
}

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

#headMenu {
	height:15px;
	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: #0443AD;
			font-weight: bold;
			text-decoration:none;
		}
	
		#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;
}

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

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

#contentMiddle {
	width: 55%;
	float: left;
	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;
}

.inputfield {
	border: 1px solid #CDD9EF;
	color: #0443AD;
	font-size: 0.8em;
}

.inputbutton {
	border: 1px solid #CDD9EF;
	background-color: #CDD9EF;
	font-size: 0.8em;
	color: #FFFFFF;
	
}
