/* Body Styles */
* {
margin: 0;
padding: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656563;
	text-align: center;
	width: 100%;
	background-color: #656563;
	line-height: 1.5;
}
img {
	border: 0px;
}
a:link, a:visited {color:#59606F;}
a:hover {background-color: #59606F; color: #FFFFFF;}
a:active {color: #59606F;}

/* Header */
#topwide {
	position: relative;
	width: 100%;
	height: 29px;
	text-align: center;
	background-color: #989897;
}
#topcontained {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 29px;
	background-color: #989897;
	text-align: right;
}
#headerwide {
	position: relative;
	text-align: center;
	width: 100%;
	height: 142px;
	background-color: #3E3E3E;
}
#headercontained {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 142px;
	text-align: right;
}
#linewide {
	position: relative;
	text-align: center;
	width: 100%
	height: 6px;
	background-color: #585858;
}
#linecontained {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 6px;
	background-color: #7C8598;
}
/* Content */
#mainwide {
	position: relative;
	text-align: center;
	width: 100%;
	background-color: #656563;
}
#maincontained {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	background-image: url(bgnd.gif);
	background-repeat: repeat-y;
}

/* Menu */
#menu {
	position: relative;
	float: left;
	width: 173px;
	font-weight: bold;
	text-align: left;
}
#nav {
	vertical-align: top;
	width: 173px;
	padding: 0px;
}
#nav ul, #nav li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	border-bottom: 1px solid #666666;
}
#nav ul ul {
	padding-left: 10px;
}
#nav li li {
	border-bottom: none;
	font-weight: normal;
}
#nav a:link, #nav a:visited, #nav a:active {
	padding: 4px 10px 4px 10px;
	color: #6F7072;
	display: block;
	text-decoration: none;
}
#nav a:hover {
	padding: 4px 10px 4px 10px;
	background-color: #59606F;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#search {
	padding-left: 10px;
}
#info {
	font-size: 9.5px;
	font-weight: normal;
	text-align: center;
}
.infotitle {
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background-image: url(graybgnd.gif);
	background-repeat: repeat-x;
	display: block;
	width: 173px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
	font-size: 11px;
}
#info a:link, #info a:visited {color:#182549; text-decoration: underline;}
#info a:hover {color: #182549; background-color: #FFFFFF;}
#info a:active {color: #182549; text-decoration: underline;}
/* Main Content Area */
#content {
	position: relative;
	margin-top: 25px;
	float: right;
	text-align: left;
	width: 539px;
}
#contentinside{
	position: relative;
	width: 485px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#full {
	z-index: 10;
}
/* Footer */
#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
#footer .right {
	position: relative;
	top: 25px;
	bottom: 0px;
	right: 9px;
	float: right;
	display: block;
}
#footer a:link, #footer a:visited {color:#D7DBE3; text-decoration: none;}
#footer a:hover {background-color: #59606F; color: #FFFFFF;}
#footer a:active {color: #D7DBE3;}
/* Text Formatting */
h1 {
	font-size: 15px;
	color: #7C8598;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #2B3859;
}
h3 {
	position: relative;
	display: block;
	left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #7C8598;
}
h4 {
	left: 5px;
}
ol {
	position: relative;
	left: 25px;
}
ul {
	list-style-type: none;
}
#events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656563;
}
#events img {
	padding-right: 15px;
}
#events hr {
	clear: both;
}
.onscreen {
display: none;
}
.onpaper {
display: block;
width: 100%;
background-color: #FFFFFF;
color: #000000;
}