body {
	font:normal 12px Arial, Helvetica, Sans-serif;
	color:#000;
	background-color:#FFF;
	margin:0;
}

a {
	color:#6C7B54;
}

a:hover {
	text-decoration:none;
}

table{
	font-size:100%;
}

input, select, textarea {
	font:normal 12px Arial, Helvetica, Sans-serif;
}


#maincontainer {
	float:left;
}

#page {
	text-align:left;
	background-color:#FFFFFF;
	width:100%;
	margin:auto;
}

#header {
	clear:left;
	background:url(img/header-background.jpg) repeat-x;
	height:170px;
	width:100%;
}

#sitename{
	background:url(img/logo.jpg) no-repeat 40px 22px;
	padding-left:110px;
	padding-top:35px;
	height: 800px !height;
	height /**/:85px; /* IE5/Win */
}

#sitename, #sitename a{
	font-family:arial;
	font-size:30px;
	color:#9EBA80;
	text-decoration:none;
	line-height:30px;
}

#mainmenu {
	height:45px;
	padding-left:30px;
	margin-top:-88px;
	font-weight:bold;
}

#mainmenu div.menulink, #mainmenu div.menulinkselected{
	font-size:15px;
	float:left;
	padding-top:17px;
}

#mainmenu div.menulinkselected{
}

#mainmenu div.menuspacer{
	float:left;
	background:url(img/mainmenu-spacer.jpg) no-repeat;
	width:52px;
	height:45px;
}

#mainmenu div a{
	text-decoration:none;
	color:#FFFFFF;
}

#mainmenu a:hover{
	color:#555;
}

#contentcontainer{
	background:url(img/contentcontainer-background.jpg) repeat-x;
	height:106px;
	margin-top:43px;
}

#content{
	float:left;
	width:50%;
	margin-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	background:url(img/content-background.jpg) repeat-x;
	margin-top:120px;
}

#pagetitle{
	font-size:24px;
	height:24px;
	color:#FFF;
	margin-top:-80px;
	margin-bottom:50px;
}

#lateralcolumn{
	float:left;
	padding-top:110px;
	background:url(img/lateralcolumn-background.jpg) no-repeat top right;;
	border-right:1px dotted #999;
}

#lateralcolumn a{
}

#lateralcolumn a:hover{
	text-decoration:none;
}

.lateralbox{
	clear:left;
	width: 163px !important; 
	width /**/:170px; /* IE5/Win */
	float:left;
	padding:2px 0px 2px 6px;
	margin-bottom:15px;
}

.boxheader{
	font-size:13px;
	font-weight:bold;
	background-color:#92A877;
	border-top:1px solid #B3D1D1;
	border-left:1px solid #B3D1D1;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	color:#FFF;
	padding:2px 0px 2px 10px;
	margin-bottom:6px;
	text-transform:lowercase;
}

.boxbody{
	text-align:center;
	padding-bottom:5px;
	padding-left:10px;
}

#lateralmenu{
	padding-right:10px;
}
.lateralMenuLink{
	line-height:140%;
	background:url(img/menu-arrow.gif) no-repeat 0 50%;;
	padding-left:6px;
}
#lateralmenu a{
	text-decoration:none;
}
#lateralmenu a:hover{
	text-decoration:underline;
}

#rightcolumn{
	float:left;
	margin-top:115px;
	border-left:1px dotted #999;
}

#footer {
	clear:both;
	height:68px;
	background:url(img/footer-background.jpg) repeat-x;
	color:#FFF;
	padding:20px 0 0 0;
	font-weight:bold;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
}

#copyright{
	float:left;
	padding-left:6px;
	margin-left:20px;
}
#powered{
	float:right;
	font-style:italic;
	margin-right:20px;
	font-weight:normal;
}



.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


/* users module - START */
#mod_users_lateralbox #labusername, #mod_users_lateralbox #labpassword{
	float:left;
	width:70px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
	width:70px;
}

#mod_users_lateralbox #btnlogin{
	clear:left;
	padding-top:4px;
}

#mod_users_lateralbox input.loginbox{
	width:80px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* users module - END */