html, body {
	background-color: white;
	border: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
/* Main Styles */
A {
	color:#336699;
	text-decoration:none;
}
A:HOVER {
	color:#000000;
}
HR {
	clear:both;
	color:#CCCCCC;
	height:3px;
	background-color:#CCCCCC;
	border:0px;
}
H1 {
	font-weight: bold;
	font-size: 23px;
	color: #996600;
	text-align: left;
	margin: 0em;
	padding: .25em;
}
H2 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	margin: 0.5em;
	padding: 0;
	line-spacing: 0.5em;
}
H3 {
	font-weight: bold;
	font-size: 20px;
	color: #999966;
	margin: 0em;
	padding: .25em;
}
H6 {
	font-weight: bold;
	font-size: 12px;
	color: #996633;
	margin: 0.5em;
	padding: 0;
}
H4 {
	font-size: 24px;
	color: red;
	text-align: center;
}
H5 {
	font-size: 24px;
	color: #999966;
	text-align: center;
}
/* Layout */
#frame {
	text-align: center;
	margin: auto;
	width: 800px;
	height: auto;
	height: 100%;
	display: table;
	background-image: url("/images/BG_new.jpg");
}
#main {
	width: 700px;
	margin:auto;
	background-color:#FFFFFF;
}
#header {
	width: 700px;
	height: auto;
	background-color:#FFFFFF;
}
#content {
	text-align:left;
	background-color:#FFFFFF;
	margin:0px 20px;
}
#content IMG {
	margin:10px;
}
#sponsors {
	margin-top:10px;
}
/* Main Nav */
#nav {
	width: 700px;
	background-color: #336699;
	margin-bottom: 1em;
	border-bottom: 4px double white;
	height:25px;
	font-size:8pt;
	line-height:25px;
	font-weight:bold;
}
#nav A {
	padding:5px;
	margin-right:8px;
	color: #669ACC;
	width: 100%;
	height:25px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav A:HOVER {
	color: #336799;
	background-color: #669ACC;
}
/* Form CSS for the registration page */
#content form {
	margin: 1em;
}
#content label {
	width: 140px;
}
#content input {
	margin-bottom: 5px;
	width: 300px;
}
#content select {
	position: relative;
	top: -5px;
}
#content #submit2, #content #reset2 {
	width: 100px;
	margin-top: 2em;
	margin-left: 0.5em;
}
#content #submit2 {
	margin-left: 0;
}
/* Home page tab box */
#tabHolder {
	width:230px;
	float:right;
	margin:0px 0px 10px 10px;
	font-size:10pt;
}
.tabHead {
	background-color:#999966;
	color:#FFFFFF;
	height:25px;
}
#tabHolder A {
	color:#FFFFFF;
	font-size: 8pt;
	padding-left:3px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#tabHolder A:HOVER {
	color:#FEE28E;
}
.tabBody {
	background: url("/images/new/tab_bg2.jpg") repeat-x;
	vertical-align:top;
	text-align:left;
	font-size:8pt;
}
#tabHolder IMG {
	margin:0px 3px 3px 0px;
	float:left;
}
/* Footer */
#footer {
	font-size: 11px;
	text-align: center;
	color: #666666;
	background-color:#FFFFFF;
	padding-bottom:10px;
}
#footer A {
	text-decoration: none;
	color: #555555;
	text-transform: uppercase;
	font-weight:bold;
	margin-right:10px;
}
#footer A:HOVER {
	color: #996600;
}
