@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;
	background-color: #e1e0dc;
	background-image: url(assets/bground.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.index #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.index #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 3px;
}
.index #mainContent {
	padding: 0;
}
.index #footer {

}
.index #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 */
	color: #0060AD;
	font-size: x-small;
}
.index #container #footer p a {
	color: #0060AD;
}
.imgR {
	padding-bottom: 15px;
	padding-left: 15px;
}


.sub #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sub #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 3px;
	background-image: url(assets/head.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}
.sub #mainContent {
	background-image: url(assets/body.png);
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 30px;
}

.sub #mainContent p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 1em;
	font-size: small;
	margin-left: 250px;
}

#mainContent  h1 {
	padding-left: 250px;
	font-size: x-large;
	color: #0069C2;
}
#sidebar {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}



.sub #footer {
	background-image: url(assets/footer.png);
	background-repeat: no-repeat;
	background-position: top;

}
#sidebar p  a{
	color: #005C31;
	text-decoration: none;
}
#banner {
	clear: both;
	height: 75px;
	width: 1000px;
	background-image: url(assets/body.png);
	text-align: center;
	padding-top: 30px;
}

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

#sidebar h1 {
	color: #0069B6;
	font-size: medium;
}


.sub #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 */
	color: #0060AD;
	font-size: x-small;
}
.sub #container #footer p a {
	color: #0060AD;
}


#columns {
	margin-top: 20px;
}
#events {
	background-image: url(assets/col2.png);
	width: 347px;
	vertical-align: top;
	padding-top: 50px;
}
#events p {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFF;
	font-size: small;
	padding-top: 0px;
	margin: 0px;
}
.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #0069C2;
}

#nav {
	width: 700px;
	float: right;
	position: relative;
	top: 60px;
	text-align: right;
}
#nav img {
	padding-left: 30px;
	padding-right: 0px;
}
.sub #container #mainContent #staff tr td p {
	margin: 0px;
	padding: 0px;
}
#mainContent #staff tr td {
	vertical-align: top;
}
#mainContent #staff td {
	height: 175px;
}
#staff {
	margin-left: 250px;
}
#mainContent h2 {
	padding-left: 250px;
	font-size: medium;
	color: #000;
	padding-top: 15px;
}
.sub #mainContent2 {
	background-image: url(assets/body.png);
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 30px;
}

.sub #mainContent2 p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 1em;
	font-size: small;
	margin-left: 25px;
}

#mainContent2  h1 {
	padding-left: 25px;
	font-size: x-large;
	color: #0069C2;
}
.imgL {
	padding-right: 15px;
	padding-bottom: 15px;
}
