@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/backgrounds/page_background.gif) #000000 repeat-y center;
	font-size: 62.7%;
}

#top_nav {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#top_nav .logo {
	display: block;
	margin: 10px auto 5px auto;
}

#nav_bar {
	width: 850px;
	height: 35px;
	margin-top: 5px;
	background: url(../images/backgrounds/nav_bar_background.gif);
	padding-left: 50px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
}

#nav_bar a {
	display: block;
	float: left;
	height: 19px;
	padding: 8px;
	color: #003399;
	font-size: 1.4em;
}

#nav_bar a:visited {
	color: #003399;
}

#nav_bar a:hover {
	background-color: #cbd7ee;
	color: #CC0000;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#main_content {
	width: 590px;
	padding: 20px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #cbd7ee;
}

#main_content h1 {
	font-size: 2.2em;
	text-align: center;
	font-variant: small-caps;
	margin-bottom: 10px;
}

#main_content p,
#main_content ul {
	font-size: 1.5em;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 1.1em;
}

#main_content p a {
	color: #cbd7ee;
	text-decoration: underline;
	font-weight: bold;
}

#main_content p a:hover {
	color: red;
}

#main_content p:first-letter {
	font-weight: bold;
	font-size: 1.55em;
}

#main_content h2 {
	font-size: 2em;
	text-align: center;
	font-variant: small-caps;
	margin-bottom: 10px;
}

#home_page_photo {
	width: 188px;
	margin-right: 10px;
	float: left;
	border: 1px solid;
	border-bottom-color: black;
	border-right-color: black;
	padding: 5px;
}

#main_content .announcement_box {
	width: 530px;
	background: url(../images/backgrounds/announcement2.jpg) center repeat-y;
	padding: 30px;
	font-size: 1.2em;
	color: black;
	text-align: center;
}

#main_content .announcement_box p {
	text-align: center;
}

#main_content .announcement_box strong {
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
}

#main_content .announcement_box a,
#main_content .announcement_box a:visited {
	color: black;
	font-weight: bold;
}

#main_content .announcement_box a:hover {
	color: white;
}

#request .announcement_box, #membership .announcement_box {
	margin-bottom: 20px;
}

#sidebar {
	clear: right;
	float: right;
	width: 250px;
	margin-right: 20px;
	background: url(../images/backgrounds/sidebar_Background.gif) repeat-y;
	font-size: 1.4em;
	padding-bottom: 50px;
	border-bottom: 1px solid #cbd7ee;
}

#sidebar h3 {
	text-align: center;
	color: #cbd7ee;
	font-variant: small-caps;
	font-size: 1.6em;
}

#sidebar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#sidebar .sidebar_divider {
	margin-bottom: 40px;
	margin-top: 5px;
}

#sidebar p {
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}

#sidebar a {
	color: #cbd0ee;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_link {
	display: block;
	text-align: center;
}

#footer {
	clear: both;
	width: 860px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px dashed white;
	color: #cbd7ee;
	font-size: 1.4em;
	padding-top: 5px;
	text-align: center;
}

#footer a {
	color: #cbd7ee;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
}


