body{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #006f3c;
}

#wrapper{
	text-align:left;
	width:890px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo{
float:left;
}

#header{

}

#flash{
	text-align: center;
}

#nav{
	margin-top:12px;
	margin-left:12px;
	width:190px;
	float: left;
}

#store{
	margin-bottom:2px;

}

#menu{
	position:relative;
	width:190px;
	display: block;
	float: left;
}

#menu a, #menu a:visited {
	display:block;
	width:160px;
	height:29px;
	background-position:left top;
	text-align:left;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	background-image: url(../images/buttons.gif);
	text-indent: 14px;
	line-height: 26px;
}
	
#menu a:hover{
	background-position:left center;
	overflow:hidden;
	color:#006F3C;
}
 
#menu a#selected, #menu a#selected:hover{
	background-position:left bottom;
	cursor:default;
	color:#8CC63E;
}


#maincontent {
	width: 688px;
	float: left;
	margin-top: 14px;
}

#left {
	width: 432px;
	float: left;
}
#right {
	width: 250px;
	float: right;
}
.right_box {
	background-color: #f4fbea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border: 1px solid #dcecc4;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 21px;
	margin-bottom: 10px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.right_box a {
	color: #006F3C;
	font-weight: bold;
	text-decoration: none;
}

.right_box a:hover {
	text-decoration: underline;
	color: #A31515;
}

.right_box_header {
	color: #006F3C;
	font-size: 1.2em;
	font-weight: bold;
}
.intext{
	background-color: #f1f2f2;
	width: 406px;
	border: 1px solid #e4e8e8;
	float: left;
	padding: 12px;
	margin-bottom: 10px;
}

.text{
	background-color: #f1f2f2;
	float: left;
	width: 648px;
	border: 1px solid #e4e8e8;
	padding: 12px;
	margin-bottom: 14px;
	margin-right: 14px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006F3C;
	text-indent: 12px;
	clear: both;
}


.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.body a{
	text-decoration: none;
	color: #006F3C;
	font-weight: bold;
}

.body a:hover{
	color: #A31515;
	text-decoration: underline;
}

#footer {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	float: left;
	background-image: url(../images/footer_bg.gif);
	height: 42px;
	padding-left: 20px;
	line-height: 45px;
	text-align: center;
}
	
#footer a {
	text-decoration: none;
	color: #666666;
}
	
#footer  a:hover {
	color: #82C12F;
	text-decoration: none;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 10px;
}
#error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FE0000;
	text-indent: 250px;
}
.red {color: #FE0000
}
.iframe {
	float: right;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #F1F2F2;
}
#submit {
	margin-left: 55px;
}

.red{color: #A31515
}

