@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	background-image: url(interface/page-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #ACC314;
}
p {
	line-height:1.6;
	padding:8px 0px 8px 0px;
	margin:0px;
	}
#menu ul, #menu li {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu a {
	display:block;
	line-height:40px;
	height:40px;
	font-size:16px;
	width:130px;
	margin-left:0px;
	color:#ACC314;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	}
#menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
h1 {
	color:#ACC314;
	font-weight:normal;
	margin:0px;
	padding:0px;
	height:37px;
	}
#container {
	width:900px; 
	
	margin-left:auto;
	margin-right:auto;
	}
#header {
	height:180px; 
	width:900px;
	}
#page {
	width:900px; 
	background-image:url(interface/content-bg.jpg); 
	background-repeat:repeat; 
	padding-top:30px; 
	padding-bottom:40px;
	}
#menu {
	width:170px; 
	float:left;
	}
#content {
	width:660px; 
	margin-left:170px; 
	padding:5px;
	min-height:361px;
	/*overflow:hidden;*/
	}
#footer {
	width:900px; 
	height:23px;
	}
li {
	line-height:1.5;
	}
#control p {
	font-size:11px;
	}
#control {
	margin-top:10px;
	/*height:300px;
	overflow:auto;
	*/
	}
.smallerfont {
	font-size:14px;
	}
