﻿.body {
	background-color:#999999;
	text-align: left;
	color: 999999;
}

#wrapper {
	background-color:#ffffff;
	width:801px; 
	margin:0px auto;
}

#header {
	position: relative;
	margin: 0 auto;
	height: 95px;		
}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: 999999;
	}

h1 {
	font-size: 22px;
	text-align: left;
	color: 999999;
	}

.center {
	margin-left:300px;
}	

/* Links */

a:link, a:visited { 

	text-decoration: none;
	color: #cc0000;	
	}
	
a:link 
	{text-decoration:none;
	color:#cc0000;
	}   

#content {
	font-size: 9pt;
	font-family: arial;
	color: 999999;
	padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
	line-height: 1.5em;
	}


#sidebar {
	width: 100%;
	right:40px;
}	

.title {
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
}
#footer {
	clear:both;
	right:40px;
	}
