* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
font-size: .12px;
background: #000000;
color: #ffffff;
font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}

a,a:link,a:active,a:visited { color: #E7AD32; outline: none; text-decoration: none;  }
a:hover { color: #FF0000;text-decoration: underline; }
img {border: none;}
ul {  list-style-type: none; margin: 0; padding: 0px; color: #ccc;}	
li {}

#wrap  {
	margin: 20px 0 20px 100px;
	width: 660px;
	text-align: justify;
	float: left;
}

#header {
background: #000000 url() no-repeat;
height: 124px;
}
#header h1 {
color: #FFFFFF;
font-size: 12pt;
margin: 0;
font-weight: 75;
padding: 30px 0 0 30px;
}
#header h1 a { text-transform: none ;font-weight: 100; text-decoration: none; color : #ffff; }
#header h2 {
color: #ffffff;
font-size: 10pt;
margin: 0;
font-weight: 75;
padding: 0 0 0 30px;
}

#content{text-align: justify; float:left;width:469px; }
#content h2 { font-size: 1.2em; font-weight: 600; padding-bottom: 10px;}
#content h2 a { text-decoration: none; font-weight: 100; }
#navigation{
	float:right;
	width:140px;
	padding: 10px;
	text-align: right;
	left: 775px;
    position:fixed;

#navigation ul li { border-bottom: 0px solid #000000; padding: 5px 10px 5px 0; }
#navigation li a:hover { text-decoration: none;}

.column {
float: left;
width: 180px;
margin: 10px;
color: #ccc;
padding: 10px;

}	
.column a { color: #E7AD32; }
.column a:hover { color: #FF0000; }
.column ul {padding-left: 10px;  list-style-type: square; color: #666; }

#footer{ margin: 10px auto 0 auto; font-size: 0.8em; width: 98%; color: #ccc; padding: 5px; }
#footer a {color: E7AD32; }.emboldened {
	font-weight: bold;
	color: #E7AD32;
}
.unemboldened {
	color: #E7AD32;
}
.blockquote {
	width: 550px;
	float: none;
	padding-left: 25px;
	font-style: italic;
	font-size: 10pt;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
