@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #DCE0EC;
}

#header a:link {
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	color: #39F;
	text-decoration: none;
}
#header a:active {
	color: #990000;
	text-decoration: none;
}
#header a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
}
.twoColFixLtHdr #header {
	height: 125px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	padding-bottom: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 165px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}
.twoColFixLtHdr #footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #c1c1c1;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bodyTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001F5D;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
}
.errorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
}

.boldItals {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
	margin-top: 2px;
	font-style: italic;
	color: #1A4186;
}
.newWindowText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-style: italic;
}
.required {
	color: #CC0000;
}
#home {
	width:157px;
	height:83px;
	z-index:1;
	top: 6px;
	left: 7px;
	visibility: visible;
}
.headerTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
.pictureFrame {
	border: 1px solid #0094CC;
	margin-bottom: 5px;
	margin-top: 2px;
}
table.events {
	border: 1px solid #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image: url(../images/table_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	}
input.search {
	background-color: #FFC;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	}

.submit_button {
	font-size: 12px;
	background-color: #00205B;
	border: 1px solid #666666;
	color: #FFF;
	display: inline;
	height: 24px;
}
.resultText {
	color: #FFFFFF
}
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
