.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #996633;
	background-image:url(../images/bg.gif);
	text-align: center;
}

h1 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #808000;
	padding: 0px;
	margin-left: 2px;
}

h2 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #808000;
	margin-left: 5px;
}

p em {
	color: #330033;
}

p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #003333;
}
#wrapper {
	background: #FFFFFF;
	margin: 0px auto;
	width: 770px;
	border-left: 1px dotted #99CC99;
	border-right: 1px dotted #99CC99;
	text-align: left;
}

#bannner{
height: 100px;
padding: 3px 3px 0px 0px;
background-image:url(../images/bg_header.gif);
background-repeat:no-repeat;
}

#topbar{
height: 45px;
background-color: #84692D;
padding: 4px;
text-align:right;
border-top: 1px dotted #6699CC;
border-bottom: 1px dotted #6699CC;
}


#leftcol{
	margin: 10px 5px 5px 10px;
	float:left;
	width: 170px;
	padding: 0px;
	background-color: #7B570C;
	border: none;
}

#leftcol #nav ul{
padding: 0;
margin: 0;
background-color: transparent;
list-style-type:none;
font-size: 14px;
border: none;
}

#leftcol #nav ul li a{
	background-color: #FFD49A;
	border-bottom: 1px dotted #000000;
	color:#003366;
	display:block;
	text-decoration:none;
	padding: 6px 0 6px 4px;
	height: 1%;
}

#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus{
background-color: #333366;
border-right: 1px dotted #6699CC;
border-bottom: 1px dotted #6699CC;
color:#FFFFFF;
}

#leftcol p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003366;
	line-height: 14px;
}

#content{
padding: 1px;
background-color: #FFFFFF;
margin-left:200px;
}

#content p{
font-size: 14px;
}

#footer{
clear:both;
background-color: #FFFFFF;
color: #3399FF;
text-align:center;
}

#footer p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 9px;
margin: 0;
padding: 15px;
}

.container{
width: 99%
float: left;
background-color:#99FF00;
}
