@charset "UTF-8";


body {
	background: #333333; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#container {
	width: 802px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
	
}


#frontTex {
	width: 680px;
	color: #000;
	background-color: #FFFFFF;
	border: thin double #000;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}
.centerText {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
}
.introTextHome {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-align: left;
	text-indent: 0px;
}
a:link {
	color: #EEE;
}
a:visited {
	color: #EEE;
}
.insideTable {
	background-color: #FFF;
	text-align: left;
}
.insideOutTable {
	background-color: #4E852A;
}
.copyright {
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: lighter;
}
A.dark:link {
	color: #000000;
	text-decoration: none;
}

A.dark:visited {
	color: #000000;
	text-decoration: none;
}

A.dark:active {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:hover {
	color: #F00;
	text-decoration: none;
}
A.dark2:link {
	color: #000000;
	text-decoration: none;
}

A.dark2:visited {
	color: #000000;
	text-decoration: none;
}

A.dark2:active {
	color: #C0BC91;
	text-decoration: none;
}

A.dark2:hover {
	color: #F00;
	text-decoration: none;
}
.leftText {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
}
.centerText {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.nestedTable {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.cellBG2 {
	background-image: url(images/Home/bottomColor.jpg);
}
#mainTbl {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9C6;
	border-right-color: #9C6;
	border-bottom-color: #9C6;
	border-left-color: #9C6;
	background-color: #446949;
}

