body {
	background: #9cf;
	font: 12px/14px arial, sans-serif;
	color: #fff;
}
	
h2 {
	font: bold 18px/18px arial, sans-serif;
	color: #fad417;
	margin: 15px 0 5px 0;
}

h3 {
	font: bold 14px/14px arial, sans-serif;
	color: #fff;
	margin: 15px 0 5px 0;
}

p {
	margin: 0 0 15px 0;
}

ol {
	padding: 0; 
	margin: 0 0 10px 20px;
}

ol li { 
	padding: 0 0 5px 0; 
	margin: 0; 
}

ul { 
	padding: 0; 
	margin: 0 0 10px 10px;
	list-style: none; 
}

ul li { 
	padding: 0 0 5px 11px; 
	margin: 0; 
	background: url(../images/bullet.gif) 0 5px no-repeat; 
}

a:link, a:visited, a:active {
	color: #fad417;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #fff;
}

ul li a:link, ul li a:visited, ul li a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

ul li a:hover {
	color: #fad417;
}

form {
	background: #0a3365;
	padding: 10px;
	border: 2px solid #000;
}

input {
	margin: 10px 0 10px 0;
}
	
#wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #000;
	background: #376698 url(../images/bg.gif);
}

#header {
	background: #376698;
	border-bottom: 3px solid #000;
}

#header h1 {
	display: none;
}

#header img {
	border: 0;
}

#content {
	margin: 23px 180px 20px 155px;
}

#content img {
	float: right;
	border: 4px solid #000;
	margin: 0 0 10px 10px;
}

#backtotop {
	text-align: center;
}

#sidebar {
	position: absolute;
	top: 122px;
	right: 20px;
	width: 120px;
	background: #0a3365;
	padding: 10px 10px 0 10px;
	border: 2px solid #000;
	font: 12px/14px "Times New Roman", times, serif;
	text-align: right;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 20px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	color: #000;
}

#navigation ul li {
	width: 85px;
	margin: 0;
	padding: 2px;
	text-align: center;
	background: #fdcc14;
	border: 1px solid #000;
}

#navigation ul li:hover, #navigation ul li.static  {
	background: #fff;
}

#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#display {
	position: absolute;
	top: 85px;
	right: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#display ul, #display li {
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: lowercase;
	background: 0;
}
	
#display li {
	padding: 0 0 0 10px;
	background: url(../images/divider.gif) 2px 2px no-repeat; 
}

#display li.first {
	padding: 0;
	background: 0;
}

#copyright {
	width: 742px;
	text-align: center;
	font-size: 10px;
	padding: 3px;
	background: #0a3365;
	border-top: 1px solid #000;
}

#copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

#copyright ul, #copyright ul li {
	display: inline;
	background: 0;
}