html, body, ul, li {
	margin-left: 5px;
	padding-bottom: 3px;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}

th{
	text-align:center;
	font-weight:bold;
}

.headerlogo {
	vertical-align:center;
}

.scoreboard_divider {
	text-align:center;
	font-weight:bold;
	border-right:1px solid black;
}
/

/* these two classes are used to alternate table rows */
.color1 {
	background-color:#ffffff;
}

.color2 {
	background-color:#e3e3e3;
}

.green {
	background-color:#00ff00;
}

.red {
	background-color:#ff0000;
}
.yellow {
	background-color:#ffff00;
}
.blue {
	background-color:#000088;
}

.center {
	text-align:center;
}

.vertcenter {
	vertical-align:middle;
}

a:hover {
	text-decoration: underline;
}
.boldright {
	text-align:right;
	font-weight:bold;
}

.boldrightreq {
	text-align:right;
	font-weight:bold;
	color:#ff0000;
}

.inputbox {
	width:300px;
}
.textarea {
	height:100px;
	width:300px;
}
.nojava {
	background-color:#ff0000;
	font-weight:bold;
	color:#000000;
}

.boldred {
	background-color:#f00000;
	font-weight:bold;
	color:#000000;
	padding:2px;
}

.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.center {
	align:center;
}

body, h1, h2, h3, form {
	font: 12px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

h1.header {
	font-size:180%;
}

h1.center {
	font-size:180%;
	text-align:center;
}

h2.header {
	font-size:160%;
}

h3.header {
	font-size:140%;
}

h3.center {
	font-size:140%;
	text-align:center;
}

body {
	background: url(/images/background.jpg) repeat-x;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
}
#wrapperfull {
	text-align: left;
	margin: auto;
	/*width: 900px;*/
}

#header {
	height: 130px;
}
#header h1 {
	margin-top: 20px;
}
#header h1 img {
	display: block;
}
.nav {
	margin-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #00c8ff;
	padding:2px;
	text-align:right;
	vertical-align:center;
}

.nav a:hover{
	text-decoration:none;
}

#adminnav {
	padding:12px 0px 12px 0px;
	margin-left:2px;
	height:35px;
	clear:both;
}

#headline {
	padding-top: 0px;
	clear:both;
}

a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 408px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(/images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(/images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	width:100%;
	clear:both;
	margin-left:-3px;
	font-weight: bold;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 0;
}

.bigmenu { /*used on main nav bar to enlarge text*/
	font-size:130%;
	color:#00c8ff;
	padding-right:15px;
	font-family:verdana;
	text-shadow: gray 1px 1px 1px;

}

.smallmenu { /*used on main nav bar for regular size text */
	font-size:100%;
	color:#00c8ff;
	padding-right:15px;
	text-shadow: gray 1px 1px 1px;

}

.slogan { /*styles the slogan on the header*/
	font-size:150%;
	color:#00c8ff;
	text-shadow: gray 2px 2px 1px;
}

.content { /*used for header on single column pages*/
	/*width:663px;*/
	text-align:left;
	margin-left:0px;
	padding:5px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
	margin-bottom:5px; /*separate content elements*/
	clear:both;
	overflow:auto;
}

.contenthead {/*used to style the box that contains content under contenthead*/
	background-color: #00c8ff;
	padding: 0px;
	border:1px solid #000;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	font: 8pt verdana,helvetica,sans-serif;
	text-align: center;
	font-weight: bold;
	color:#000;
}

#registration {
	padding: 5px;
	border:1px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.reqfieldnotice {
	color:#ff0000;
	font-weight:bold;
}
