html {
}

body {
	margin: 0px;
	background: #ABACB1 url(../img/Menu_Bgrnd.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333366;
}

p {
	margin: 0px;
	margin-bottom: 6px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title, .posttitle  {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
	line-height: 30px;
    background-color: #194F95;
	color: #e8e8e8;
}

.posttitle  {
	margin-top: 0px;
	margin-bottom: 40px;
}

.pretitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
    color: #194F95;
	background: white;
	margin: 0px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #194F95;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #194F95;
    color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #194F95; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

/* ----- */

#header{
	width: 100%;
	height: 252px;
	background: #C7D8E8 url(../img/Header.jpg) no-repeat;
}
#main{
	position: relative;
}
#menu{
	position: absolute;
	width: 280px;
	margin-top: 40px;
	padding-left: 35px;
}
.menuItem a, .menuItemAct a{
	display: block;
	width: 226px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
    color: #194F95;
	background: #fff;
	padding: 0 10px 0 10px;
}
.menuItemAct a{
	background: #DFD7D2;
}
.menuItem a:hover, .menuItemAct a:hover{
    color: #fff;
	background: #194F95;
	text-decoration: none;
}
#content{
	position: absolute;
	left: 288px;
	width: 566px;
	padding: 20px;
	padding-top: 40px; 
	background: #fff url(../img/Content_Bgrnd.jpg) no-repeat;
}

.tableHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
    color: #eeeeee;
	background: #194F95;
	padding: 0 10px 0 10px;
}
.tableSubhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #000;
	background: #e8e2d8;
	padding: 0 10px 0 10px;
}
.tableWhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	background: #F1E9E5;
	padding: 0 10px 0 10px;
}
.tableGrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #DFD7D2;
	padding: 0 10px 0 10px;
}
.tableFoot{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #DCDCDC;
	background: #194F95 url(../img/TableFootArrow.gif) no-repeat 5px;;
	padding: 0 10px 0 10px;
}

.co2{
	font-size: 8px;
}
