﻿@import url(menu_style.css);
body, body.sidebar {
	background-color : #162331;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : normal;
	color : #EEEEEE;
	background-image: url(../images/bg_header.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.box1 {
	background-color: White;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}
.box_footer {
	border-top: 5px solid #88AD3C;
	background-color: #20344A;
	padding-bottom: 20px;
	padding-top: 20px;
}
.box_header {
	background-image: url(../images/bg_header_main.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.box_body {
	background-color: #162331;
	padding-bottom: 20px;
	padding-top: 20px;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: White;
	font-size: 14px;
	font-weight: bold;
}
.main_menu a:Hover {
	color: #DFEBC4;
	text-decoration: underline;
}
.main_menu2, .main_menu2:Link, .main_menu2:Visited {
	color: White;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #556C85;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #60758D;
}
h3 {
	font-weight: bold;
	font-size: 11pt;
	font-family: Tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	height: 1px;
	color: #CCCCCC;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
}

A, A:Link, A:Visited {
	color: #556C85;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #0265BA;
}
.footer {
	color: #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.footer:Link, .footer:Visited {
 	text-decoration: none;
	font-weight: bold;
	color: #73933A;
}
.footer:Hover {
	color: #B2D172;
}
/* Newsletter Sign-up box styles */
.box_signup {
	background-color: #2B3E53;
	padding-top: 20px;
	color: White;
	padding-left: 20px;
	padding-right: 20px;
}


