@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
#container {
	width: 803px;
	margin: 0px auto;
}
#header {
	/*background-image: url(images/layout1/header.jpg);
	height: 385px;*/
	background-image: url(images/layout1v2/header.jpg);
	height: 225px;
}
body {
	background-color: #0e436f;
}
#mainMenu {

}
#menuSeparator {
	/*background-image: url(images/layout1/separator.jpg);
	height: 18px;*/
	background-image: url(images/layout1v2/separator.jpg);
	height: 11px;
}

#footer {
	background-image: url(images/layout1/bottom.jpg);
	height: 27px;
	text-align: center;
	font-size: 12px;
	background-repeat: no-repeat;
	color: #e22b23;
	padding-top: 30px;
	clear: both;
}

img {
	border:0px;
}

a.footer {
	color: #c88139;
	text-decoration: none;
}
a.footer:hover {
	color: #f33525;
}

a {
	color: #B1160A;
	text-decoration: none;
}
a:hover {
	color: #c88139;
}

h1 {
	margin:0px;
	padding:0px;
}
h2 {
	margin: 0px;
	padding:0px;
}
h3 {
	margin: 0px;
	padding:0px;
}

#content {
	background-image: url(images/layout1/background.jpg);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 100px;
}
#content  h1 {


}
#content  p {
	font-size: 16px;
}

.article {
}
.article img {
	float: left;
	padding: 10px 10px 10px 10px;

}
td.formLabel {
	text-align: right;
	font-weight:bold;
	padding-right:5px;
	vertical-align:top;
	font-size:16px;
}
textarea.text, input.text {
	border: 1px solid #e22b23;
}
input.button {
	color: #0e436f;
	background-color:#e22b23;
}
td.formInput {
	text-align: left;
	font-weight:normal;
	vertical-align:top;

}



#blog_posts {
	width: 500px;
	float:left;
	margin-right:20px;
}

#blog_sidebar {
	width: 220px;
	float:right;
}

.blog_post_body {
	text-align:justify;
}
.blog_post_footer {
	margin-top:20px;
	margin-bottom:20px;
	font-size:12px;
	text-align:center;
	border-top:1px solid #e22b23;
	border-bottom:1px solid #e22b23;
	padding:5px 0px 5px 0px;
}
.blog_post_comments {
	margin-top: 20px;
}