
body {
	margin: 20px;
	font-family: Verdana, Sans-Serif;
	color: #404040;
	font-size: 10pt;
}


h1{
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 20pt;
	font-weight: bold;
	color: #CC9933;
	margin-top: 0px;
	margin-bottom: 0px;
        text-align:center;
       
    
}
h2 {
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 13pt;
	font-weight: bold;
	color: #CC9933;
	
	margin-top: 0px;
	margin-bottom: 0px;
	

}

h3 {
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	
	text-transform: lowercase;
}


h4 {
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	
	text-transform: lowercase;
}




#menu {
	text-align: right;
	position: absolute;
	left: 10px;
	top: 230px;
	width: 210px;
}

#content {
	float: left;
	padding: 10px;
	width: 600px;
}

#main {
	margin-top: 160px;
	padding: 10px;
	padding-left: 215px;
	border-top: 1px dotted #C0C0C0; 
	border-bottom: 1px dotted #C0C0C0;
	height: 200px;
	min-height: 200px;
}

*>#main {
	height: auto;
}

a.menu {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 13pt;

}

a.menu:hover {
	text-decoration: underline;
}

a {
	color: #CC9933;
	font-weight: bold;
}

#footer {
	float: right;
	height: 126px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.indent {
	margin-left: 20px;
}

#header {
	float: right;
	height: 126px;
	margin-top: 10px;
	margin-bottom: 10px;
}



