

body{
	padding:0px;
	border:0px;
	margin-top:20px;
	text-align:center;
	font-family: sans-serif, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#777777;
	background-image:url("/media/images/backgroundnew.gif");
	background-attachment: fixed;
	

}
#container {
	position:relative;
	height:100%;
	width:764px;
	margin: 0 auto;
	background-color:white;
	border:1px solid #364454;
}
#menubar{
	background-image:url("/media/images/menubar.gif");
	background-repeat:no-repeat;
	width:750px;
	height:30px;
	padding-top:5px;
	margin-top:3px;
}

a{
	color:#e7a900;
	text-decoration:none;

}
a:hover{
	text-decoration:underline;
}
.menua{
	color:white;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	position:relative;
	top:-5px;
	margin-left:12px;
	margin-right:12px;
	text-transform:uppercase;
	
}
.menua:hover{
	text-decoration:underline;
}
hr{
	margin:0px;
	padding:0px;
}
p{
line-height:18px;
}

li{
	line-height:18px;
	margin-top:5px;
	margin-bottom:5px;
}