/* CSS Document */

body {
	background-color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
}
p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
	margin-top:0px;
	margin-bottom:10px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	color:#953502;
	font-size:24px;
	margin-top:0px;
	margin-bottom:10px;
	background-image:url(images/rule-main.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:13px;
	letter-spacing:2px;
	text-align:left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#953502;
	margin-top:0px;
	margin-bottom:10px;
}
h3 {
	font-size:14px;
	color:#953502;
	margin-top:0px;
	margin-bottom:10px;
}
h4 {
	font-size:14px;
	color:#953502;
	margin-top:0px;
	margin-bottom:5px;
}

h5 {
	font-size:16px;
	color:#953502;
	margin-top:0px;
	margin-bottom:10px;
}

h6 {
	font-size:12px;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:5px;
}

a, a:link {
	color:#04559a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* layout containers */

#container {
	width:760px;
	margin:  0px auto 0px auto;
	background-image:url(images/main-theosbg.jpg);
	background-repeat:repeat;
	border: 1px solid #9F9566;
}
#header {
}
#header_image_AboveNav {
	width:760px;
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#header_music_button {
	float:right;
	width:45px;
	margin-right:20px;
	margin-top:10px;
}
#header_nav {
	width:705px;
	padding-left:55px;
	background-image:url(images/nav-bg.jpg);
	height:26px;
}
#header_image_BelowNav {
}
span#main_menu {
	margin-top:0px;
	padding-top:0px;
	text-align:center;
}
span#main_menu a {
	display: block;
	height:22px;
	float:left;
	text-align: center;
	padding: 4px 10px 0 12px;
	color:#953502;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
span#main_menu a:hover {
	color: #ffffff;
	background-color:#953502;
}
#sidebar {
	width:175px;
	float:left;
	background-image:url(images/siderule.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 10px 5px 20px 10px;
	margin-left:20px;
}
#sidebar h1 {
	background-image:url(images/siderule.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:13px;
}
#subpage {
	padding-top:10px;
}
#body_wrapper {
	float:right;
	width:490px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
}
#body {
}
#footer {
	clear:both;
	padding:10px;
	border-top:solid #9F9566 1px;
}
#footer p {
	font-size:12px;
}
/*News containers - side by side */

.newsbox1 {
	float:left;
	width:215px;
	padding:10px 10px 10px 0px;
	border-right:solid #9F9566 1px;
	margin-right:20px;
}
.newsbox2 {
	float:left;
	width:225px;
	padding:10px 0px 10px 0px;
}
#newswrap {
	overflow:auto;
	margin-bottom:20px;
}
/* News containers - whole page */

.newsitem {
}
/* Miscellaneous classes - use for padding hacks etc */

.imagepad {
	margin-bottom:10px;
}

#SubsectionNav {
margin-bottom: 30px;
}

.SidebarNav_First {
	display: block;
	font-size:16px;
	color:#953502;
	margin-top:0px;
	margin-bottom:10px;
	font-weight: bold;

}
.SidebarNav {
	display: block;
	font-size:16px;
	color:#953502;
	margin-top:0px;
	margin-bottom:10px;
	font-weight: bold;

}
hr {
	border-color: #9f9566;
	border-width:1px;
	background-color:#9f9566;
	border-collapse:collapse;
	border-style:solid;
}

.datestamp, .timestamp{
	color:#999999;
	display: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}