@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #0C1453;
}
body, td, th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #5AB113;
	text-decoration: underline;
}
a:visited {
	color: #5AB113;
	text-decoration: underline;
}
a:hover {
	color: #5AB113;
	text-decoration: none;
}
a:active {
	color: #5AB113;
	text-decoration: underline;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.topbox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.menubox {
	height: 36px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.menubox ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.menubox li {
	float: left;
	height: 36px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menuitem {
	height: 24px;
	float: left;
	background-image: url(../images/menuback.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 12px;
}
.menubox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menubox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menubox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menubox a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.spacebox {
	height: 8px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3a49b8;
}
.mainbox {
	background-image: url(../images/background_main.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	min-height: 600px;
}
.mainbox_content {
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
}
.flashbox {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.leftbox {
	float: left;
	width: 220px;
	margin-right: 10px;
}
.centerbox {
	width: 460px;
	margin-left: 10px;
	float: left;
}
.centerbox2 {
	width: 690px;
	margin-left: 10px;
	float: left;
}

.rightbox {
	float: right;
	width: 220px;
}
.title {
	font-size: 24px;
	color: #FFF;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.title2 {
	font-size: 24px;
	color: #5ab113;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.subtext {
	font-size: 11px;
	color: #8B91BE;
	margin-bottom: 10px;
}
.footerbox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.footerbox_content {
	width: 380px;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 12px;
}
.footerbox_text {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #8B91BE;
}

/**** Nav ****/
.img_folder { 
    /*background: url('/images/folder_icon.png') no-repeat top;*/
    width: 150px;
    float: left;
    /*padding: 34px 0 0 29px;*/
}
.img_folder a {
    text-decoration: none;
}
.img_folder img {
    /*margin: 0 0 18px 0;*/
    border:0;
}
