/* CSS Document */
BODY{
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif
}

.header{
height:120px;
width:auto;
background-color:#ff6600;
color:#FFFFFF;
margin:0px;}

.navigation{
	color:#999999;
	margin-left: 25px;
	font-weight:bold;
	width:auto;
	padding-top: 10px;
	padding-bottom: 15px;
}

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

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

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

.logo{
	color:#000000;
	font-size:95px;
	font-weight:bold;
	margin-left:25px;
	margin-top: -115px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-8px;
}
.article_content{
width:348px;
float:right;
font-size:11px}

.main_body{
width:1000px;}

.content_holder{
width:700px;
margin-left:25px;
float:left;
background-color:#FFFFFF;
margin-top:20px;}

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

.hr{
background-image:url(images/dot.gif);
background-repeat:repeat-x;
height:1px;
margin-top:6px;
}
.footer{
clear:both;
background-color:#666633;
min-height:75px;
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;
}

#content dl, 
#content dt, 
#content dd
{
	margin: 0;
	padding: 0;	
}

#content dt
{
	padding: 10px;
	font-weight: bold;
	background-color: #cccc99;
}

#content dd
{
	padding: 1px 10px;
	margin-bottom: 15px;
	background-color: #e6e6ce;
	border-bottom: 1px dotted #aaaaaa;
}
