@charset "utf-8";
html{
overflow-x:hidden;

}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D7EBFF;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#nav {
	font-size: small;
	text-align: center;
	color: #CC0000;
}

#nav a {
	font-size: small;
	text-align: center;
	text-decoration: none;
}

#row2 p {
	font-size: small;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	color: #000000;
}
#texthalf p{
text-align:justify;!important
}
 #row2 h2 {
	color: #5985C2;
	text-align: left;
	
	padding-right: 40px;
	padding-left: 40px;
}

#row2 a {
	text-decoration: none;
	color: #0066CC;
}

#row2 a:hover {
	text-decoration: none;
	color: #FF3300;
}
#row3top p {
	font-size: small;
	text-align: center;	
}

#row3top a {
	color: #003366;
	text-decoration: none;
}

#row3top a:hover {
	color: #CC3300;
	text-decoration: none;
}
#row3 p {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	padding-top: 5px;
}
#row3 a {
	color: #99FF99;
	text-decoration: none;
}

#row3 a:hover {
	color: #CC6600;
	text-decoration: none;
}

.style1 {
font-size:x-small;
}

.style2 {
	font-size: small;
	text-align: left;
}

#row2  h3 {
	color: #999900;
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
}
#announcement {
	font-size: small;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	color: #996600;
}

#announcetext {
	padding-left: 20px;
	padding-right: 100px;
}
#row2 ul {
	font-size: small;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	list-style-position: inside;
}

#row2 ol {
	font-size: small;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	list-style-position: inside;
}
#calendar {
	text-align: left;
	padding-left: 40px;
}
#contactform {
	font-size: small;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}
#row2 #announcebox {
	color: #CC6600;
	font-size: small;
	text-align: left;
	padding-right: 40px;
	padding-left: 10px;
}
#newannouncetext {
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#bandannouncetext {
	text-align: left;
	/*padding-right: 20px;*/
	width:197px;
}

#bandannouncetext2 {
	text-align: left;
	/*padding-right: 20px;*/
	width:900px;
}


