body
{
	background-image: url("../img/body-background.png");
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Times New Roman;
	font-size: 0.9em;
	color: #3c3c3c;
}
img
{
	border: none;
}
p
{
	margin-bottom: 5px;
}
#header
{
	width: 100%;
	height: 192px;
	background-image: url("../img/header-repeat.png");
	background-repeat: repeat-x;
	margin-top: 18px;
	margin-bottom: 0px;
}
#logo_header
{
	width: 771px;
	height: 192px;
	margin: auto;
	margin-bottom: 0px;
	background-image: url("../img/header.png");
	background-repeat: no-repeat;
	padding-top: 160px;
	padding-left: 7px;
	padding-right: 10px;
	font-size: 15px;
}
#logo_header .menu_button_left
{
	display: block; 
	float: left;
	text-align: center;
	padding-left: 8px;
	padding-right: 10px;
	height: 23px;
	padding-top: 7px;
}
#logo_header .menu_button_right
{
	display: block; 
	float: right;
	text-align: left;
	padding-left: 8px;
	padding-right: 10px;
	height: 23px;
	padding-top: 7px;
}
#logo_header a, #userbar_content a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#logo_header a:hover, #logo_header a:visited:hover, #userbar_content a:hover, #userbar_content a:visited:hover
{
	color: #b7ff00;
}
#userbar
{
	width: 100%;
	height: 29px;
	background-image: url("../img/background.png");
	margin-bottom: 0px;
}
#userbar_content
{
	display: block;
	width: 771px;
	height: 25px;
	margin: auto;
	margin-bottom: 0px;
	background-image: url("../img/userbar.png");
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 10px;
	font-size: 11px;
	padding-top: 4px;
}
#userbar_content .menu_button_left
{
	display: block; 
	float: left;
	text-align: center;
	padding-left: 5px;
	padding-right: 8px;
	height: 23px;
}
#userbar_content .menu_button_right
{
	display: block; 
	float: right;
	text-align: left;
	padding-left: 5px;
	padding-right: 8px;
	height: 23px;
}
#body
{
	width: 100%;
	background-image: url("../img/background.png");
	margin-top: 0px;
}
#text
{
	width: 738px;
	margin: auto;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 15px;
	background-image: url("../img/body-repeat.png");
	background-repeat: repeat-y;
	margin-top: 0px;
	min-height: 150px;
	font-size: 0.9em;
}
#footer
{
	width: 100%;
	height: 192px;
	background-image: url("../img/footer-repeat.png");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
#sigma
{
	position: absolute;
	top: 0px;
	min-height: 18px;
	width: 100%;
	background-image: url("../img/sigma-repeat.png");
	color: #d3e2ff;
	font-size: 12px;
}
#footer_img
{
	margin: auto;
	width: 668px;
	min-height: 100px;
	padding-top: 65px;
	padding-left: 60px;
	padding-right: 60px;
	background-image: url("../img/footer.png");
	background-repeat: no-repeat;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}
#login_box
{
	display: block; 
	margin: auto;
	margin-top: 40px;
	width: 350px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	border: 1px solid #abcf8c;
	background-color: #d9f4c5; 
	-moz-border-radius:5px;
}
legend
{
	border: 1px solid gray;
	-moz-border-radius:5px;
	padding: 4px;
	background-color: #ebf0ff;
}
fieldset
{
	border: 1px solid gray;
	-moz-border-radius:5px;
}
label
{
	display: block;
	width: 180px;
	float: left;
}
input[type=text], input[type=password]
{
	border: 1px solid gray;
}
input[type=text]:hover, input[type=password]:hover
{
	border: 1px solid #ffdd71;
	background-color: #fff7df;
}
input[type=text]:focus, input[type=password]:focus
{
	border: 1px solid #19be00;
	background-color: #eaffe7;
	color: #0b5800;
}
input[type=submit]
{
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
}
label:hover
{
	background-color: #eaffe7;
	cursor: pointer;
}
hr
{
	margin-top: 8px;
	margin-bottom: 5px;
	height: 8px;
	background-image: url("../img/hr.png");
	background-repeat: repeat-x;
	border: none;
}
ol
{
	margin-left: 30px;
}