body{
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 1.6;
	padding:0px;
	margin:0px;
	background:#0f315c;
}
#wrap {
	position: relative;
	margin-top: 40px;
	width: 640px;
	margin: 50px auto;
	background: #FFF url(images/wrap-bg.png) repeat-y;
}
#top {
	height: 20px;
	background: url(images/top.png) no-repeat;
}
#bottom{
	clear: both;
	height: 18px;
	background: url(images/bottom.png) no-repeat;
}
#leftContent {
	display: inline;
	float: left;
	width: 220px;
	padding: 10px 0 10px 0;
	margin-right: 12px;
	background: url(images/left-bg.png) no-repeat 0 30px;
}
#rightContent {
	width: 408px;
	padding: 0;
	float: left;
	display: inline;
	top: -11px;
	position: relative;
}
#content {
	padding-right: 10px;
}
#footer {
	clear: both;
	padding-top: 20px;
}
#footer p {
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#ad {
	margin-top: 10px;
}
.left {
	margin: 15px 0;
	border-top: 2px solid #dde0e9;
	border-right: 2px solid #dde0e9;
	float: left;
	display: inline;
	width: 189px;
	padding-right: 10px;
}
.right {
	margin: 15px 0;
	border-top: 2px solid #dde0e9;
	float: right;
	display: inline;
	width: 187px;
	padding-left: 10px;
}
#logo {
	width: 203px;
	display: block;
	margin: 0 auto;
}
#logos {
	margin: 160px 0 0px 0px;
}
#nav ul {
	margin: 30px 10px 50px 10px;
	padding: 0;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#nav li a {
	padding-left: 15px;
	color: #454545;
	display: block;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
}
#nav li a:hover {
	background: url(images/nav-arrow.png) no-repeat 0 6px;
	text-decoration: underline;
}
#nav li a.current {
	color: #356AB3;
	font-weight: bold;
	font-size:16px;
	background: url(images/nav-arrow.png) no-repeat 0 9px;
}
h1 {
	font-size: 20px;
	color: #2A3E6F;
	margin: 8px 0;
	padding: 0;
}
h1 span {
	color: #356AB3;

}
h2, h2 a {
clear: right;
	font-size: 17px;
	color: #2A3E6F;
	margin: 5px 0;
	line-height: 1.3;
}
p {
	color: #454545;
	margin: 0 0 10px 0;
	line-height: 1.6;
	font-size: 12px;
}
p.more a {
	margin-left: 0px;
	background: url(images/arrow.png) no-repeat 0 5px;
	padding-left: 15px;
	color: #356AB3;
}
a:hover {
	text-decoration: none;
}



/* =Form
----------------------------------------------- */
fieldset {
	border: 0;
	padding: 0;
	margin-top: 20px;
}
legend {	
	color : #1C305D;
	font-weight : bold;
	padding: 10px;
}
div.row {
	clear:both;
	display: block;
	padding: 5px 2px;
	text-align:center;
  	color: #1C305D;

}
div.row span.formw {
	float:left;
	padding: 2px 0;
	text-align:left;
	color: #5A3D1B;
	vertical-align: bottom;
}
div.row span.formw input, div.row span.formw textarea {
	background: #EEEAC7;
	border: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #1C305D;
	width: 380px;
}
div.row span.label {
	float:left;
	padding: 7px 0 0 0;
	text-align:left;
	width: 150px;
}
input#contact_submit {
	clear: both;
	width: 100px;
	margin: 20px 30px 0 0;
	float: right;
	font-size: 90%;
	font-weight: bold;
	color: #333;
}
.red {
	color: #990000;
}