body{margin:0;padding:0;font-family:arial;}
#striptop{background-color:#EFE9F5;background-image:url('/images/striptop.gif');background-repeat:no-repeat;height:24px;}
#stripbottom{background-color:#EFE9F5;background-image:url('/images/stripbottom.gif');background-repeat:no-repeat;height:24px;background-position:right;}
#ribbon{background-image:url('/images/topbg.gif');background-repeat:repeat-x;height:21px;}
#top{background-color:#EFE9F5;}
#footer{background-image:url('/images/footerbg.gif');background-repeat:repeat-x;height:71px;}
#left{width:240px;background-color:#EFE9F5;}
#right{width:243px;height:351px;background-image:url('/images/right-bg.gif');background-repeat:repeat-y;}
#menu{margin-left:0;color:#2C6C78;list-style:none;}
#menu li{margin-bottom:10px;}
#menu a, #menu a:visited{color:#2C6C78;}
#menu a:hover{color:#B2C73E;}

#menu2{margin-left:0;color:#2C6C78;list-style:none;}
#menu2 li{margin-bottom:10px;font-size:90%;}
#menu2 a, #menu a:visited{color:#2C6C78;}
#menu2 a:hover{color:#B2C73E;}


#mid{padding:20px;}
h1, h2{color:#2C6C78;}

/* FORM STYLES */


.cssform fieldset{
	width:80%;
	margin-top:30px;
	padding:20px 20px 20px 20px;
}

.cssform legend{
	font-weight:bold;
	font-size: 120%;
	color:#000066;
	
}
.cssform label, .cssform input {
	display: block;
	width: 140px;
	float: left;
	margin-bottom: 5px;
}

.cssform input.long {
	width: 450px;
}


.cssform input, .cssform select{
	display: block;
	width: 200px;
	margin-bottom: 10px;
}

label.cssform{
	text-align: right;
	width: 150px;
	padding-right: 20px;
	font-weight:bold;
}

.cssform label em {
	color:#FF0000;
	font-style:normal;
	font-weight:bold;
	margin-left:5px;
}





#submit{
	text-align: center;
	width: 150px;
	margin-top:10px;
	margin-left:150px;
	}

.formfeedback{
	padding:10px;
	background-color:#003964;
	color:#fff;
}

