body {
	margin: 10px 0px 10px 0px;
	background-color: #032403;
	text-align: center;
	   }
	   
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 850px;
	background-color: #cdcdaf;
	background-image: url(images/body-bg.jpg);
	background-repeat: y;
	}
	
#left {
	float: left;
	width: 225px;
	overflow: hidden;
	}
	
#center {
	float: left;
	width: 625px;
	overflow: hidden;
	}

.sidebar {
	padding: 0px 25px 0px 50px;
	}

.content {
	padding: 0px 65px 0px 25px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	border-left: solid 1px #003300;
	}
	
h2 {
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	letter-spacing: .2em;
	margin-bottom: 10px;
	}

h3 {
	color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	letter-spacing: .2em;
	margin-bottom: 10px;
	}

h4 {
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
  	letter-spacing: .2em;
	margin-bottom: 10px;
	}
	
	h5 {
	color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
  	letter-spacing: .2em;
	margin-bottom: 10px;
	}
	
	
.floatright {
	float: right;
	padding-left : 6px;
	margin-left : 60px;
	background-color : #996633;
	font:Arial, Helvetica, san-serif;

	}
.floatright  li{

	color: #CCCC99;
	font:Arial, Helvetica, san-serif;
	}

.floatright a:link {

	color: #CCCC99;
	}
	
.floatleft {
	float: left;
	}
	
a {
	text-decoration: none;
	font-weight : bold;
	}

a:link {
	color: #57410b;
	}

a:visited {
	color: #57410b;
	}

a:active {
	color: #57410b;
	}

a:hover {
	color: #003300;
	text-decoration: underline;
	}

.content p {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 11px;
	line-height: 19px;
	}

.content img {
	padding:4px;
	border:1px solid #003300;
	}

.sidebar ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}

.sidebar ul ul {a
	margin-bottom: 0px;
	}

.sidebar li {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	line-height: 100%;
	margin-top: 10px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 10px;
	border-top: solid 1px #003300;
	font-weight: bold;
	}
	
.textbox {
	float: right
	padding: 0px 0px 0px 6px;
	}
