@charset "utf-8";
/* CSS Document */

.access {
	display: none;
}

.navigation_bar 
{
    font-size: small;
    padding: 5px;
    background-color: #f1e7f2;
    margin-bottom: 12px;
}

.high_contrast {
	display: none;
}

html, body, form, fieldset, strong {
	padding: 0; margin: 0;
}

body {
	padding: 0; margin: 0;
	background-image:url(../images/v2_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	text-decoration: none;
    color: #221d57;
	font-weight: bold;
}

a:hover {
	background-color:#f1e7f2;
}


h1 {
	color: #5b5179;
	font-size: x-large;
}

h2 {
	color: #5b5179;
	font-size: x-large;
	padding: 0; margin: 0;
}

h3 {
	color: #5b5179;
	font-size: medium;
}


#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image:url(../images/v2_center_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	background-image: url(../images/v2_header.jpg);
	width: 836px; height: 168px;
	margin: 0 auto;
}

#inner_header {
	padding: 8px;
	margin: 0 auto;
	font-size: x-small;
	font-weight: bold;
}

#inner_header_column1 {
	float: left;
	color: #221d57;
	padding-left: 21px;
}

#inner_header_column1 a {
	color: #221d57;
}

#inner_header_column2 {
	float: right;
	color: white;
	padding-right: 20px;
}

#inner_header_column2 a {
	color: white;
}

#inner_header_column2 a:hover {
	color: black;
}

#middle_watermark {
	background-image:url(../images/v2_center_watermark.jpg);
	background-repeat: no-repeat;
	width: 836px;
	min-height: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

#content {
	padding-top: 30px;
}

#column1 {
	width: 150px;
	height: auto;
	margin: 0 auto;
	float: left;
	padding-left: 5px;
	padding-top: 0px;
	margin: 0px;
}

#column1 ul {
	list-style:none;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#column1 a:hover {
	background-color: #b586bc;
}

#column1 li:hover {
	background-color: #b586bc;
	color: #ffffff;
}

a.one {color: #221d57; font-weight: bold; }
a.two {color: #ffffff; font-weight: bold; }

.navigation {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 130px;
	background-color: #221d57;
	margin-bottom: 5px;
	background-image: url(../images/nav_curve.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.navigation:hover {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 130px;
	background-color: #b586bc;
	margin-bottom: 5px;
	background-image: url(../images/nav_curve_hover.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.chosen_navigation {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 130px;
	background-color: #ffffff;
	margin-bottom: 5px;
}



#events_box {
	
}

.events_box_column {
	float: left;
	width: 184px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#column2 {
	line-height: 22px;
	width: 650px;
	height: auto;
	margin: 0 auto;
	float: left;
	padding-left: 23px;
}

#column2_sub1 {
	width: 400px;
	height: auto;
	margin: 0 auto;
	float: left;
	padding-right: 20px;
	padding-left: 5px;
}

#column2_sub2 {
	width: 220px;
	height: 587px;
	margin: 0 auto;
	float: left;
	overflow: auto;
}


.clear {
	clear: both;
}

.newsheadline1 {
	background-color: #221d57;
	color: white;
	font-size: small;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	line-height: normal;
	background-image: url(../images/nav_curve.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.newsheadline2 {
	background-color: #7b779a;
	color: white;
	font-size: small;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	line-height: normal;
}

#footer {
	background-image:url(../images/v2_footer.jpg);
	background-repeat: no-repeat;
	width: 835px;
	height: 98px;
	margin: 0 auto;
	clear: both;
}

#inner_footer {
	font-size: x-small;
	font-weight: bold;
	color: #221d57;
	padding-top: 50px;
}

