/* HTML elements */

body.enterpage { background: url(images/enterpageBG.gif) repeat-x #FFF; } 

body.reg {background: url(images/mainBG.gif) repeat-x #FFF; margin: 0px; padding: 0px; } 

body { font-family: Arial, Verdana, sans-serif; font-size: 75%; } 

h1, h2, h3, h4, h5, h6 { color: #000; text-transform: uppercase; } 

h1 { font-size: 250%; color: #B59570; font-family: Garamond, "Times New Roman", Georgia, Times, serif; } 

h2 { font-size: 200%; color: #B59570; font-family: Garamond, "Times New Roman", Georgia, Times, serif; } 

h3 { font-size: 170%; } 

h4 { font-size: 130%; } 

h5 { font-size: 120%; } 

h6 { font-size: 110%; } 

h4, h5, h6 { font-weight: lighter; } 

a { color: #6D0000; text-decoration: underline; font-weight: bold; }

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

a:visited { text-decoration: none; } 



/* DESIGN elements */

#enterpageHeader h1, #enterpageHeader h2 { font-size: 0px; visibility: hidden; } 

#regHeader h1, #regHeader h2 { font-size: 0px; visibility: hidden; } 

#enterpageMainBody p { margin: 0px; padding: 0px; text-align: center; } 

#enterpageMainBody { color: #666; } 

#enterpageMainBody a { color: #000; } 

#enterpageMainBody a:hover { color: #666; } 

#subContent { float: left; background: #F6F6F6 url(images/contentBG.gif) repeat-x; width: 15%; border-top: 1px #999 solid; border-bottom: 2px #999 solid; padding: 5px; } 

#content { float: right; padding-bottom: 20px; border: #CCC solid 1px; margin-bottom: 5px; padding: 5px; width: 80%; } 

#navi, #navi li { list-style-type: none; padding: 0px; margin: 0px; } 

#foot { clear: both; padding-bottom: 20px; padding-top: 10px; border-top: #CCC solid 1px; text-align: center; background: url(images/footBG.gif) repeat-x #FFF; width: 100%; } 

#foot p { margin: 0px; padding: 0px; color: #999; } 

.chap { height: 30px; margin: 0px; padding: 0px; background: url(images/clockHeader.gif) no-repeat bottom left; } 



/* LAYOUT POSITION elements */

#enterLink {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 50%;
	height: 270px;
	width: 650px;
	margin-left: -300px;
} 

#designElement1 { position: absolute; z-index: 1; top: 0px; left: 0px; height: 179px; width: 690px; background: url(images/mainHeader.gif) no-repeat; } 

#enterpageMainBody { position: absolute; z-index: 2; top: 400px; width: 80%; left: 10%; } 

#regMainBody { position: absolute; z-index: 2; top: 200px; left: 3%; width: 94%; } .red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}

