img, input, select, textarea { vertical-align: middle; }

a img { border: #0F3C46;}

p { margin: 0px 0px 1em 0px; }


body {
	margin: 0px;
	padding: 0px;
	background-color: #0F3C46;
	font-family: Arial, sans-serif;
	
	
}
.container {
	padding: 0px;
	width: 790px;
	margin: 0px auto 10px auto;
	position: relative;
	background: #fff url(../images/body-bg.png);
}



.error {
	color: #f00;
}


.cwrap {

}

.cwrap .header {
	height: 310px;
	margin: 0px 15px 0px 15px;
	background-color: #FFFFFF;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
}


.cwrap .footer {
	background: url(../images/footer.png) 0 100% no-repeat;
	padding-bottom: 40px;
	min-height: 40px;
	text-align: center;
	padding: 0 40px 40px 40px;
	font-size: 80%;
}	

a:hover {
	color: #166170;
	text-decoration: underline;
}

.clearfix {
	line-height: 0px;
	clear: both;
}

ul.menu {
	position: absolute;
	top: 296px;
	right: 50px;	
}

.menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 70%;
	color: #000;
}

.menu a:hover {
	text-decoration: underline;
}

ul.menu, ul.menu li {
	padding: 0;
	margin: 0;
}

ul.menu li {
	list-style-type: none;
	float: left;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid black;
	line-height: 1em;
	margin: none;
}

ul.menu li.first {
	border-left: none;
}

.content .oneColumn {
	width: 720px;
	margin-left: 35px;
}

.content .left_side {
	float: left;
	width: 350px;
	margin-left: 35px;
}

.content .right_side {
	float: right;
	width: 350px;
	margin-right: 35px;

}

.content {
	font-size: 80%;
	line-height: 1.5em;
}

hr {
	height: 1px;
	width: 93%;
	border: none;
	border-top: 1px dotted black;
}

.content h2 {
	color: #166170;
	margin-bottom: 10px;

}
.content h3 {
	color: #166170;
	margin-bottom: 10px;

}
.content h3 a {
	color: #166170;
}
.content h4 {
	color: #E8303B;
	margin-bottom: 10px;

}
.container h5 {
	color: #E8303B;
}

.content .right_side p {
	margin-bottom: 1.7em;
}

.content .right_side a, .content .right_side a:hover {
	text-decoration: none;
}
