/* basic elements */
body { 
	font: 9pt/16pt arial; 
	color: #555753; 
	text-align: center;
	background-color: #a4926a;
	margin-left: 5px;
	margin-top: 5px;
	}
p { 
	margin-top: 0px; 
	text-align: left;
	}
	
pc { 
	margin-top: 0px; 
	text-align: center;
	}
		
h3 { 
	font: bold normal 13pt arial; 
	text-decoration: underline;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #00306d;
	}
a:link { 
	text-decoration: none; 
	color: #04356f;
	}
a:visited { 
	text-decoration: none; 
	color: #04356f;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #002c65;
	}	

#navbar a:link, #navbar a:visited { 
	color:#ffffff;
	}

/* specific divs */
#wrapper {
	position: relative;
	margin: 0 auto;
	margin-top: 5px; 
	width: 1000px; /* or whatever */
	}

#logo {
	position: absolute;
	top: 0px; 
	left: 425px;
	}
	
#copy {
	background-color:#FFFFFF;
	}

#paperone {
	font: 10pt/14pt arial; 
	}

#footer {
	font: 9pt/13pt arial; 
	background-color:#FFFFFF;
	}
