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

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

GUIDE*/



/*General*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #CCCCCC;
	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;
*/

/* 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;
}


/* Main Layout */
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/siteLayout/leftColumn.jpg);
	background-color: 4b711c;
	text-align: left;
	z-index: 10;
}

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


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

#content {
	float: left;
	width: 650px;
	margin: 0px 0 0 0;
	padding: 10px 0 50px 0;
	text-align: justify;
	line-height: 1.4;
	letter-spacing: 0;
	background-color: f1f8e6;
	background-image: url(../images/siteLayout/TreeWatermark.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#navigation {
	float: left;
	margin: 0px 0 0px 0px;
	padding-bottom: 100px;
	width: 150px;
	color: #000;
	background-image: url(../images/siteLayout/leftColumn.jpg);
	text-align: left;
	border: 0px solid #000;
}

/*The hr lines for the link seperation in the sidebar...*/
/*needs background-color and color to work in both IE & firefox...*/
div#navigation hr { 
	height: 1px;
	color: white;
	background-color: white;
	border: 0;
	margin-left: 5px;
	width: 140px;
	text-align: center;
}

div#navigation p {
	color: #000000;
	text-decoration: none; font: 12pt/1.5em Verdana; 
}

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


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

GUIDE*/

/*Sidebar*/
div.internal {
	text-align: center;
}

div.internal a:link {
	color: #000099; 
	text-decoration: none; font: 12pt/1.2em Times;
	text-align: center; letter-spacing: 0.08em; 
	margin: auto;
}

div.internal a:visited {
	color: #000099;
	text-decoration: none; font: 12pt/1.2em Times;
	text-align: center; letter-spacing: 0.08em;
	margin: auto;
}

div.internal a:hover {
	color: #0099CC; 
	text-decoration: underline; font: 12pt/1.2em Times;
	text-align: center; letter-spacing: 0.08em; 
	margin: auto;
}

div.internal a:active {
	color: blue; 
	text-decoration: underline; font: 12pt/1.2em Times;
	text-align: center; letter-spacing: 0.08em; 
	margin: auto;
}

div.allies ul { 
	list-style-type: disc; 
	text-align: left; color: #00CC00;
}
 

.allies {
	margin: 0 5px 0 -14;
}

div.allies li {
	color: #000000; 
	text-decoration: none; font: 11pt/1.5em Times; 
}

div.allies a:link {
	color: #000000; 
	text-decoration: underline; font: 11pt/1.5em Times;
}

div.allies a:visited {
	color: #000000; 
	text-decoration: underline; font: 11pt/1.5em Times;
}

div.allies a:hover {
	color: #666666; 
	text-decoration: none; font: 11pt/1.5em Times;
}

div.allies a:active {
	color: blue; 
	font: 10pt/1.5em Times; 
	margin-left: 1px;
}

.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;
}

/*
font: [weight][style][variant]size[/line-height]family;
	font-family: "Times New Roman", Verdana, Arial, serif; 
	font-size: 11pt; 
*/

.Img {
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}


.floatImgLeft {
	float: left; 
	margin-top: 0px; 
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 10px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

.floatImgRight {
	float: right; 
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

/*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;
}


/*OLD CSS CODE*/
.floatImgLeftBullet {float: left; margin-top: 10px; margin-right: 24px; margin-bottom: 10px; }
.floatImgLeftEnlarge {float: center; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; }

.textXLargeBold {font-family: Arial, Helvetica; font-size: 18pt; color: black; font-weight: bold}
.textXLarge {font-family: Arial, Helvetica; font-size: 18pt; color: black}
.textLarge {font-family: Arial, Helvetica; font-size: 14pt; color: black}
.textStandard {font-family: "Times New Roman", Helvetica, Arial; font-size: 12pt; color: black}
.textSmall {font-family: Arial, Helvetica; font-size: 8pt; color: black}

.textTitle {font-family: "Times New Roman", Arial, Helvetica; font-size: 14pt; color: black; font-weight: bold}




.textBodyRed {font-family: "Times New Roman", Arial, serif; font-size: 12pt; color: red}
.textBodyShade {font-family: "Times New Roman", Arial, serif; font-size: 12pt; color: black; background: yellow}
.textCaption {font-family: Arial, Helvetica; font-size: 7.5pt; color: black}

.textQuote {font-family: Times; font-size: 12.5pt; font-style: italic; color: black}
