/********************************************************************
		ONLY EDIT THIS FILE IN THE SITE DIRECTORY!!!!
		IF IN ADMIN LEAVE THIS SHIT ALONE
********************************************************************/

/*INDEX:
General 	(body)
Link Info 	(a)
Main Layout	(wrapper, header, main, content, navigation)
INDEX*/

/*GUIDE:
font: [weight][style][variant]size[/line-height]family;
	background: #CCCCCC;

GUIDE*/


/*General*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000000;
	font: 0.8em Times;
	text-align: center;
}

/* link info */
a:link {color: #000099; text-decoration: underline; }
a:visited {color: #000099; text-decoration: underline; }
a:hover {color: #0099CC; text-decoration: none; }
a:active {color: blue; }


/*
	border: 0px solid #000;
*/



/* Main Layout */
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: white;
	text-align: left;
}

#header {
	clear: both;
	position: relative;
	width: 800px;
	background: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#main {
	clear: both;
	margin-left: 0px;
}

#centerContent {
	margin: 5px;
	text-align: justify;
	line-height: 1.4;
	letter-spacing: 0;
	background-color: #FFFFFF;
}

/* RIGHT BAR */
#rightBar {
	width: 150px;
	float: right;
	margin: 5px; 
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	background-color: #A3A3EE;
	color: #fff;
	text-decoration: none; font: bold 10pt/1.6em Times;
	text-align: center;
}


/*GUIDE:
font: [weight][style][variant]size[/line-height]family;

GUIDE*/

/*Sidebar*/
#internal {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 28px;
	background-color: #9A0000;
}

#internal ul {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
}

#internal ul li {
	display: inline;
	float: left;
	margin-right: 1px;
	text-align: center;
	width: 132px;
}

#internal a:link {
	display: block;
	height: 25px;
	padding-top: 0px;
	background-color: #000000;
	color: #FFFFFF; 
	text-decoration: none; font: 14pt/1.2em Times;
	text-align: center; letter-spacing: 0.08em; 
}

#internal a:visited {
	display: block;
	height: 25px;
	padding-top: 0px;
	background-color: #000000;
	color: #FFFFFF; 
	text-decoration: none; font: 14pt/1.2em Times;
	text-align: center; letter-spacing: 0.08em;
}

#internal a:hover {
	background-color: #000000;
	color: #9A0000;
	text-decoration: underline; font: 14pt/1.2em Times;
	text-align: center; letter-spacing: 0.08em; 
}

#internal a:active {
	background-color: #000000; 
	color: #9A0000; 
	text-decoration: underline; font: 14pt/1.2em Times;
	text-align: center; letter-spacing: 0.08em; 
}

.textBody {
	font: 12pt "Times New Roman", Verdana, Arial, serif;
	color: black; 
	margin: 10px;
	overflow: visible;
	text-align: center;
}

.ieCenterBug {
	text-align: justify;
}

div#content hr {
	width: 600px;
	text-align: center;
}

.box {
	border: 2px black solid;
	padding: 8px;
	width: 600px;
	margin: 0 auto;
	text-align: justify;
}

/* Rounded Corners Box */

.boxRound {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding: 0;
	text-align: left;
	width: 95%;
	background-color: #EEEEEE;
}

.boxRoundContent {
	padding: 1em;
}

.tlc, .trc, .blc, .brc {
	background-color: transparent;
	background-repeat: no-repeat;
}

.tlc {
	background-image:url(../images/box/tlc.gif);
	background-position: 0% 0%;
}

.trc {
	background-image:url(../images/box/trc.gif);
	background-position: 100% 0%;
}

.blc {
	background-image:url(../images/box/blc.gif);
	background-position: 0% 100%;
}

.brc {
	background-image:url(../images/box/brc.gif);
	background-position: 100% 100%;
}

.tb, .bb {
	background-color: transparent;
	background-repeat: repeat-x;
}
							
.tb {
	background-image:url(../images/box/tb.gif);
	background-position: 0% 0%;
}

.bb {
	background-image:url(../images/box/bb.gif);
	background-position: 50% 100%;
}
					
.rb {
	background-image:url(../images/box/rb.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lb {
	background-image:url(../images/box/lb.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

/* Web Page Formating */

.title {
	font-size: 22pt;
}

.heading {
	font-size: 18pt;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.plusText {
	font-size: 18pt;
}

.plusPlusText {
	font-size: 22pt;
}

.plusPlusPlusText {
	font-size: 24pt;
}

.plusPlusPlusPlusText {
	font-size: 28pt;
}

.subText {
	font-size: 10pt;
}

.subSubText {
	font-size: 8pt;
}

.superscript {
	vertical-align: super;
	font-size: 8pt;
}

dl {
	margin-top: .2em;
	margin-bottom: .5em;
}

dd {
	margin-left: 2em;
	margin-bottom: .1em;
}

/*general in page table code*/
table.genTable {
	border-width: 0px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: separate;
}
table.genTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
}
table.genTable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
}



/* Admin Layout */
#admin {
	margin: 20px;
	padding: 20px;
	background: white;
	text-align: left;
	border: 2px solid #000;
	text-decoration: none; font: 13pt/1.6em Times;
}

.adminMsg {
	color: red;
}

table.adminDBTable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.adminDBTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	background-color: red;
	font: bold 13pt "Times New Roman", Verdana, Arial, serif;
}
table.adminDBTable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	background-color: CCCCCC;
	font: 13pt "Times New Roman", Verdana, Arial, serif;
}

