body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #99CC99;
}


.wrapper {
	position: relative;
	display:block;
	text-align: left;	
	margin: 0px auto 0px auto;
	padding: 0 0 0 0; 
	background: url('/images/inner_bg.gif') repeat-y;
	width: 768px;	
	z-index:0;
}

.header {	
	position: relative;
	display:block;
	left:-8px;
	padding: 4px 0 -50px 0;
	line-height: 1px;
	font-height: 1px;
	width:368;
	height:50;
	line-height:0px;
	margin-top: 0px;
	margin-left: 16px;
	margin-right: auto;
	margin-bottom: -24px;
	text-align: center;
	z-index:2;
}
.header img.ban_upper{
	background: url('/images/inner_bg.gif') repeat-y;
	margin 10 0 0 0;
	padding:10 0 0 0;
}
.header img.ban_lower{	
	vertical-align:top;
	margin 0 0 0 1px;	
	padding:0 0 0 0;
	z-index:3;
}	
	
.content{
	position:relative;
	display:block;
	top: 0px;
	width: 720px;
	margin: 0 auto 0 24px;	
	padding:0 0px 0 0px;
	background: #ffffff;
	vertical-align: top;
	z-index:1;
	
}
.indent{
	padding: 0 20px 0 20px;/* adds padding to the content area without adjusting the containers size */
	/*margin:20 20 20 20;*/
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu {
	position: relative;
	display:block;	
	width: 196px;
	background: #99CC99;	
	padding: 2em 0 0 0;
	margin: 0 0 0 0;	
	float: left;
}

#menu li a {
	height: 32px;
  	margin: 0 0 0 16px;
  	height: 19px;
	text-decoration: none;
}
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background: url(/images/menu2.gif);
	margin: 0 auto 0 15px;
	padding: 5px 0 0 30px;
}
	
#menu li a:hover {
	color: #003333;
	background: url(/images/menu2.gif);
	margin: 0 auto 0px 15px;
	padding: 5px 0 0 30px;
}
	
#menu li a:active {
	color: #003333;
	background: url(/images/menu2.gif);
	margin: 0 auto 0px 15px;
	padding: 5px 0 0 30px;
}

.news {
	position:relative;
	display:block;
	font-weight: normal;
	top:0px;
	left:10px;
	width:180px;	
	background: #99CC99;
	padding: 20px 0 0 0;
}
.news li{
	font-weight: bold;
	padding: 0 0 0 5px;
    	margin: 0 0 0 20px;
    	list-style-image: url(/images/bullet.gif);	
}

.news h4{
	text-align: left;
		
}
.news p{	
	text-align: left;
	font-weight: normal;
}
.thick{
	font-size: 110%;
	color: #000;
	text-align: left;	
}
.more {	
	text-align: right;
}

.message{
	position:relative;
	display:block;
	font-weight: normal;
	top:40px;
	left:10px;
	width:180px;
	color: #000;
	background: #99CC99;
}
.right_column {
	position: relative;	
	display:block;
	font-weight: normal;
	width: 524px;
	padding: 2em 0 0 0;/*10px 10px 10px;*/
	margin: 0 0 0 0;
	background: #fff;
	float:right;
}
.right_column a {
	color: #003333;
	text-decoration: none;
}
.right_column ul li {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 1em 1em;
	padding: 0 0 0.1em 1em;
	list-style: disc inside;

}
.footer {
	width:100%;
	/* this is to clear #container */	
	clear:both;
	background: url(/images/footer.gif) no-repeat;
	vertical-align:top;
	
}
.footer p {
	color: #fff;
	padding: 14px 0 0 0;
	margin: 0 0 0 0;/*0 0 10px 0;*/
	font-size:60%;
	text-align: center;	
	
}
* html .footer{
	position:relative;
	display: block;
	top:-20px;
}
/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {
	height:0;
	clear:both;
}

img {
	/*float: left;*/
	/*padding: 10px;*/
}

h3 {
	margin-bottom: -5px;	
}

a {
	color: #fff;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	vertical-align:bottom;	
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
.more_link:link {
	color: #003333;
	text-decoration: none;
}
.more_link:visited {
	color: #009966;
	text-decoration: none;
}
.more_link:hover {
	color: #006666;
	text-decoration: none;
}
.more_link:active {
	color: #003333;
	text-decoration: none;
}