body {
	font: 11pt Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { 
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 11pt;
}

/* holder styles */
#holder {
	width: 800px;
	background: #000;
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
	background: #000
}


/* navigation styles */
#nav {
	width: 150px;
	float: left;
	padding: 15px 10px;
	text-align: right;
}
#nav a:link { 
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #777;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #ff0000;
}

/* content styles */
#content {
	margin: 0 0px 0 175px;
	padding: 15px;
}
#content p {
	line-height: 130%;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
}
#news p {
	color: #FFF;
}

/* footer styles */
#footer {
	padding: 5px 5px 5px 15px;
	font-size: 9pt;
	color: #fff;
	background: #000;
	margin-left: 175px;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

h1 {
	font-size: 36pt;
	font-weight: lighter;
	line-height: 0pt;
	}
	
h2 {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	line-height: 0pt;
	}
	
h3 {
	font-size: 10pt;
	font-weight: lighter;
	}


