/* Credit: http://www.templatemo.com/ */
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #666666;
}

#templatemo_container {
	margin: auto;
	background: #FFFFFF;
	width: 95%;
}
#templatemo_header {
	height: 100px;
	background-color: #CCCCCC;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
}
#templatemo_content {
	width: 100%;
}
#templatemo_left_column {
	float: left;
	min-height: 100px;
	width: 100%;
}
#templatemo_right_column {
	background: #EEEEEE;
	float: left;
	width: 250px;
	min-height: 400px;
}
#templatemo_footer {
	clear: left;
	padding: 5px;
	color: #FFFFFF;
	background-color: #999;
}
#templatemo_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#templatemo_footer a:hover {
	color: #A6CE39;
	text-decoration: none;
}
#templatemo_footer a:visited {
	color: #FFFFFF;
}
#templatemo_footer_2 {
	clear: left;
	color: #666666;
	background-color: #FFF;
	margin-top: 0px;
	padding: 5px;
	position: static;
	height: 30px;
	min-height: 45px;
}
#templatemo_footer_2 a:link {
	color: #338CAF;
	text-decoration: none;
}
#templatemo_footer_2 a:hover {
	color: #A6CE39;
	text-decoration: none;
}
#templatemo_footer_2 a:visited {
	color: #338CAF;
}
#templatemo_site_title {
	padding-top: 25px;
	padding-left: 60px;
	font-size: 54px;
	font-weight: normal;
	color: #666;
}
#templatemo_site_slogan {
	padding-top: 10px;
	padding-left: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.section_box {
margin: 10px;
padding: 10px;
background: #660000;
color: #FFFFFF;
}
.section_box2 {
	margin-top: 25px;
	padding: 10px;
	background: #CCCCCC;
	color: #666;
	text-align: left;
	position: static;
}
.text_area {
	margin: 0px;
	color: #666;
	font-size: 18px;
}

.text_area a:link {
	color: #338CAF;
	text-decoration: none;
}
.text_area a:hover {
	color: #A6CE39;
	text-decoration: none;
}
.text_area a:visited {
	color: #338CAF;
}
.title {
	padding-bottom: 10px;
	font-size: 24px;
	color: #338CAF;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.subtitle {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #338CAF;
	padding-top: 0px;
}

/* Menu Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #FFFFFF;
	border-width: 1px 0;
	background: #338CAF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: #A6CE39;
}
p.iepara{
padding-top: 1em;
}
.go-left {
    float:left;
}
.go-right {
    float:right;
}
