/* CSS Document */
BODY{
margin:0px;
font-family:Helvetica, Arial, sans-serif
}

.header{
	height:130px;
	background-color:#030E5A;
	color:#FFFFFF;
	margin:0px;
}

.navigation{
	color:#999999;
	margin-left: 50px;
	font-weight:bold;
	width:50%;
	padding-top: 20px;
}

.nav{
color:#CCCCCC;
text-decoration:none;
}

.nav:hover{
	color:#c30;
	text-decoration:none;
}

.img_content{
float:left;
margin-right:5px;
clear:both;}

.logo{
	color:#FFFFFF;
	font-size:100px;
	font-weight:bold;
	margin-left:50px;
	margin-top: -115px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-4px;
}
.article_content{
	width:560px;
	float:right;
	font-size:14px
}

.main_body{
	width:1080px;
}

.content_holder{
	width:775px;
	margin-left:50px;
	float:left;
	background-color:#FFFFFF;
	margin-top:45px;
}

.sub_content{
	width:200px;
	float:right;
	background-color:#FFFFFF;
	margin-top:50px;
	font-size:14px;
}

.hr{
	background-image:url(dot.gif);
	background-repeat:repeat-x;
	height:1px;
	margin-top:20px;
	margin-bottom: 20px;
}
.footer{
	clear:both;
	background-color:#030E5A;
	min-height:50px;
	margin-top:25px;
	padding-left:50px;
	padding-top:20px;
	position:relative;
	bottom: 0px;
	font-size:10px;
	width:auto;
}

.disclaimer{
float:right;
width:50%;
color:#CCCCCC;
text-align:right;}


a:link, a:active, a:visited {
	text-decoration: none;
	}
	
a:hover {
	color: #c30;
	text-decoration: none;
	}


h2 {
	margin: 0;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}
	
h4 {
	margin: 0;
	color: #000;
	font-size: 16px;
}

h3 {
	margin: 0 0 8px 0;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.style3 {
	color: #C60000;
	font-size: 70px;
}
.style5 {color: #CCCCCC}
.style6 {
	color: #000080;
	font-size: 18px;
	text-decoration: none;
}
.style7 {color: #c30}
.style8 {font-size: 16px}
