@charset "UTF-8";
#wrapper {
	width: 1000px;
	margin:auto;
font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#header {
	width:1000px;
	height:150px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#banner {
float:right;
width:500px;
height:80;
margin-top:10px;
text-align:left;
}

#content {
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00a8e4;
	border-bottom-color: #023761;
	border-left-color: #00a8e4;	
	}
#menu {
	width:320px;
	float:right;
	margin-right:5px;
}
#main {
	width:640px;
	float:left;
	padding:10px;
}

#main h2 {margin:0px;padding:0px;font-size:15px;color:#333;margin-bottom:10px;}

.clear {clear:both;}


.menubox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #023761;
	border-right-color: #023761;
	border-bottom-color: #023761;
	border-left-color: #023761;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:11px;
	color:#000;
	line-height:14px;
	padding:3px;
	margin-left:5px;
}

.menubox h2 {
	padding:0px;
	margin:0px;
	height:22px;
	line-height:22px;
	font-size:14px;
	color:#fed502;
	background-image:url(../images/h2-bg.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	font-family:Tahoma, Geneva, sans-serif;
	
}

.menubox a {
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-weight:bolder;
}

	.myForm td, input, select, textarea, checkbox  {
	
		font-size: 14px;
	}

	.required {
		color: red;
	}
#CustomFields_24_11 { font-family:Tahoma, Geneva, sans-serif; }
input {
	font-family:Tahoma, Geneva, sans-serif;
	border: 1px solid #CCC;
}
.noborder {border: 0px;}
#footer {font-size:10px;text-align:center;}
