a:link {
	color: #666666;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:none;
}
a:active {
	color: #666666;
	text-decoration:none;
}
body {
	background-image: url(../images/front/BG.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #1c588c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.main{
	width:820px;
	display:table;
	margin:0px auto;
}
.header{
	width:820px;
	height:109px;
	float:left;
	position:relative;
	background-image:url(../images/front/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.top_nav{
	width:800px;
	height:20px;
	float:left;
	position:relative;
	text-align:left;
	padding:0px 0px 0px 20px;
}
.flash{
	width:567px;
	height:229px;
	float:left;
	position:relative;
}
.left_nav{
	width:253px;
	float:right;
	position:relative;
}
.left_nav_content{
	 background-image:url(../images/front/left_nav_tile.jpg); 
	 height:181px; 
	 width:243px;
	 text-align:left;
	 padding:4px 0px 0px 10px;
}
.left_nav_content ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.left_nav_content li{
	margin:0px;
	padding:0px;
	font-family:Gill Sans MT, Gill Sans, Trebuchet MS, Arial;
	color:#333333;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
}
.left_nav_content a{
	margin:0px;
	padding:0px;
	font-family:Gill Sans MT, Gill Sans, Trebuchet MS, Arial;
	color:#333333;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	padding:4px;
	display:block;
	width:210px;
}
.left_nav_content a:hover{
	margin:0px;
	padding:0px;
	font-family:Gill Sans MT, Gill Sans, Trebuchet MS, Arial;
	color:#333333;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	padding:4px;
	display:block;
	background-color:#CCCCCC;
	width:210px;
	color:#1C155B;
	background-image:url(../images/front/left_nav_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.content_main{
	width:820px;
	display:table;
	background-image:url(../images/front/content_tile.jpg);
	background-position:top;
	float:left;
	position:relative;
}
.content{
	width:764px;
	display:table;
	background-image:url(../images/front/content_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	padding:16px 28px 16px 28px;
	text-align:left;
	height:300px;
}
.content h1
{
	font-family:Gill Sans MT, Gill Sans, Trebuchet MS, Arial;
	font-size:18px;
	color:#DB241C;
	margin:0px;
	padding-top:0px;
	padding-bottom:20px;
	font-weight:normal;
}
.content h2
{
	font-family:Gill Sans MT, Gill Sans, Trebuchet MS, Arial;
	font-size:16px;
	color:#DB241C;
	margin:0px;
	padding-top:0px;
	padding-bottom:5px;
	font-weight:normal;
}
.content h3
{
	font-family:Gill Sans MT, Gill Sans, Trebuchet MS, Arial;
	font-size:14px;
	color:#DB241C;
	margin:0px;
	padding-top:0px;
	padding-bottom:5px;
	font-weight:normal;
}
.content h4
{
	font-family:Arial;
	font-size:11px;
	color:#DB241C;
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;
	font-weight:bold;
}
.content p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:11px;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
.content ul {
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:11px;
	color:#333333;
	margin-top:5px;
}
.content a {
	text-decoration:none;
	font-weight:bold;
	color:#003366;
}
.content a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#003366;
}
.content a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#003366;
}
.footer{
	width:820px;
	height:38px;
	float:left;
	position:relative;
	background-image:url(../images/front/footer.jpg);
}