﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border-color: inherit;
}
#column_l {
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url('../images/back.png');
	float: left;
}
#footer {
	padding: 0px 10px 20px 10px;
	background-position: bottom;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	background-image: url('../images/foot.png');
	background-repeat: repeat-x;
	width: 100%;
}
/* Styles for Masthead */
#mh {
	padding: 10px 10px 0px 10px;
	background-position: top;
	background-color: #FFFFFF;
	background-image: url('../images/head.png');
	background-repeat: repeat-x;
	width: 100%;
}
#mh img {
	padding: 0px;
	border-width: 0px;
	float: left;
	margin-top: 10px;
}
/* Styles for Navigation */
#navigation {
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
	background-color: #000066;
	float: left;
	text-align: center;
	width: 100%;
}
#navigation a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 4px 16px 6px 16px;
	background-color: #000066;
	width: auto;
	text-align: center;
	border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-color: #A8D3FF;
	border-right-color: #A8D3FF;
	border-left-color: #A8D3FF;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 10px;
}
#navigation a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #3399ff;
	border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset;
	border-top-color: #000066;
	border-right-color: #000066;
	border-left-color: #000066;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #545454;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #545454;
	text-decoration: underline;
}
#footer a:hover {
	color: #545454;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #3399ff;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#mh_box_l h1 {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	font-size: 24px;
}
#mh_box_r h2 {
	margin: 0px 0px 4px 0px;
	font-size: 18px;
}
#mh_box_r p {
	margin: 0px;
	font-size: small;
}
#mh_box_r {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: right;
	display: inline-block;
}
#mh_box_l {
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	width: 46%;
	text-align: center;
	display: inline-block;
}
#mh_logo {
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: -10px;
}
#mh a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #000000;
}
#nav_r {
	padding: 2px 0px 5px 10px;
	border-bottom-left-radius: 8px;
	float: right;
	width: 158px;
	background-color: #000066;
	right: -10px;
	position: relative;
	top: 0px;
	display: block;
	overflow: hidden;
	clear: right;
}
#nav_r ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_r li {
	margin-bottom: 6px;
	list-style-type: none;
}
#nav_r a {
	border-radius: 6px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 4px 0px 6px 0px;
	border: 4px inset #A8D3FF;
	background-color: #000066;
	width: 144px;
	text-align: center;
}
#nav_r a:hover {
	color: #000066;
	text-decoration: none;
	border: 4px inset #000080;
	background-color: #3399FF;
	font-weight: bold;
}
.event {
	padding: 4px;
	background-color: #e0e0e0;
	width: 90%;
	margin: 0px 0px 6px 0px;
	border: 4px inset #DDDDDD;
}
.event h2 {
	padding: 0px;
	margin: 0px;
}
.event h3 {
	padding: 0px;
	margin: 0px 0px 0px 80px;
}
.event p {
	margin-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
.button {
	margin: 0px;
	text-align: center;
}
.button a {
	border-radius: 6px;
	margin: 4px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 2px 3px 3px 3px;
	border: 4px inset #a8d3ff;
	background-color: #000066;
	text-align: center;
}
.button a:hover {
	border-style: inset;
	border-color: #000066;
	color: #000066;
	text-decoration: none;
	background-color: #a8d3ff;
	font-weight: bold;
}
#mh a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #666666;
}
#page_content {
	width: 100%;
	float: left;
}
.slshow {
	overflow: hidden;
	padding: 0px 10px 10px 10px;
	display: block;
	z-index: 0;
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #000066;
	text-align: center;
	left: -10px;
	position: relative;
}
.center {
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}
