body{
	margin:0;
	padding:0;
	background:url(images/bg.jpg) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#706f6f;
}
h1, h2, h3, h4{
	margin:0;
	padding:0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#294b72;
	font-weight:normal;
}
p{
	margin:0;
	padding:0 0 10px 0;
	line-height:1.6em;
}
ol li{
	font-size:14px;
	line-height:1.6em;
	padding-bottom:10px;
	color:#706f6f;
}
a img{
	border:none;
}
a{
	color:#294b72;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
p.title01 strong{
	font-size:16px;
}
#logos img{
	padding:5px 10px;
}
.tables td{
	padding:5px;
}
#contact td{
	padding: 5px;
}
.inputs{
	border:#999999 solid 1px;
	background-color:#FFFFFF;
	padding:2px;
}
#submitButt{
	width:99px;
	height:31px;
	float: left;
	background:url(images/submitButton_09.png) no-repeat;
}
#submitButt input{
	width:99px;
	height:31px;
	float:right;
	background:none;
	border:none;
	cursor:pointer;	
}
.imgLeft{
	float:left;
	margin:0 10px 0 0;
	padding:4px; 
	border:#EEEEEE solid 1px;
}
.imgRight{
	float: right;
	margin:0 0 0 10px ;
	padding:4px; 
	border:#EEEEEE solid 1px;
}
/*====== Containers ==========*/
#centerContainer{
	width:870px;
	margin:0 auto;
	height:auto;
}
#page{
	width:850px;
	padding:0 10px;
	float:left;
	background:url(images/pageBG.png) repeat-y;
}
#headmast{
	width:850px;
	height:auto;
	float:left;
}
a#logo{
	width:336px;
	height:128px;
	float:left;
	text-decoration:none;
	display:block;
}
#topNav{
	width:500px;
	height:51px;
	float:left;
	margin:0;
	padding:0 0 0 350px;
	background:url(images/topnavBG.jpg) no-repeat;
}
#topNav li{
	height:51px;
	float:left;
	width:auto;
	background:url(images/topnavseparator.jpg) right no-repeat;
	list-style:none;
	display:inline;
}
#topNav li a{
	float:left;
	padding:0 15px;
	height:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:15px;
	display:block;
}
#topNav li.active a{
	color: #00CCCC;
}
#topNav li a:hover{
	color: #00CCCC;
}
li.active a{
	color: #00CCCC;
}
#flashCont{
	width:850px;
	height:188px;
	float:left;
	background: url(images/header02.jpg) no-repeat;
}
#topNavMid{
	width:850px;
	height:42px;
	float:left;
	margin:0;
	padding:0;
	background:url(images/topNavBG2.jpg) repeat-x;
}
#topNavMid li{
	height:42px;
	float:left;
	background:url(images/topnavseparator2.jpg) right no-repeat;
	list-style:none;
	display:inline;
}
#topNavMid li a{
	float:left;
	padding:0 32px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:12px;
	display:block;
}
#topNavMid li.active a{
	color: #00CCCC;
}
#topNavMid li a:hover{
	color: #00CCCC;
}
#contentContainer{
	width:850px;
	height:auto;
	float:left;
	background:url(images/contentBottomBG.jpg) bottom no-repeat;
}
#leftPanel{
	width:250px;
	height:674px;
	float:left;
	background:url(images/leftPanelBG.jpg) top;
}
#rightPanel{
	width:570px;
	height:auto;
	float:right;
	padding-right:15px;
	padding-top:10px;
}
#rightPanel h2{
	font-size:20px;
	padding:7px 0;
	border-bottom:#CCCCCC solid 3px;
	border-top: #ccc solid 1px;
	margin-bottom:15px;
}
#rightPanel strong{
	color:#294b72;
}
#footer{
	width:100%;
	height:auto;
	background:url(images/footerBG.jpg) center top no-repeat;
	text-align:center;
	float:left;
	clear:both;
	padding-top:30px;
}
#footer #footernav{
	font-size:10px;
	color:#666666;
}
#footer #footernav a{
	color:#666666;
	text-decoration:none;
	padding:0 5px;
}
#footer #footernav a:hover{
	text-decoration:underline;
}
.graph{
	border-top:#F2F2F2 solid 1px;
	border-left:#F2F2F2 solid 1px;
}
.graph td{
	border-right:#F2F2F2 solid 1px;
	border-bottom:#F2F2F2 solid 1px;
}