/* CSS Document */
BODY{
margin:0px;
font-family:Helvetica, Arial, sans-serif
}

.header{
height:40px;
background-color:#000000;
color:#FFFFFF;
margin:0px 0px;; clip:    rect(   )}

.navigation{
	color:#999999;
	margin-left: auto;
	font-weight:bold;
	width:auto;
; clip:  rect(   )
}

.nav{
color:#CCCCCC;
text-decoration:none;
}

.nav:hover{
color:#CCCCCC;
text-decoration:none;
}

.img_content{
float:left;
margin-right:5px;
clear:both;}

.logo{
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	margin-left:10px;
	margin-top: auto;
	margin-bottom: auto;
	font-family:"Comic Sans MS";
	letter-spacing:normal;
}
.article_content{
width:460px;
float:right;
font-size:11px; clip:   rect(   )}

.main_body{
width:760px;}

.content_holder{
width:470px;
margin-left:10px;
float:left;
background-color:#FFFFFF;
margin-top:10px;}

.sub_content{
width:200px;
float:right;
background-color:#FFFFFF;
margin-top:10px;
font-size:12px;}

.hr{
background-image:url(images/dot.gif);
background-repeat:repeat-x;
height:1px;
margin-top:6px;
}
.footer{
clear:both;
background-color:#000000;
min-height:120px;
margin-top:25px;
padding-left:50px;
padding-top:25px;
position:relative;
bottom: 0px;
font-size:11px;
width:auto;
}

.disclaimer{
float:right;
width:50%;
color:#CCCCCC;
text-align:right;}


a:link, a:active, a:visited {
	color: #c30;
	text-decoration: none;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}


h2 {
	margin: 0;
	color: #000;
	font-size: 20px;
	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: 12px;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
