html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
	margin:0px;
	padding:0px;
	}
body {
	background-image: url(images/topBk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: "Century Schoolbook";
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
h1 {
	font-size:32px;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	}	
h2 {
	font-size:22px;
	color:#265F9F;
	border-bottom:#999 dotted 1px;
	padding-bottom:5px;
	margin-bottom:8px;
	}	
h3 {
	font-size:22px;
	color:#AE0000;
	text-shadow:1px 1px 1px #fff;
	margin: 9px 0px 8px 0px
	}	
h5 {
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	}	


#container {
	margin:0 auto;
	width:980px;
	overflow:hidden;
	}
	
.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	}
.content a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
	}
.content a:hover {
	text-decoration:none;
	}			

.content h2 {
    font-family: "Century Schoolbook";
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	color:#265F9F;
	border-bottom:#999 dotted 1px;
	padding-bottom:5px;
	margin-bottom:8px;
	}
.content h2 a {
    font-family: "Century Schoolbook";
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	color:#265F9F;
	}
.content h2 a:hover {
	color:#000000;
	}		
	
.top {
	height:103px;
	}	
.topRht {
	width:320px;
	float:right;
	text-align:right;
	padding-top:20px;
	}	


#nav {
	width:980px;
	height:40px;
	margin:15px 0px 3px 0px;
	background-image: url(images/menuBk.png);
	background-position:center top;
	background-repeat: no-repeat;
	padding:0;
	}
#nav ul {
	list-style:none;
	list-style-image: none;
	margin:0px;
	padding:0px 0px 0px 10px;
		}
#nav ul li {
	height:40px;
	float:left;
	background-image:url(images/menuDivi.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:2px;
	}
#nav ul li a {
	height:32px;
	padding:8px 14px 0px 15px;
	margin:0px px 0px 0px;
	text-shadow: 1px 1px 1px #000;
	display:block;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	}
#nav ul li a:hover, #nav ul li a.active {
	color: #fff;
	background-color:#940000;
	}
#nav ul li:first-child {
	background:none;
	}
	
#nav li.current_page_item a {
	color: #fff;
	background-color:#940000;
	}	
	
#bodyWrap {
	margin:20px 0px 20px 0px;
	line-height:22px;
	}
.flotrht {
	float: right;
	padding-left:10px;
	}
.imgbord {
	padding:1px;
	border:#E6E6E6 solid 1px;
	}
#formDiv {
	width:270px;
	overflow:hidden;
	background-color:#EEEEEE;
	border:#CCCCCC solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top:0px;
	}	
#formDiv .input {
	width:150px;
	height:23px;
	background-color:#EEEEEE;
	border:#CCCCCC solid 1px;
	background-image:url(images/txtboxBk.jpg);
	background-repeat:repeat-x;
	background-position:center top;
		 -moz-border-radius: 4px;
		 -webkit-border-radius: 4px;
		 border-radius: 4px;
	}	
#formDiv .txtbox {
	width:150px;
	height:85px;
	background-color:#fff;
	border:#CCCCCC solid 1px;
	background-image:url(images/txtboxBk.jpg);
	background-repeat:repeat-x;
	background-position:center top;
		 -moz-border-radius: 4px;
		 -webkit-border-radius: 4px;
		 border-radius: 4px;
	}	

.greybox {
	width:270px;
	overflow:hidden;
	background-color:#EEEEEE;
	border:#CCCCCC solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top:0px;
	padding: 5px 0px 10px 0px;
	}	


.greybox2 {
	overflow:hidden;
	background-color:#EEEEEE;
	border:#CCCCCC solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:10px 30px 0px 30px;
	padding: 5px 0px 10px 0px;
	}	


#form2 {
	overflow:hidden;
	background-color:#EEEEEE;
	border:#CCCCCC solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:10px 30px 0px 30px;
	padding: 15px 0px 10px 0px;
	}	
.require {
	color:#C30;
	font-weight: bold;
	font-size:14px;
	}
#form2 .input {
	width:250px;
	height:28px;
	background-color:#FFF;
	border:#CCCCCC solid 1px;
	background-image:url(images/txtboxBk.jpg);
	background-repeat:repeat-x;
	background-position:center top;
		 -moz-border-radius: 4px;
		 -webkit-border-radius: 4px;
		 border-radius: 4px;
	}	
#form2 .txtbox {
	width:250px;
	height:85px;
	background-color:#fff;
	border:#CCCCCC solid 1px;
	background-image:url(images/txtboxBk.jpg);
	background-repeat:repeat-x;
	background-position:center top;
		 -moz-border-radius: 4px;
		 -webkit-border-radius: 4px;
		 border-radius: 4px;
	}	














#footer {
	height:99px;
	background-image:url(images/fotrBk.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	}
#footer .ftrWrap {
	width:980px;
	margin:0 auto;
	padding-top:25px;
	line-height:25px;
	text-align:center;
	}
#footer .ftrWrap, #footer .ftrWrap a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	}
#footer .ftrWrap a:hover {
	color:#CCC;
	text-decoration:underline;
	}
	
	
	
.navigation {
   height:30px;
   }	
.alignleft {
   float:left;
   }	
.alignright {
   float:right;
   }	
	
.box-item {
	width:95%;
	border:#CCCCCC solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:25px;
	padding: 5px;
}