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

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;
	background-color: #0f2065;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background:#fff;
	width:100%;

}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* margin-top:50px; 
	background: url(../images/contentBack.jpg);*/
}

#header {
	padding: 0;
	margin: 0;
	width:960px;
	overflow: hidden;
}

#nav {
	margin: 0;
	padding: 0;
}

#mainContent {
	padding: 20px 15px 10px 20px;
	width:925px;
	min-height:200px;
	margin: 0;
}

#left {
	width:250px;
	float:left;
	margin: 0;
	padding: 0;
}

#leftContent {
	background-image:url(../images/leftBack.jpg);
	background-repeat:no-repeat;
	margin-bottom: 0px;
}

#right {
	float:left;
	background-color: #FFF;
	background-image: url(../images/rightCorner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 665px;
}

#login {
	font-size:100%;
	padding: 15px 0 0 5px;
}

#calendar {
	font-size:100%;
	padding: 0 0 0 7px;
}

#highlights {
	font-size:100%;
	padding: 0 20px 0 7px;
}

#highlight1 {
	border: solid 1px #0f2065;
	width:310px;
	padding:5px;
	margin-right:13px;
	float: left;
	background-color: #f7f7f7;
	margin-left: 4px;
}

#highlight2 {
	border: solid 1px #0f2065;
	float:left;
	width:310px;
	padding:5px;
	background-color: #f7f7f7;
}

#footer {
	padding: 0 10px;
	background-image: url(../images/footerBack.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#footer p {
	margin: 0 0 0 17px;
	padding: 5px 15px 0 15px;
	text-align: center;
	font-size: 11px;
	border-top: solid 1px #cccccc;
	width: 880px;
	color: #999;
}

#footer a:link {text-decoration: none; color: #999999;}
#footer a:visited {text-decoration: none; color: #999999;}
#footer a:hover {text-decoration: underline;  color: #000099;}
#footer a:active {text-decoration: none; color: #999999;}

.clearIt {
	clear:both;
	}


.title {
	font-size:140%;
	font-weight:bold;
	font-style:italic;
	color: #0f2065;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.title2 {
	font-size:130%;
	font-weight:bold;
	font-style:italic;
	color: #0f2065;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	display: block;
	margin-left: 40px;
}

.eventTitle {
	font-size:120%;
	font-weight:bold;
	color: #0f2065;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	display: block;
}

form {
	margin:0;
	padding:0;
}

h1 {
	font-size:130%;
	font-weight:bold;
	color: #0f2065;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	display: block;
}

h2 {
	font-size:120%;
	font-weight:bold;
	color: #0f2065;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	display: block;
}

.fltrtBdr {
	float: right;
	margin-left: 8px;
	border: solid 2px #006666;
}


#formPage{
	width:800px;
	margin:0 auto;
}
