/* CSS Document */

body {
margin:0px;
padding:0px;
background-color:#e9e9e9;
color:#000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000000;
	clear: both;
	padding-left:8px;
	font-size: 1.4em;
}
/**/

#tabs {
	color: #000000;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	padding-right:10px;
	padding-top:7px;
	text-transform: uppercase;
	word-spacing: 2px;
}
#tabs A {
	color:#ffffff;
	text-decoration:none;
}
#tabs A:hover {
	color:#000000;
	text-decoration:none;
}
#topLogo {
	left: 200px;
	top: 1px;
	padding: 2px 1px 5px 5px;
	padding-left:10px;
	float:left;
}

/*main stuff*/

#leftcol {
float:left;
background-color:#80824f;
width: 398px;
}
#rightcol {
width:380px;
float:right;
background-color:#ffffff;
border:1px solid #80824f;
height: 376px;
}

#nav {
	width:380px;
	height:20px;
	margin:auto;
	float:right;
	padding-top:1px;
	text-align:center;
	color:#000;
}


p a, a:visited, a:active{
	color: #80824f;
	text-decoration: none;
}

p a:hover {
	color: #80824f;
	text-decoration:underline;
}
