@charset "utf-8";

/* CSS Document */

html,body {

	width:100%;

	height:100%;

	margin:0;

	background:#FFFFFF;

	color:#000000;

	

	font-family:Verdana, Arial, Helvetica, sans-serif;

}



#header {

	height:100px;

	background:url(images/header_back.gif) repeat-x;

	

	text-align:center;

}



#menu {

	height:30px;

	background:url(images/menu_back.gif) repeat-x;

	border-color:#808080;

	border-style:solid;

	border-width:1px 0px 1px 0px;

	

	text-align:center;

	line-height:30px;

	font-size:12px;

	font-weight:bold;

}



#menu a{

	color:#000000;

	text-decoration:none;

}



#content {

	width:auto;

}



#content h1 {

	margin:0px;

	padding:2px 2px 2px 7px;

	border-color:#808080;

	border-style:solid;

	border-width:1px 0px 1px 0px;

	background-color:#bfed91;

	font-weight:bold;

	font-size:14px;

}



#content h2 {

	margin:0px;

	font-weight:bold;

	font-size:18px;

}



#content .body{

	padding:5px 20px 5px 20px;

	font-size:14px;

	text-align:justify;

}



#content p {

	margin:0px;

}

#content small {

	font-size:10px;

}



#content .admin{

	padding:5px 20px 5px 20px;

	font-size:14px;

	text-align:justify;

	float:left;

}



#footer {

	width:auto;

	height:50px;

	background:#a2a2a2 url(images/footer_back.gif) no-repeat;

	padding:0px 10px 0px 0px;

	

	text-align:right;

	font-size:10px;

	color:#cccccc;

	line-height:50px;

}



#footer a {

	color:#cccccc;

	text-decoration:underline;

}



.adminMenu {

	float:right;

	font-size:12px;

	padding:5px;

	width:160px;

	background-color:#FFFFCC;

	border:1px solid #CCCCCC;

	margin:5px;

}



.loginButton {

	height:30px;

	background:url(images/menu_back.gif) repeat-x;

	border-color:#808080;

	border-style:solid;

	border-width:1px 1px 1px 1px;

	font-weight:bold;

}



.loginField {

	border-color:#808080;

	border-style:solid;

	border-width:1px 1px 1px 1px;

}



.clr {

	clear: both;

	height: 1px;

	font-size: 1px;

}