/* CSS Document */

body {
	background: url(../images/bg.gif) center top repeat;
	font-family:arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:12px;

}
#button{
	background:url(../images/button.gif) left no-repeat;
	width:174px;
	float:left;
	height:15px;
	padding:8px 0 10px 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0;
	}
	
.navbox{
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-align: center;
}

.footer{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weignt: normal;
}
.copyright{
	color:#999999;
	text-decoration:none;
	font-size:10px;
	font-weignt: normal;
}
.content{
	color:#333;
	font-size:11px;
	text-decoration: none;
	line-height: 1.6em;
}



.leftcolumncontent{
	color:#000000;
	font-size:11px;
	text-decoration: none;
	line-height: 1.6em;}

p {
	color:#333;
	font-size:12px;
	padding:0 0 10px 0;
	margin:0px;
}

p a {
	text-decoration:none;
	color:#333;
	font-size:12px;
	font-weight:normal;
}

a.home {
	color:#FFCC00;
	text-decoration:none;
	font-size:12px;
}
a.nav { 
	color:#000000;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-align: center;
}
a.footerlinks{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	border:none;
	padding: 0 8px;
}
a.footerlinks:hover, a.copyright  {
	color:#999999;
	text-decoration:none;
}

#button a{
	color:#FFFFFF;
	text-decoration:none;
	}
#button a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
h1 {
	color:#154e28;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
h1 a{
	color:#154e28;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
}
h2 {
	color:#000000;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}

h3 {
	color:#CC9933;
	text-align: center;
	background: inherit;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

h4 {
	color:#CC9933;
	font-size: 13px;
}

div#content
{
	color:#333333;
	width:460px;
	padding: 0; /* Zero to prevent IE box trouble. */
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}

div#contentfooter
{
	color:#333333;
	font-size:11px;
	height: 30px;
	background-image: url(../images/content_footer.jpg);
	background-repeat: no-repeat;
	vertical-align: -100%;
}

div#leftcolumn
{
	color:#000000;
	font-size:11px;
	width:292px;
	font-weight: normal;
	background-image: url(../images/left_column_content.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
}

div#leftcolumncontent
{
	color:#000000;
	font-size:11px;
	width:230px;
	height:250px;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

div#leftcolumnfooter
{
	color:#000000;
	font-size:11px;
	width:292px;
	height:28px;
	padding: 0; /* Zero to prevent IE box trouble. */
	font-weight: normal;
	background-image: url(../images/left_column_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

ul, li, ol{
	margin-top:0;
	padding-top:0;
	font-size:12px;
	}
img{
border:0;
}
