@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	border:none;
	height:100%;
}
td {
	vertical-align:top;
}
body {
	background:url(/images/bg.png) top repeat-x #FFFFFF;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:30px;
}
#innerbody{
	border-top:8px #D60101 solid;
	background:url(/images/bg.png) repeat-x top #4D7194;
}
#page {
	width:1000px;
	margin:0 auto;
}
p, form {
	margin:0;
}
#innerbody {
}
#page_inner{
}
#footerborder {
	border-bottom:4px #D60101 solid;
}
#spacer {
	height:758px;
	width:1px;
	float:right;
}
#header {
	height:127px;
	border-bottom:#FFFFFF 3px solid;
	position:relative;
}
#navbar {
	position:absolute;
	right:17px;
	bottom:0px;
}
#navbar a{
	display:block;
	float:left;
}
#navbar a:hover{
	background:url(/images/nav_hover.gif) top center no-repeat;
}

#navbar a.selected {
	background:url(/images/nav_sel.gif) top center no-repeat;
}
#content {
	margin:0px 129px 10px;
}

img {
	border:0;
}
ul li ul li {
list-style-type:none;
text-indent:-33px;
}
ul li ul li::first-line {
	text-transform:uppercase;
	font-weight:bold;
}
ul li ul li img {
	padding-right:4px;
}
a {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
h2, h3 {
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	text-align:center;
}
ul {
margin-top:0px;
}
