/* CSS Document */

body {background-color:#999999;
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
color:000000;
font-size:12px;
line-height:18px;
}

p {margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
color:000000;
font-size:12px;
line-height:18px;
margin-bottom:18px;}

h1 {font-family:"Arial Narrow", Arial, Verdana, sans-serif;
margin-top:0px;
color:#961B1E;
font-size:20px;
line-height:25px;
margin-bottom:9px}

h2 {margin-top:0px;
color:#961B1E;
font-size:15px;
line-height:18px;
margin-bottom:9px}

h3 {}

a {color:#2F58AC;
text-decoration:underline;}

a:hover {color:#3366FF;
text-decoration:none;}


/* Containers and stuff */

#container {width:900px;
			margin: 0px auto 0px auto;
			background-image:url(images/paperbg.jpg);
			background-repeat:repeat;
			border-left: 1px black solid;
			border-right: 1px black solid;}
			
#content {padding: 10px 15px 10px 15px}
			
			
#logonav {width:320px;
			float:left;
			height:222px;}
			
#header {float:right;
height:222px;}


#footer
{clear:both;
background-color:#000000;
padding:5px 15px 5px 15px;}

#footer p {color:#ffffff;
			font-size:11px;
			margin-bottom:0px;}
#footer a {color:#FFFF99;}
			
	#leftdiv {width:300px;
				float:left;}
				
	#rightdiv {width:550px;
	float:right;}


