/* CSS Document */

body, p, td { font: normal 12px tahoma; color: #fc0;}

body { background: #162C00 url(images/bg.gif) top left repeat-x;
	   margin: 0;
	   padding: 0;}

DIV#div_container { background: url(images/side_bg.gif) top center no-repeat;}
DIV#div_contact { text-align: right;
				  padding: 0px;}
	#div_contact p { margin: 0; color: #000;}
	#div_contact strong { color: #000;
						  font-size: 14px;}
	#div_contact a, #div_contact strong.email { color: #FFF;
	}
DIV#div_body { padding: 5px;
			   margin: 0px 0px 0px 20px;
			   background: url(images/sun_bg.gif) bottom right no-repeat;
			   color: #fc0;}
	#div_body strong { font-size: 14px;
					   font-weight: bold;
					   color: #BBCD8B;}
	#div_body img { border: 1px solid #ff0;
					margin: 0 0 5px 0;}
	#div_body .img_left { float: left;
						  margin: 0 10px 0 0;}
	#div_body .img_right { float: right;
						   margin: 0 0 0 5px;}
	#div_body td {  padding: 0px;}
	#div_body ul { margin: 0;
				   padding: 0;}
	#div_body li { list-style: square url(images/bullet.gif) inside;}
DIV#div_nav { width: 190px;
			  height: 216px;
			  float: left;}
	#div_nav img { margin-left: 15px;}
DIV#div_copy { font-size: 10px;
			   text-align: center;
			   padding: 5px 0;
			   background: #162C00;
			   color: #ff9;
			   clear: both;}
DIV#div_subnav { 
				 width: 800px;
				 font-size: 11px;
				 text-align: center;
				 padding: 3px 0;
				 background: #162C00;
				 color: #ff9;
				 clear: both;
				 border-top: solid 6px #FFF;
				}

a { text-decoration: underline;
	font-weight: bold;
	color: #FFF;}
a:hover { text-decoration: none;}


a.a_copy { text-decoration: none;
		   color: #fc0;}
a.a_copy:hover { text-decoration: underline;
				 color: #ff0;}
a.a_subnav { text-decoration: none;
			 color: #fc0;}
a.a_subnav:hover { text-decoration: underline;
				   color: #ff0;}


td.td_body { background: #BBCD8B url(images/body_bg.gif) repeat-y;}
td.td_contact { background: url(images/header_info.gif) top left no-repeat;
				vertical-align: top;
				padding: 15px;}
div#copyright {
background: #162C00;
text-align: center;
font-size: 9px;
}