/*-----------------------------New -------------------------*/

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font:75%/150% Arial, Helvetica, sans-serif;
}
h1 
{
	font-size: 20px;
	font-weight: bold;
	color: #7EA436;
	line-height:25px;
	margin-bottom:10px;
}

h2 
{
	font-size: 18px;
	font-weight: bold;
	color: #7EA436;
}

h3 
{
	font-size: 16px;
	font-weight: bold;
	color: #7EA436;
}

h4 
{
	font-size: 14px;
	font-weight: bold;
	color: #7EA436;
}

h5 
{
	font-size: 12px;
	font-weight: bold;
	color: #7EA436;
}

h6
{
	font-size: 10px;
	font-weight: bold;
	color: #7EA436;
}
p{
	margin-bottom:10px;
}
#container{
	width:829px;
	background:url(../images/container-bg.gif) repeat-y;
}
#header{
	border-bottom:2px solid #000;
	height:106px;
}
#side-bar{
width:182px;
float:left;

}
#side-bar input{
	border:1px solid #FFFFFF;
	height:20px;
	width:108px;
}
#side-bar ul{
	margin:20px 0;
	list-style-type:none;
}
#side-bar ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#side-bar ul li a:hover{
	text-decoration:underline;
}
#side-bar form{
	margin-bottom:10px;
}
#side-bar label{
	color:#fff;
}
#content{
	width:607px;
	padding:20px;
	float:left;
}

#footer{
	background:#fff url(../images/green.png) repeat-x;
	clear:both;
	padding-top:20px;
	text-align:center;
	line-height:12px;
	height:50px;
}

#side-bar .side-btn{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-color:#B0DF53;
	height:24px;
	width:30px;
	padding-bottom:4px;
}
#col1, #col2{
	width:200px;
	float:left;
	margin-right:10px;
}
#ads{
	float:left;
	width:180px;
}
#legal{
	clear:both;
}
#topbox1{
	float:left;
	width:300px;
	height:100px;
}
ul{
	list-style-type:disc;
	margin:10px 0 10px 30px;
}
.frm-btn 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #7EA436;
	background-color:#7EA436;
	height:20px;
}

.frm-input 
{
	border:1px solid #7EA436;
	width:200px;
	height:20px;
}

.frm-textarea 
{
	border:1px solid #7EA436;
	width:200px;
}

.frm-select 
{
	border:1px solid #7EA436;
	width:200px;
	height:20px;
}
form dt{
	float:left;
	width:150px;
}
.errorbox{
	background:#FFCCCC;
	border:1px solid #000;
	padding:5px;
}
.mainmenu 
{
	border-top: 1px solid #7EA436;
	border-bottom: 1px solid #7EA436;
	color: #FFFFFF;
	display:block;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	font-weight:bolder;
	text-indent:10px;
	line-height:22px;
}

a.mainmenu:link 
{
	border-top: 1px solid #7EA436;
	border-bottom: 1px solid #7EA436;
	color: #FFFFFF;
	display:block;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	font-weight:bolder;
	text-indent:10px;
	line-height:22px;
}

a.mainmenu:active 
{
	border-top: 1px solid #7EA436;
	border-bottom: 1px solid #7EA436;
	color: #FFFFFF;
	display:block;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	font-weight:bolder;
	text-indent:10px;
	line-height:22px;
}

a.mainmenu:visited 
{
	border-top: 1px solid #7EA436;
	border-bottom: 1px solid #7EA436;
	color: #FFFFFF;
	display:block;
	font-size: 12px;
	line-height:20px;
	text-decoration:none;
	font-weight:bolder;
	text-indent:10px;
	line-height:22px;
}

a.mainmenu:hover 
{
	color: #FFFFFF;
	display:block;
	font-size: 12px;
	line-height:20px;
	text-decoration: none;
	font-weight:bolder;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #B0DF53;
	text-indent:10px;
	line-height:22px;
}
.boxout {padding:10px;margin:10px;border:3px #030 dashed;font-weight:bold;font-size:20px;text-align:center; line-height:25px;}
.boxout a {color:#090;}
.boxout a:hover {color:#7ea436;}
.boxout h1 {color:#060;margin-bottom:0px;}