@charset "UTF-8";
body {
	background: #CCCC99;
	margin: 10px;
	padding: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
ul, ol, dl, td, p{ 
	padding: 0;
	margin: 0;
}
ul {margin-left:30px}
td {
	vertical-align:top;
	text-align:left;
	padding: 0;
}
p {
	margin:5px 0;
	font-size: 12px;
	line-height: 14px;
	text-indent: 0;
}
/*h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}*/
h1 {font-size:1.6em; color:#900; font-style:italic}
h2 {font-size:1.4em; color:#900}
h3 {font-size:1.3em; color:#000}
h4 {font-size:1.2em; color:#000}
h5 {font-size:1.1em; color:#000}
h6 {font-size:1em; color:#000}
a img { 
	border: none;
}

a:link {
	color: #633;
	text-decoration: underline;
}
a:visited {
	color: #633;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

#container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}
#nav {
	width:100%;
}
#header {
	background: #ADB96E;
}

#content {

	padding: 0px 0;
}
.leftContent {
	width:195px;
}
.rightContent img{
	text-align:center;
}
.centerContent {
	/*.width:570px;*/

	
}
.rightContent {
	width:200px;
}
#footer {
	padding: 0px 0;
	background: #CCC49F;
}
#footContent {
	text-align:center;
	font-size:12px;
	color: black;
}

/*.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}*/
