body {
	font:normal 11px verdana, tahoma;
	color:#333333;
	background-color:#000000;
	margin:0px;
}

a {
	color:#CCCCCC;
}

a:hover {
	color:#FFFFFF;
}

table {
	font:normal 11px verdana, tahoma;
}

input, select, textarea {
	font:normal 11px arial, verdana, tahoma;
	color:#333333;
}



#maincontainer {
	text-align:center;
	padding:0;
	color:#333333;
}

#page {
	text-align:left;
	background-color:#FFFFFF;
	width:760px;
	width /**/:764px; /* IE5/Win */
	margin:auto;
	padding:0;
	margin-top:10px;
	border:#FFFFFF 2px solid;
}

#header {
	clear:left;
	background-color:#779BBB;
	margin-bottom:2px;
	background:#33B200 url(img/header-background.jpg) repeat-x;
	height:150px;
}

#sitename {
	font-family:Tahoma, Century Gothic, georgia;
	font-size:46px;
	color:#FFFFFF;
	padding-left:18px;
	padding-top:40px;
	padding-bottom:18px;
}

#mainmenu {
	clear:left;
	height:30px;
	background-color:#0A7501;
	padding-left:10px;
	margin-bottom:10px;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-family:verdana;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	float:left;
	padding:6px 40px 2px 10px;
	list-style:none;
}

#mainmenu li a{
	text-decoration:none;
	color:#FFFFFF;
}

#mainmenu a:hover{
	color:#FFFF00;
}

#contentcontainer{
	background-color:#FFFFFF;
	margin-top:1px;
	width:760px;
	overflow:hidden;
	overflow /**/:none;
	padding-top:15px;
}

#content{
	float:left;
	background-color:#FFFFFF;
	width: 559px !important; 
	width /**/:575px; /* IE5/Win */
	padding:0px 8px 4px 8px;
}

#pagetitle{
	font-family:verdana;
	font-size:20px;
	font-weight:bold;
	color:#336633;
}

#lateralcolumn{
	width: 176px !important; 
	width /**/:176px; /* IE5/Win */
	float:left;
}

.lateralbox{
	width: 174px !important; 
	width /**/:176px; /* IE5/Win */
	float:left;
	background-color:#FFFFFF;
	margin-bottom:20px;
	padding:0px 0px 20px 0px;
	color:#000000;
}

.boxheader{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
	text-align:left;
	background-color:#FFFFFF;
	padding:2px 0px 2px 6px;
}

.boxbody{
	text-align:left;
	background-color:#FFFFFF;
	color:#000000;
	padding:2px 4px 2px 6px;
	font-family:verdana;
	font-size:13px;
}

.boxbody a {
	color:#336633;
	text-decoration:none;
	font-weight:bold;
}

.boxbody a:hover {
	color:#66CC00;
	text-decoration:underline;
}

#footer {
	color:#FFFFFF;
	background:#33B200 url(img/footer-background.jpg) repeat-x;
	padding-top:20px;
	height: 30px !important; 
	height /**/:50px; /* IE5/Win */
}

#footer a {
	color:#FFFF00;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#copyright{
	float:left;
	padding-left:6px;
}
#powered{
	float:right;
}



.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:75px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
}

#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 */