@charset "utf-8";
body {
	font: 100%/Times New Roman;
	margin: 0;
	padding: 0;
	background-color:#DAE6B7;
}
.container {
	width: 100%;
	width: 780px;
}
.header {
	height: 220px;
	width: 780px;
	background-repeat:no-repeat;
	background-image:url(../images/logo.jpg);
	background-color:#DAE6B7;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}
.title1 {
	padding-top:30px;
	padding-left:50px;
	font-size: 400%;
	color: #336633;
	text-align:center;
}
.title2 {
	padding-left: 50px;
	font-size: 130%;
	color: #336633;
	text-align: center;
}
.title3 {
	padding: 20px 150px 0px 200px;
	font-size: 100%;
	color:#336633;
}
.content {
	padding:10px 10px;
	width: 600px;
	float: left;
}
.sidebar1 {
	float: left;
	width: 160px;
	background: #BD1A0;
	padding-bottom: 0px;
}
.sidebarbuttons {
	float: left;
	padding: 10px 5px;
	width: 140px;
	background: #BD1A0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	color: #336633;
}
.deleteme {
	padding-right: 15px;
	padding-left: 15px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}
a:link {
	color: #336633;;
	text-decoration: none;
}
a:visited {
	color: #336633;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;	
}
ul.nav {
	list-style: none;
	border-top: 3px solid #336633;
	margin-bottom: 0px;
    padding: 0;
}
ul.nav li {
	border-bottom: 1px solid #336633;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #BED1A0;
	color: #336633;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #336633;
	color: #FFF;
}
.footer {
	padding: 10px 0;
	max-width: 780px;
	background: #DAE6B7;
	position: relative;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #336633;
	color: #336633;
	font-size:9px;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
