@charset "UTF-8";
/* CSS Document */


body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF2C8;
	padding: 0;
	text-align: center;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 850px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	margin: 0 auto;

}

#header {
	background: url(none) no-repeat;
	height: 125px;} 

#menu {
	width: 220px;
	padding: 5px 10px 15px 0px;
	margin: 0;
	color: #000000;
	float: left;
	text-align: left;
}

#menu a {
	text-decoration: none;
	color: #000;
	font-weight: bold;}

#menu a:hover {
	text-decoration: none;
	color: #ff6633;
	font-weight: bold;
	font-size: 11px;}


#menu ul {
	list-style: none;}
	
#content {
	padding-top: 20px;
	text-align: left;
	line-height: 1.4em;
	list-style-image: none;

}

#content ul {
	list-style: none;
	line-height: 1.4em;
}

#content a {
	text-decoration: none;
	color: #ff6633;
}

#content a:hover {
	text-decoration: none;
	color: #ff6633;
	font-weight: bold;

}

.caption {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 2px;}

.caption a {
	text-decoration: none;
	color: #666666;}

.caption a:hover {
	text-decoration: none;
	color:#000000;
	font-weight: normal;}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

