body {
	 margin: 0px;
	 padding: 0px;
	 font-size: 10pt;
	 font-family: Arial, Helvetica, sans-serif;
	 line-height: 15pt;
	 color: #565656;
	 background: url('images/bg.gif') #ffffff;
}

#siteWrapper {
	position: relative;
	left: 50%;
	margin: 0;
	margin-left: -410px;
	width: 820px;
}

#mainContent {
	width: 900px;
	margin-top: 34px;
	margin-left: 15px;
}

#navWrapper {
	/*background: url('images/nav_bg.gif') #ffffff no-repeat;*/
	height: 160px;
}

/* link styles */
a {
	text-decoration: none;
	color: #e2007a;
}

a:hover {
	text-decoration: underline;
	color: #e2007a;
}

#terms a {
	text-decoration: none;
	color: #a4a295;
}

#terms a:hover {
	text-decoration: underline;
	color: #a4a295;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#logo {
	position: absolute;
	top: 21px;
	left: 5px;
}

/***** COLUMNS *****/

#leftCol {
	float: left; width: 240px;
}

#rightCol {
	float: left; width: 540px; margin-left: 40px;
}

#leftColTop {
	height: 300px;
}

#rightColTop {
	height: 300px;
}

#rightColTop2 {
	background: url('images/cont_bg.gif') no-repeat; padding: 30px; padding-top: 26px; position: relative;
}

#rightColTop2 h1 {
	margin-top: 0; color: #3c3c3c; font-weight: normal; font-size: 1.8em; line-height: 20pt; margin-bottom: 26px;
}

#rightColTop2 h2 {
	font-size: 1.2em; padding: 0; margin: 0; margin-bottom: 6px;
}

#leftColBot {
	height: 250px; background: url('images/botLeftBG.gif') no-repeat; margin-top: 70px;
}

#leftColBot2 {
	min-height: 250px; width: 900px; background: url('images/botLeftBG.gif') no-repeat; margin-top: 70px;
}

#leftColBotIns {
	padding: 3px;
	padding-left: 15px;
	color: #aeaeae;
	font-size: 0.8em;
}

#rightColBot {
	width: 540px; margin-top: 70px;
}

#rightColBotHome{
	width: 540px; margin-top: 56px;
}

/**************/

.sub {
	font-size: 1.2em; color: #565656; margin-bottom: 12px; display: block;
}

#footer {
	margin-top: 100px; height: 155px; background: url('images/footer_bg.gif');
}

#credit {
	font-size: 0.8em; background: #ffffff; width: 130px; float: right; text-align: right;
}

#creditIns {
	padding: 6px;
}


#topFluff {
	position: absolute; top: 0; left: 560px;
}

#bottomFluff {
	position: absolute; top: 615px; left: 210px;
}

#sponsors {
	position: absolute; top: 679px; left: 210px;
}

#madeBy {
	position: absolute; top: 877px; left: 12px; font-weight: normal; font-size: 0.85em;
}

#terms {
	position: absolute; top: 20px; left: 682px; font-size: 0.7em;
}

#enterNow {
	position: absolute; top: 193px; left: 680px; font-weight: normal; font-size: 90%;
}

/* homepage styles */
#introTextWrapper {
	float: left;
	width: 278px;
	margin-top: 15px;
	margin-left: 20px;
}

#introText {
	text-align: center;
	width: 245px;
	line-height: 13pt;
}

#pageContentWrapper {
	width: 519px;
	margin-left: 33px;
	float: left;
	margin-top: 15px;
}

#mainNav {
	position: relative;
	top: 63px;
	left: 373px;
	width: 500px;
}

#mainNav img {
	float: left;
}


#catSubNav {
	position: absolute; top: 167px; left: 369px;
}

#enterSubNav {
	position: absolute; top: 167px; left: 452px;
}

ul {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 16px;
	margin-top: 16px;
}

li {
	padding-bottom: 10px;
}

#formsBut {
	position: absolute; top: 12px; left: 407px;
}

.liHeader {
	font-weight: bold;
	margin-top: 10px;
}

.liContent {
	list-style: none;
}

/*************************/

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	margin: 0 0 4px 0;
	padding: 0 5px 0 0;
}

.element {
	/*margin: 15px 0 15px 30px;*/
}

