body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px ;
	background-color: #FFF;
	background-image: url(images/bg.gif); background-position:center;
	background-repeat:repeat-y;
}

img { border: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 { font-size: 16px; margin-top: 0px; }
h2 { font-size: 12px; margin-top: 0px; margin-bottom: 0px; }
h3 { font-size: 14px; font-weight: bold; color: #2C7F03; margin-bottom: 0px; }

a{ color: #A9001F; text-decoration: underline; }
a:link{ color: #A9001F; text-decoration: underline; }
a:visited{ color: #A9001F; text-decoration: underline; }
a:hover{ color: #A9001F; text-decoration: underline; }

a.green{ color: #2C7F03; text-decoration: underline; }
a.green:link{ color: #2C7F03; text-decoration: underline; }
a.green:visited{ color: #2C7F03; text-decoration: underline; }
a.green:hover{ color: #2C7F03; text-decoration: underline; }

.small {
	font-size: 11px; margin-top: 0px; margin-bottom: 0px;
}

.main { margin-right: 5px;
}

.tiny {
	font-size: 10px; margin-top: 0px; margin-bottom: 0px;
}

.sidetext {
	font-size: 11px; margin: 10px 10px 15px 10px;
}

.whitebold {
	font-weight: bold; color: #FFFFFF;
}

.reglist { line-height: 17px; }

#featlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 10px;
}

#featlist li
{
padding-left: 5px; line-height: 14px;
}

hr { height:1px; color: #ECDCB5; background: #ECDCB5; border: none;}


/***********************************************/
/* Sidebar Nav                                 */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap { 
width: 770px;
position: absolute;
text-align: center;
left: 50%;
margin-left: -385px;
margin-top: 0px;
background: #fff;
 }
 
#head {
width:770px;
height:165px;
background-image: url(images/head_bg.gif); background-repeat: repeat-x;
 }
 
#left {
float: left;
clear: none;
padding-top: 310px;
width: 210px;
text-align: left;
 }
 
#right {
float: right;
clear: right;
padding-top: 30px;
width: 530px;
text-align: left;
}

#footer {
width: 770px;
clear: both;
border-top: 1px solid #ECDCB5;
padding-top: 5px;
text-align: center;
}

/***********************************************/
/* Container Divs                                 */
/***********************************************/

#topimages {
width: 240px;
height: 160px;
float: left;
margin: 0px;
}

#headerbar {
width: 530px;
height: 160px;
float: right;
margin: 0px;
}

.greenfeature {
width: 175px;
height: 380px;
float: left;
clear: none;
border: 1px solid #CCC;
padding: 1px;
margin-right: 5px;
background-color: #D5F2C0;
overflow: hidden;
}

#feature_container {
	width: 210px; 
	height:230px; 
	background-image:url(images/feature_back2.gif);
	margin-top: -15px;
}

#feature_container .content {
	width: 160px;
	height: 160px;
	text-align: center; 
	position:relative; 
	top: 50px; 
	left:25px;
}

.float_right {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: right;
}

.footgraph {
	height: 60px; vertical-align: middle;
}

.bigtable { border: 1px solid #666; }

.burgback { background-color: #A9001F; }

.burghighlight { color: #2C7F03; font-weight: bold; }
