p { 
	font-family : Lucida Sans Unicode; font-size:12px; 
	margin:0px; 
	padding:0px; 
	margin-bottom:10px;
}

UL,LI { font-size : 11px; font-family: Lucida Sans Unicode; }

#bgcolor {
	background-color: #231705;
	padding:10px;
}
.main_heading {
	font-family : Lucida Sans Unicode; 
	font-size:25px;
	color:#007F7D;
}
.sub_heading {
	font-family : Lucida Sans Unicode; 
	font-size:20px;
	color:#007F7D;
}
body {
	background:#33230C;
	font-family : Lucida Sans Unicode; 
	font-size:12px;
	color : #675A32; 
	margin: 0px; 
	padding: 12px; 
}
H1 { font-weight: bold;  font-family: Lucida Sans Unicode; margin: 0px; padding: 0px; }
H2 { font-weight: bold;  font-family: Lucida Sans Unicode; margin: 0px; padding: 0px; }
H3 { font-weight: bold;  font-family: Lucida Sans Unicode; margin: 0px; padding: 0px; }
input { font-family : Lucida Sans Unicode;  color : #333333; }
select { font-family : Lucida Sans Unicode;  color : #333333; }
textarea { font-family : Lucida Sans Unicode;  color : #333333; }
a:link {    font-family : Lucida Sans Unicode;  color : #788119; text-decoration : none; }
a:visited { font-family : Lucida Sans Unicode;  color : #788119; text-decoration : none; }
a:hover {   font-family : Lucida Sans Unicode;  color : #33230C; text-decoration : none; }




#side_menu { 
	background:#473B14 url(side.jpg); 
	width:200px;
	 
}
#contentbg { 
	background:#FFFFFF; 
	width:670px; 
	height:350px; 
	padding:20px; 

	
}

table.outer_table {
	border-style: none;
	border-collapse: collapse;
	width:870px;
}
table.outer_table td {
	padding:0px;
}

table.top_row {
	width:100%;
	background:#007F7D;
	height:80px;
}
table.top_row td {
	padding-left:10px;
	font-size:12px;
}
table.banner_row {
	width:100%;
	background:#A2AB3E;
	height:20px ;
}
table.banner_row td {
	padding-right:10px;
	font-size:12px;
}
table.banner_row a:link {
 color:#fefefe;
}
table.banner_row a:visited {
 color:#fefefe;
}
table.banner_row a:hover {
 color:#33230C;
}

table.bottom_menu {
	width:100%;
	height:28px;
}
table.bottom_menu a:link {
 color:#fefefe;
}
table.bottom_menu a:visited {
 color:#fefefe;
}
table.bottom_menu a:hover {
 color:#007F7D;
}
table.side_menu{
	width:85%;
	
}
table.side_menu th {
	text-align:left;
	padding-top:10px;
	font-size:14px;
	font-weight:normal;
	color:#A2AB3E;
}
table.side_menu td {
	padding-left:5px;
	height:30px;
	border-bottom:1px solid #8C7D4C;
}
table.side_menu a:link {
	color:#ffffff;
	font-size:12px;
}
table.side_menu a:visited {
	color:#ffffff;
	font-size:12px;
}
table.side_menu a:hover {
	color:#33230C;
	font-size:12px;
}
.smallfooter {
	font-size: 10px;
	font-weight: bolder;
	color: #A2AB3E;
	background-position: center;
	text-align: center;
}
.image_border { border:1px solid #CCCCCC; 
}