body {
	font:11px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	background:#FFFFFF url(img/background.gif) repeat top left;
	color:#555040;
	margin:0;
	padding:0;
}

a:link {
	color:#8297A7;
	text-decoration:underline;
}

a:visited {
	color:#A082A7;
}

a:hover {
	text-decoration:none;
}

table {
	font:11px Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

input, select, textarea {
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#666666;
}

#maincontainer {
	margin:0 0 0 45px;
	background:#FFFFFF;
	width: 760px !important; 
	width /**/:770px; /* IE5/Win */
	padding:0 5px;
	border-bottom:5px solid #FFFFFF;
	font-size:110%;
}

#page {
	text-align:left;
	background-color:#FFFFFF;
	margin:auto;
	padding:0;
}

#header {
	background:#FFFFFF url(img/header_background.jpg) repeat-x left;
}

#sitename {
	font-family:Bookman Old Style, Book Antiqua;
	font-size:44px;
	color:#C0A771;
	padding-left:18px;
	padding-top:10px;
	padding-bottom:16px;
}




#mainmenu {
	clear:left;
	height:24px;
	background-color:#9EB1BF;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-size:16px;
	float:left;
	padding:2px 40px 2px 10px;
	list-style:none;
}

#mainmenu li a{
	text-decoration:none;
	color:#FFFFFF;
	text-decoration:underline;
}

#mainmenu a:hover{
	text-decoration:none;
}

#contentcontainer{
	background-color:#FFFFFF;
	margin-top:1px;
	margin-bottom:1px;
	overflow:hidden;
	overflow /**/:none;
}

#content{
	background-color:#FFFFFF;
	color:#9f9f9f;
	float:left;
	width: 554px !important; 
	width /**/:570px; /* IE5/Win */
	padding:4px 8px 4px 8px;
}

#pagetitle{
	font-size:24px;
	font-weight:bold;
}

#lateralcolumn{
	width: 153px !important; 
	width /**/:160px; /* IE5/Win */
	float:left;
}

.lateralbox{
	font-size:11px;
	width: 185px !important; 
	width /**/:190px; /* IE5/Win */
	float:left;
	background-color:#E0DBC9;
	border-left:#FFFFFF 5px solid;
	margin-bottom:5px;
}

.boxheader{
	font-weight:bold;
	margin-bottom:6px;
	color:#E9E6D9;
	background-color:#6E6855;
	padding:6px 0px 6px 12px;
}

.boxbody{
	padding:4px;
	padding-bottom:3px;
	text-align:center;
}

#footer {
	clear:both;
	height:15px !important; 
	height /**/:35px; /* IE5/Win */
	height:35px;
	background-color:#555040;
	color:#FFFFFF;
	padding:10px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#D2DBE2;
	text-decoration:none;
}

#copyright{
	float:left;
}
#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:70px;
	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:100px;
}

#mod_users_lateralbox form.loginbox{
	float:left;
}
/* users module - END */