/* CSS Document */

body {
	margin:0;
	font-family:Arial, Verdana;
	font-size:0.94em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:left;
}

#feature_box {
  float:left;
  width:475px;
  background-color: #FFFFCC;
  border:2px solid #098be9;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box1 {
  float:left;
  width:475px;
  background-color: #eee;
  border:2px solid #098be9;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

a {
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}


li {
	list-style-image:url('../images/backgrounds/li.gif');
	line-height:20px;
	text-align:left;
}

#menu {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#94AE62;
	margin-bottom:10px;
	color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;

}
#menu a {
	color:#ffffff;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:5px;
	background-color:#336699;
	
}
#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #728d40;
	border-right:1px solid #e9ffb7;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#eeeeee;
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	margin-bottom:0px;
	}
#header h1 {
	font-family:Century Gothic, georgia, helvetica, times, sans-serif;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#800000;
	margin-bottom:5px;
	text-align:left;
}
#header h2 {
	font-family:Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #eeeeee;
	margin-bottom:10px;
}

#content {
	width:720px;
	height:100%;
	margin:0 auto 0 auto;
	text-align:left;
}

.introduction {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:5px;
	border:2px solid #99B198;
	background:#EbF1F5;

}

.table a {
	color: #c75f3e;
}

.table {
	padding: 0;
	margin: 5px;
	font: bold 15px auto Arial, Helvetica, sans-serif;
	color: #000000;
}

.table th {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: 2px solid #99B198;
	border-bottom: 2px solid #99B198;
	border-top: 2px solid #99B198;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 6px;
	background: #ffffff;
}

.table th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 2px solid #99B198;
	background: none;
}

.table td {
	border-right: 2px solid #99B198;
	border-bottom: 2px solid #99B198;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #800000;
}

.table td.alt {
	background: #EbF1F5;
	color: #800000;
}

.table th.spec {
	border-left: 2px solid #99B198;
	border-top: 0;
	background: #fff url;
	font: bold 15px Arial, Helvetica, sans-serif;
}

.table th.specalt {
	border-left: 2px solid #99B198;
	border-top: 0;
	background: #EbF1F5;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #000000;
}

.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}

#sidebar {
	width:175px;
	height:100%;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:left;
}
.feature {
	font-family:Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	text-align:left;
}
.submenu {
}
.submenu a {
	display:block;
	width:100%;
	background-position: right 50%;
	background-repeat:no-repeat;
	padding-right:0; padding-left:5px; padding-top:5px; padding-bottom:5px
}
.submenu a:hover {
	background-color:#eeeeee;
	background-repeat:repeat-y
}
#mainbar {
	margin-right:190px;
	height:100%;
	padding-right:35px;
	background-image:url('../images/backgrounds/mainbar.jpg');
	background-position: right top;
	background-repeat:no-repeat
}

#mainbar h1 {
	font-family:Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#000000;
	background-image:url('../images/backgrounds/desc.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#mainbar h3 {
	font-family:Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#000000;
	background-image:url('../images/backgrounds/desc.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#mainbar p {
	padding:10px;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	width:100%;
	background-color:#b6cf84;
	border-top:1px solid #d8efa6;
	border-bottom:5px solid #94ae62;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}