body {
	margin:20px;
	background:#C0C0A6 url(./images/body-bg.png) repeat-x;
	color: #333333;
	text-align:center;
	padding:0;
}

a, a:link, a:visited {
	color:#003300;
	text-decoration:none;
}

a:hover { 
	color:#666633;
	text-decoration:underline;
}

a.level2 {
	font-size:85%;
}
 
h1 {
	margin:0px;
	color:#033300;
}
 
h2 {
	margin:0px;
	color:#033300;
}

#outer {
	text-align:left;
	margin:0px auto;
}

#search {
  display: none !important;
}

#hdr {
  display: none !important;
}

#bodyblock {
	/*background: #dcdcdc;
	width:760px;
	position:relative;
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	width:760px;
	margin:0px;*/
}

#left {
  display: none !important;
}

#left table {
	width: 180px;
	border: solid 1px #94AA74;
	text-align:left;
	margin-top:8px;
	margin-left:9px;
}

#left th {
	color: #FFFFFF;
	background-color: #033300;
	text-align:center;

}

#left td {
	/*background-color: #CDD7B8;*/
	background-color: #CDD7B8;
	padding:3px;
}

#right {
/*
	width:560px;
	padding:5px;
	*/
}

#ftr {
  display: none !important;
}
 
 /* Topic Box CSS */
.topic { 
	background:#EBEAD6; 
	border:#D3D6C1 solid 1px; 
	margin:5px 0; 
	font-size:18px;
	height:80px;
	width:50%;
}

.topic h1 { 
	padding:2px 10px 2px 65px; 
	font-size:80%; 
	margin:0 auto; 
	color:#454335; 
	font-weight:bold; 
}

.topic h1 a,
.topic h1 a:link,
.topic h1 a:visited { 
	color:#454335; 
	text-decoration:none; 
}

.topic h1 a:hover { 
	color:#454335; 
	text-decoration:underline; 
}

.topic p { 
	padding:0 10px 2px 65px; 
	font-size:80%; 
	margin:0 auto; 
}

.topic p a,
.topic p a:link,
.topic p a:visited { 
	font-size:90%; 
	color:#454335; 
	text-decoration:none; 
}

.topic p a:hover { 
	color:#003300; 
	text-decoration:underline; 
 
