@charset "UTF-8";

html,body,li,ul,img,form,h1,h2,h3,h4,h5,h6,hr{
margin:0px;
padding:0px;
}
body {
	background-color: #334433;
	background-image: url(/assets/images/background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #3366AA;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 24px;
	color: #990000;
}
h2 {
	font-size: 18px;
	color: #990000;
}
h3 {
	font-size: 18px;
	color: #3366AA;
}
h4 {
	font-size: 16px;
	color: #990000;
}
h5 {
	font-size: 14px;
	color: #990000;
}
ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 1.5em;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	background-image: url(/assets/images/header.png);
	background-repeat: no-repeat;
	height: 140px;
}
#footer {
	height: 100px;
	margin-top: 60px;
	margin-bottom: 30px;
}
#leftcolumn {
	width: 180px;
	float: left;
	margin-top: 10px;
}
#leftcolumn #nav_container {
	margin: 0px;
	padding: 0px;
}
#leftcolumn #nav_container #nav_top {
	background-image: url(/assets/images/nav_top.png);
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-repeat: no-repeat;
}
#leftcolumn #nav_container #nav_middle {
	background-image: url(/assets/images/nav_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#leftcolumn #nav_container #nav_middle #nav_content {
	padding-right: 10px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: none;
}
#leftcolumn #nav_container #nav_bottom {
	height: 30px;
	background-image: url(/assets/images/nav_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#centercolumn {
	float: left;
	width: 400px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#rightcolumn #sidebar {
}
#rightcolumn #sidebar #sidebar_top {
	background-image: url(/assets/images/nav_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
#rightcolumn #sidebar #sidebar_middle #sidebar_middle_content {
	margin-right: 20px;
	margin-left: 20px;
}
sidebar_img {
	border: thin solid #3366AA;
}
#wrapper #rightcolumn #sidebar #sidebar_middle #sidebar_middle_content img {
	border: thin solid #3366AA;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightcolumn #sidebar #sidebar_bottom {
	background-image: url(/assets/images/nav_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}
#rightcolumn #sidebar #sidebar_middle {
	background-image: url(/assets/images/nav_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#centercolumn #box_middle {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}
#centercolumn #box_middle #middle_bottom {
	background-image: url(/assets/images/main_box_bottom.png);
	height: 40px;
	background-position: center bottom;
}
#centercolumn #box_middle #box_middle_middle #box_middle_middle_content p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 1em;
	font-size: 12px;
}
#centercolumn #box_middle #box_middle_top {
	background-image: url(/assets/images/main_box_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
}
#centercolumn #box_middle #box_middle_middle {
	background-image: url(/assets/images/main_box_content.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#centercolumn #box_middle #box_middle_middle #box_middle_middle_content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
.middle_img {
	border: thin solid #3366AA;
	margin: 5px;
}
#rightcolumn {
	float: right;
	width: 180px;
	margin-top: 10px;
}
url {
	ssi_enable:"yes";
}
#wrapper #centercolumn #box_middle #box_middle_middle #box_middle_middle_content a {
	color: #3366AA;
	font-weight: bold;
	font-size: 14px;
}
#wrapper #centercolumn #box_middle #box_middle_middle #box_middle_middle_content a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
