* { 
	padding:0; margin:0; 
}
a { 
	outline:none;
	color:#202E67;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color:#000;
}
body {
	background-color:#C4D8FB;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:14px;
	color:#333;
}
h1 {
	text-align:center;
	color:#202E67;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
}
h2 {
	text-align:center;
	color:#202E67;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:10px;
	font-weight:bold;
}
#container {
	width:1000px;
	background-color:#EEF5FF;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
	-moz-border-radius:3ex;
	-webkit-border-radius:3ex;
}
#logo {
	width:1000px;
	height:100px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
#nav {
	height:40px;
	background-image:url(images/nav_back.jpg);
    background-repeat:repeat-x;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}
.menu {  
     list-style: none;  
     position: relative;  
     margin-left: auto;
	 margin-right: auto;
	 width:900px;
}  
.menu li {  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 225px;
	height: 40px;
	margin-right: 0px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
}
.menu a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}
#menu1 {
	background-position:0px 0px;
}
#menu2 {
	background-position:-225px 0px;
}
#menu3 {
	background-position:-450px 0px;
}
#menu4 { 
	background-position:-675px 0px;
}
#menu1.active, #menu1:hover { 
	background-position: 0 bottom;
}
#menu2.active, #menu2:hover{
	background-position: -225px bottom;
}
#menu3.active, #menu3:hover {
	background-position: -450px bottom;
}
#menu4.active, #menu4:hover {
	background-position: -675px bottom; 
}
#content {
	float:left;
	width:750px;
	padding:10px;
	border-right:solid 1px #999;
	min-height:300px;
}
.mainbottom {
	text-align:center;	
}
.title {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#202E67;
}
.titlesmall {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#202E67;
}
.textbold {
	font-weight:bold;
}
.centertext {
	text-align:center;	
}
.centertextitalic {
	text-align:center;
}
.centertextitalicsmall {
	text-align:center;
	font-size:12px;
}
#formarea {
	text-align:center;
}
.formstyle {
	padding:8px;
	border:2px solid #202E67; 
	width:300px;  
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:11px;
}
.formverification {
	padding:5px;
	border:2px solid #202E67; 
	width:100px;  
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:11px;
}
#verificationcode {
	border:1px solid #990000;
	text-align:center;
	background-color:#D70000;
	color:#FFFFFF;
	padding:4px;
	width:50%;
}
.contactbutton {
	margin-top:10px;
	display:block;
	border:1px solid #000000;
	width:100px; 
	height:20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	font-size:11px; 
	padding-left:2px; 
	padding-right:2px; 
	padding-top:0px; 
	padding-bottom:2px;
	line-height:14px; 
	background-color:#EFEFEF;	
}
.formtext {
	margin-bottom:5px;
	font-weight:bold;
	color:#202E67;
}
.formstylebox {
	padding:5px;
	border:2px solid #202E67; 
	width:400px; 
	height:100px; 
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	font-size:11px;	
}
#sidebar {
	float:right;
	width:207px;
	padding:10px;
}
#fsb {
    text-align:center;
	margin-top:20px;
}
.sidetext {
	color:#333;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
}
#bottom {
	clear:both;
	height:1px;
	width:1000px;
	background-color:#999;
	overflow:hidden;
}
#foot {
	width:1000px;
	height:50px;
	text-align:center;
	background-color:#EEF5FF;
	-moz-border-radius:3ex;
	-webkit-border-radius:3ex;
}
#footer {
	width:1000px;
	text-align:center;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footer a { 
	outline:none;
	color:#202E67;
	text-decoration:none;
}
.footer a:hover {
	text-decoration: underline;
	color:#000;
}
#slideshow {
	z-index:1;
	height:200px;
	width:1000px;
	border-bottom:solid 1px #999;
}