
/* Main Body Elements
****************************************************************/
body {
	margin: auto;
	font: 10px/1.6 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgd.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #000000;
	color: #333333;
	height: 100%;
	}

A	{
	text-decoration: none;
	}
p	{
	margin: 0 2em 1em 0;
	font-size: 1.1em;
	padding-left: 20px;
	text-align: justify;
	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;
}

/* Structure IDs
****************************************************************/
#siteWrap {
	width: 772px;
	color: inherit;
	background-color: #808080;
	margin: auto;
	border-right: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left: 4px;
	border-left-color: #000000;
	border-left-style: solid;
	height: 100%;
	}

#bottom {
	min-height: 1px;
	width: 772px;
	background-color: #808080;
	font-size: 1.1em;
	margin: auto;
	color: #CCCCCC;
	text-align: center;
}	

#footer {
	height: 45px;
	width: 772px;
	background-color: #808080;
	font-size: 1.1em;
	margin: auto;
	border-top: 4px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom: 4px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	color: #CCCCCC;
	text-align: center;
	padding-top: 8px;
	line-height: 1.8em;
}

#footer p { color: #CCCCCC;}
#footer a {	color: #CCCCCC; text-decoration: none; background-color: inherit;}
#footer a:hover {color: #CCCCCC; text-decoration: underline; background-color: inherit;}

/* Structure Classes
****************************************************************/
.topTable {
	margin: auto;
	width: 772px;
	border-top: 4px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom: 4px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	}
	
.topRight {
	padding-top: 10px;
	padding-bottom: 10px;
	/*width: 500px;*/
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-align: center;
	background-color:#D7D9C1;
	}

.mainRight {
	/*width: 500px;*/
	/*padding-left: 20px;*/
	background-color:#FFFFFF;
	vertical-align: top;
	text-decoration: none;
	}
	
.bottomRight {
	background-color:#D7D9C1;
	vertical-align: top;
	}
	
.mainLeft {
	width: 245px;
	padding-left: 15px;
	padding-top: 15px;
	border-right: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	color: #000000;
	text-align: left;
	vertical-align: top;
	}

.txtInput {
	color: #000000;
	background: #CCCCCC;
	border: 1px solid #000000;
	margin-top: 2.5px;
	text-indent: 3px;
	}