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

a {
	color: #0443AD;
}

a:hover {
 color: #FFFFFF;
}

a:visited  {
 color: #660099;
}

#bodyDiv {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	background-color: #FF99CC;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
}

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

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

	#headMain h1 {
		height: 60px;
		width: 950px;
		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 {
		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 #000000;
}

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

#contentLeft {
	width: 162px;
	float: left;
    border-top: 1px solid #ffffff;

}

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

#contentMiddle {
	width: 643px;
	float: left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
		border-top: 1px solid #ffffff;

}
#c2{
	width: 629px;
	float: left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		padding-bottom: 1cm;
		padding-left: 0.3cm;

}
#contentRight {
	width: 162px;
	float: left;
		border-top: 1px solid #ffffff;

}

#footer {
	clear: both;
	background-color: #000000;
	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;
	
}