body{
	margin:0px;
	padding:0px;
	background-color: #DFDFDF;
	--background-image: url(images/background.jpg) top repeat-x;
	font-family: verdana, tahona, trebuchet;
	font-size: 11px;
}
#outer
{
	background-color: #FFFFFF;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	height: 80px;
	background-color: #F1F1F1;
}
#logoplace
{
	float: left;
	margin-left: 15px;
	background: url(images/logotext_ace.jpg) left no-repeat;
	height: 60px;
	width: 700px;
	font-size: 18px;
	line-height: 60px;
	position: absolute;
	top: 15px;
	color: #555555;
	font-weight: bolder;
	text-transform: uppercase;
	width: 360px;
}
#logoplace:hover
{
	background: url(images/logotext_ace.jpg) left no-repeat;
	color: #7BA402;
}
#menuplace
{
	width: 100%;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	background: #FFD100;
}
.menu
{
	height: 25px;
}
.menuitemplace
{
	background: #FFD100;
	height: 25px;
}
.menuitem
{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	border-right: 1px solid #CFAA00;
}
.menuitem:hover
{
	background: #C9FF8F;
}
.menuitem a
{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #015926;
	text-decoration: none;
}
.menuitem a:hover
{
	color: #015926;
}


#header2
{
	height: 120px;
}
#banner
{
	float: left;
	width: 700px;
	height: 120px;
	background: url(images/banner01.jpg);
}
#header2module
{
	float: right;
	width: 250px;
	height: 120px;
	background-color: #27343C;
}
#bannermodule
{
	border: 1px solid #FFFFFF;
	border-right: 0px;
	width: 240px;
	float: right;
	margin-top: 10px;
	height: 125px;
	color: #CCCCCC;
}
#bannermodulecontainer
{
	margin: 5px;
	text-align: right;
}
.bannermoduletitle
{
	font-size: 24px;
	border-bottom: 1px dashed #92C502;
	width: 100%;
	font-style: italic;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#middle
{
	z-index: 10;
}
#maincontent
{
	width: 500px;
	padding: 15px;
	padding-top: 5px;
	color: #000;
	font-family: verdana, arial, helvetica;
	font-size: 11px; 
	text-align: justify;
	font-weight: normal;
	vertical-align: top;
}
a{
	color: #5A7602;
}
a:hover
{
	text-decoration: none;
}
#sidebar
{
	background-color: #EDEDEF;
	width: 240px;
	padding: 5px;
	vertical-align: top;
	color: #707070;
}
#sidebar li
{
	list-style: circle;
}
#sidebar a{
	color: #555555;
}
#sidebar a:hover{
	text-decoration: none;
}

h1
{
	font-family: helvetica, trebuchet ms, arial;
	font-size: 16px;
	color: #5B7F25;
}
h2
{
	font-family: helvetica, trebuchet ms, arial;
	font-size: 12px;
	color: #5A7602;
	margin-top: 20px;
}

#footer
{
	height: 40px;
	background: url(images/footerback.gif) repeat-x;
	text-align: left;
	font-size: 10px;
	color: #BDBDBF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 10px 15px;
}
#footer a
{
	font-size: 10px;
	color: #888888;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}

ul li
{
	list-style: square;
}

#contactform .formlabel
{
	width: 75px;
	text-align: right;
	vertical-align: top;
}
.inputbox, textarea
{
	border: 1px solid grey;
}
.inputbox:focus, textarea:focus
{
	border: 1px solid darkgreen;
}
.button
{
	font-family: verdana, tahoma arial;
	text-align: center;
	color: #40601C;
	background: url(images/button.png) center no-repeat;
	width: 85px;
	height: 25px;
	border: 0px;
}
.button:hover
{
	background: url(images/button_hover.png) center no-repeat;
}

hr
{
	border: 0px;
	border-top: 1px dashed #5A7602;

}
.messagebox
{
	width: 99%;
	background-color: #FFFFCF;
	border: 1px solid #8E8F00;
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	color: #333333;
	padding: 5px 0px 5px 5px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

.messageboxred
{
	width: 99%;
	background-color: #FFDFDF;
	border: 1px solid #8F0000;
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	color: #333333;
	padding: 5px 0px 5px 5px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}
#devstyle, #devstyle a
{
	color: #F1F2F3;
}
