/* Main Body Elements
****************************************************************/
body {
	margin: auto;
	font: 10px/1.6 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgd.gif);
	background-color: #ffffff;
	color: red;
	height: 100%;
	}

p	{
	margin: 0 1em 1em 0;
	font-size: 1.1em;
	padding-left: 10px;
	color: #333333;
	}

h1	{
	margin: 0 0 0 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
	padding-left: 20px;
	color: #515179;
	background-color: inherit;
	text-transform: capitalize;
	text-decoration: underline;
	}
	
sup {
	font-size: 1em;
}

li {
	font-size: 1.2em;
	color: #333333;
}

#mainbody	a {	color: red; text-decoration: none; background-color: inherit;};
#mainbody	a:hover {color: green; text-decoration: underline; background-color: inherit;};


/* Structure IDs
****************************************************************/
#siteWrap {
	width: 97%;
	width-minimum: 900px;
	color: inherit;
	background-color: #808080;
	margin: auto;
	border-right: 4px;
	border-right-color: #008000;
	border-right-style: solid;
	border-left: 4px;
	border-left-color: #008000;
	border-left-style: solid;
	height: 90%;
	}

#bottom {
	min-height: 5px;
	width: 100%;
	background-color: black;
	border-bottom: 4px;
	border-bottom-color: #008000;
	border-bottom-style: solid;
	font-size: 1.1em;
	margin: auto;
	padding-top: 4px;
	color: #CCCCCC;
	text-align: center;
}	

#footer {
	height: 30px;
	width: 100%;
	background-color: #d6cba3;
	font-size: 1.1em;
	margin: auto;
	border-top: 4px;
	border-top-color: #008000;
	border-top-style: solid;
	border-bottom: 4px;
	border-bottom-color: #008000;
	border-bottom-style: solid;
	color: #000000;
	text-align: center;
	padding-top: 8px;
	line-height: 1.8em;
}

#footer p { color: #CCCCCC;}
#footer a {	color: red; text-decoration: none; background-color: inherit;}
#footer a:hover {color: green; text-decoration: underline; background-color: inherit;}

/* Structure Classes
****************************************************************/
.topTable {
	margin: auto;
	width: 100%;
	border-top: 4px;
	border-top-color: #008000;
	border-top-style: solid;
	}
.topTable2 {
	margin: auto;
	width: 100%;
	border-bottom: 4px;
	border-bottom-color: #008000;
	border-bottom-style: solid;
	}
	
.topRight {
	padding-top: 10px;
	padding-bottom: 10px;
	/*width: 500px;*/
	border-bottom: 1px;
	border-bottom-color: #008000;
	border-bottom-style: solid;
	text-align: center;
	}

.mainFrontLeft {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	color: #ffffff;
	background-image: url(../images/bkgd.gif);
	vertical-align: top;
	}

.mainLeft {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	color: #000000;
	background: #ffffff;
	vertical-align: top;
	}

.mainCenter {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	border-left: 2px;
	border-left-color: #008000;
	border-left-style: solid;
	border-right: 2px;
	border-right-color: #008000;
	border-right-style: solid;
	color: #000000;
	background: #ffffff;
	vertical-align: top;
	}

.mainRight {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	color: #000000;
	background: #ffffff;
	vertical-align: top;
	}

.txtInput {
	color: #000000;
	background: #CCCCCC;
	border: 1px solid #000000;
	margin-top: 2.5px;
	text-indent: 3px;
	}