body { background: #2a5f95;}
#wrapper { width: 750px; margin: auto; background-color: #fff; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: small; border: solid 1px #000;}
#wrapper-enter { width: 595px; margin: auto; text-align: center; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: small; border: none;}
#wrapper-enter img { border: none;}

#header {
	width: 750px;
	height: 30px;
	background-image: url(../images/header-updated.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#header ul { margin: 0px; padding: 0px;}
#header li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header a{ color: #fff; text-decoration: none; font-weight: bold;}
#header a.thispage{ color: #000; text-decoration: none; font-weight: bold;}
#header a:hover{ color: #000; text-decoration: none;}
#header-title h1 { display: none;}
#content {width: 720px; margin:0px; padding: 15px; min-height: 500px;}
#content p { margin: 0px; padding-bottom: 10px; padding-top: 0px; padding-left: 0px; padding-right: 0px;}
#content img.right { float: right; padding-left: 5px;}
#content img.left { float: left; padding-right: 5px;}

#content a { color: #000; text-decoration: none; font-weight: bold;}
#content a:hover { color: #f00; text-decoration: none;}
#content ul{}
#content li{
	/*list-style: none;*/
	margin-bottom: 10px;
}
#content ol{
	/*list-style-position: outside;
	list-style-type: decimal;*/
}
#footer { width: 730px; padding: 10px; margin: 0px; background-color: #000; color: #fff; text-align: center;}
#footer ul { margin: 0px; padding: 0px;}
#footer li { display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;}
	
#footer a{ color: #fff; text-decoration: none; font-weight: bold;}
#footer a.thispage{ color: #f00; text-decoration: none; font-weight: bold;}
#footer a:hover{ color: #f00; text-decoration: none;}
