@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5em;
}
ol, ul {
list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
font-family:arial, verdana, sans-serif; 
font-size: 11px;
background-color: #fff;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#content {
   width: 800px;
   height: auto;
   margin: auto;
   border-right:solid 2px #cccccc;
   border-left:solid 2px #cccccc;
   border-bottom:solid 2px #cccccc;
   padding-bottom: 10px;
}

#header {
   width: 800px;
   height: 90px;
   background-color: #fff;
   background-image: url(images/header.gif);
   float:left;
   border-bottom:solid 7px #8e9091;
   }

#menuColumn {
   width: 230px;
   height: 184px;
   background-image: url(images/menuBg.gif);
   background-repeat:repeat-x;
   float: left;
   border-bottom:solid 7px #8e9091;
   }

#menu {
	width: 230px;
}

#menu ul {
	margin: 0px;
	list-style: none;
	margin-top: 10px;
}

#menu li {
	display:inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 15px 0px 20px;
	text-align:left;
	text-decoration: none;
	font-size: smaller;
	color: #fff;
	width: 177px;
	height: 20px;
	font: bold 1em Arial,Verdana, Helvetica, sans-serif;
	line-height: 140%;
}

#menu a:hover {
	text-decoration: underline;
}

#imgRotator {
width: auto;
height: auto;
float: right;
border-bottom:solid 7px #8e9091;
}

#imgColumn {
   width: 192px;
   height: auto;
   float: right;
   border:solid 2px #8e9091;
   border-top: none;
   }

#textBox {
width: 564px;
height: 210px;
padding: 20px;
overflow:auto;
float: left;
}
#newsBox {
width: 118px;
height: auto;
float: right;
color:#666666;
font: .8em Arial,Verdana, Helvetica, sans-serif;
padding: 20px 10px 10px 10px;
}

.h1 {
font-size:200%;
color:#83933f;
font-weight:800;
letter-spacing:-1px;
}
.h2 {
font-size:150%;
color:#bc0c1d;
font-weight:800;
width: auto;
}
.h3 {
font-size:150%;
color:#1a171b;
font-weight:300;
width: auto;
}
.bold {
font-weight:600;
}
#footer {
width:800px;
height:auto;
color:#666666;
text-align: center;
background-color:#ffffff;
float: left;
font: .8em Arial,Verdana, Helvetica, sans-serif;
margin-top: 20px;
}
#btmBanner {
width:800px;
height:80px;
margin:auto;
background-color:#ffffff;
border-right:solid 2px #cccccc;
border-left:solid 2px #cccccc;
border-bottom:solid 2px #cccccc;
}