body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-image: url(images/blue_bg.jpg);
	background-repeat: repeat;
}
a:link, a:active, a:visited {
color:#3E5575;
}
a:hover {
color:#859BBC;
}
#wrapper {
	margin:10px auto;
	
}
#frame { width: 700px; }
#leftcol {
	width:103px;
	background-image: url(images/red_bg.jpg);
	background-repeat: repeat;
}
#rightcol { 
width:597px;
background:#ffffff; 
}
#rightcol img {
* margin-bottom:-3px;
}
#topbar { 
position:relative;
background:#ffffff; 
padding-bottom:-5px;
font-size:6px;
}
#logo {
position:relative;
height:36px;
}
#logo_right {
text-align:left;
	background: #627FA9;
	color:#ffffff;
	padding-left:10px;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#footer {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-y;
	position:relative;
	font-size: 10px;
	padding:4px 25px 4px 10px;
	text-align:right;
}
#menu {
	background: #627FA9;
}

#menu a:link, #menu a:active, #menu a:visited {
	color:#FFFFFF;
	font-size:11px;
	
	font-weight: bold;
	text-decoration:none;
	padding:5px 15px;
	display:block;
	float:left;
	background:#627FA9;
	border-right:1px solid #31496d;
	}
#menu a:hover {
	color:#BED9FF;
	background:#31496d;
	border-right:1px solid #627FA9;

}

#content {
background:#ffffff;
padding:10px 20px 30px 20px;
text-align:left;
}
#content h1 {
	color:#7694BF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:1px;
}
#content h1 .larger {
color:#627FA9;
font-size:22px;
font-weight:bold;
}
#bttm_bar {
	background:#ffffff;
	color:#630908;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	padding:4px 0;
	letter-spacing:1px;
}
#contact_head {
	color:#ffffff;
	padding:2px 5px;
	background:#627FA9;
	font-weight:bold;
}
#contact {
font-size:11px;
}
.required {
color:cccccc;
font-size:9px;
}