body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #282828;
	margin: 0; 
	padding: 0; 
	background-color: #5F8FBF; 
	background-image: url('bg.jpg'); 
	background-repeat: repeat-x; 
	background-position: left top;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}

input, select, textarea, button {
	font: normal 14px Trebuchet MS, Verdana, Arial, sans-serif;
	color: #282828;
}


#maincontainer {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#page {
	background-color:#FFFFFF;
	padding: 5px;
}

#header {
	clear:left;
	width: 978px;
	height: 180px;
}

#language_selector{
	float: right;
	color: #FFF;
}

#sitename {
	font-family: Century Gothic, georgia;
	font-size: 42px;
	color: #FFFFFF;
width: 978px;

}

#mainmenu {
	clear: left;
	height: 26px;
	background-color: #ffffff;
	padding-left: 10px;
	margin-top: 1px;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-size: 14px;
	padding: 2px 20px 2px 10px;
	border: 1px solid;
	border-color: #002B6D;
}

#mainmenu li a, #mainmenu a:hover{
	padding: 0 15px;
}

#mainmenu li a{
	text-decoration: none;
	color: #002B6D;
}

#mainmenu a:hover{
	cursor: pointer;
	background-color: #6FA8D5;
	color: #ffffff;
}

#contentcontainer{
	width: 978px;
	margin-top: 1px;
	overflow:hidden;
	overflow /**/:none;
}

#content{
	float: left;
	width: 718px;
	padding: 4px 4px 4px 12px;
}

#pagetitle{
	font-size: 24px;
	font-weight: bold;
}

#lateralcolumn{
	width: 150px;
	float: left;
	font-size: 13px;
}

.lateralbox{
	width: 150px;
	float: left;
	border-right: #E6E4CA 1px solid;
	border-bottom: #E6E4CA 1px solid;
	padding: 2px 3px 2px 3px;
}

.boxheader{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
	text-transform: lowercase;
}

.boxbody{
	padding-bottom: 5px;
}

#footer {
	clear: both;
	height: 50px;
	line-height: 25px;
	border: #134A75;
	background-color: #ffffff;
	color: #000000;
border: 3px solid;
	border-color: #1D547F;
}

#footer a {
}

#footer a:hover {
}

#copyright{
	float: left;
	padding-left: 6px;
}
#powered{
	float: right;
	padding-right: 6px;
}



.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:6px;
}

#mod_users_lateralbox input.loginbox{
	width: 70px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* users module - END */
