﻿
* {
	padding:0px;
	margin:0px;
	list-style:none;
}
body {
	background:#002647;
}

html, input, textarea {
	font-family:verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#252525;
	line-height:16px;
}
img {
	float:left;
}
.clear {
	clear:both;
}

a {
	color:#0000FF;
}
a:hover {
	color:#FF7E00;
	text-decoration:none;
}
h1 {
	font-size:20px;
	margin:0px 00px 12px 0px;
}

h2 {
	font-size:16px;
	margin:0px 00px 12px 0px;
}

h3 {
	font-size:14px;
	margin:0px 00px 12px 0px;
}
h4 {
	font-size:12px;
	margin:0px 00px 12px 0px;
}
.center {
	text-align:center;
}
.left {
	text-align:left
}
.chart {
	border: 2px solid black;
	border-collapse: collapse;
	margin-bottom: 12px;
	text-align: center;
	width: 345px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.chart2 {
	border-width:2px;
	border-color:black;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:12px;
	text-align:center;
	width:350px;
}
.main {
	font-weight:bold;
	font-size:12px;
}
#frame {
	width:826px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
}
#header, #content, #footer {
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
}
#header{
	width:826px;
	height:145px;
	float:left;
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	

}
/****** body content *****/
#content{
	width:826px;
	float:left;
	padding:0px ;
	background:#ffffff url("images/left_cl_bg.jpg") left repeat-y ;

}
.left_colum{
	width:194px;
	float:left;
}
.bar{
	width:194px;
	float:left;
	background-image:url("images/bar.jpg");
	height:33px;
	
}

.bar p{
	float:left;
	line-height:33px;
	font-weight:bold;
	color:#F2B60D;
	padding-left:20px;
	text-transform:uppercase;
}
.bar2{
	width:194px;
	float:left;
	background-image:url("images/bar2.jpg");
	height:33px;
	
}

.bar2 p{
	float:left;
	line-height:33px;
	font-weight:bold;
	color:#F2B60D;
	padding-left:20px;
	text-transform:uppercase;
}
.left_columcontainer{
	float:left;
	padding:10px;
}
.left_columcontainer img{
	padding-left:25px;
}
.left_columcontainer p{
	color:#BDD2F4;
}
.main_menu {
	width:170px;
	float:left;
	padding:5px 0px 8px 0px ;
}
.main_menu ul{
	padding:0px 2px 2px 8px ;
}
.main_menu li{
	width:160px;
	line-height:16px;
	float:left;
	padding:0px 0px 2px 10px ;
	background:url("images/arrow.jpg") no-repeat;
}
.main_menu li a{
	color:#BDD2F4;
	text-decoration:none;
}
.main_menu li a:hover{
	color:#FFF000;
	text-decoration:none;
}
.centercontent{
	width:590px;
	float:left;
	padding:12px;
}
.centercontent p{
	margin:0px 00px 12px 0px;
}

.centercontent img{
	float:left;
	padding:5px 12px 12px 2px;
}

/****** footer *****/
#footer{
	width:826px;
	float:left;
	padding:18px 0px 15px 0px ;
	background: #0A2443 url("images/footer_bg.jpg") top repeat-x ;
	text-align:center;
	color:#B1B7C2;
}
#footer a{
	color:#B1B7C2;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF000;
	text-decoration:none;
}