body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
	font:"Arial";
	background-image:url(images/BGMainTile.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-position:center;
	background-color:#F4F4F4;
}

#Container {
	position: relative;
	margin: 0 auto;
	width: 900;
	height: 100%;
	background-image:url(images/BGFooter.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-align:center;
}



/** Header Section **/

#Header {
	top: 0px;
	width: 900px;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
}



/** Navigation Section **/

#Left {
	float:left;
	width: 200px;
	background-image:url(images/BGNav.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 160px;
	text-align: left;
}

#Left p 		{padding-left: 20px;}

#Left ul 		{margin: 0px; padding: 0px; }
#Left ul li 	{list-style: none; border: 1px solid #00CC00; margin: 2px 2px 0px; padding: 2px;}

#Left ul li a 	{	
	display: block;
	background: #F5EDEB;
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

#Left ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #009900;
}



/** Content Section **/

#Content {
	top: 0px;
	width: 900px;
	height: 330px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#Main {
	position:relative;
	top: 0px;
	left: 0px;
	width: 900px;
	color:#333333;
	vertical-align: top;
	background-image:url(images/BGMainFill.jpg);
	background-repeat:repeat-y;
}

#Text {
	float:left;
	width: 500px;
	background-image:url(images/BGMain.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#Text p 		{padding-left: 20px; padding-right: 20px; text-align: justify;}



/** Right Column **/

#Right {
	float:right;
	width: 200px;
}

#Spacer {
	float: right;
	height: 108px;
	width: 200px;
	background-image:url(images/BGMainTopLine.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#News {
	float: right;
	width: 200px;
	top: 108px;
	background-image:url(images/BGNews.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#CCCCCC;
 	font-size:8pt;
}

#News h5 		{padding-left:5px; text-align:right; font-weight:bold; line-height:10pt; margin:3px;}
#News p 		{padding-left:5px; text-align:justify; line-height:8pt; margin:3px;}
.more	 		{padding-left:5px; text-align:right; font-weight:bold; line-height:8pt; margin:5px; color:#00CC00;}
a		 		{font-weight:bold; line-height:8pt; color:#00CC00;}

#News ul 		{margin: 0px; padding: 0px; }
#News ul li 	{list-style: none; border: 1px solid #00CC00; margin: 2px 2px 0px; padding: 2px;}

#News ul li a 	{	
	display: block;
	background: #F5EDEB;
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

#News ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #009900;
}

/** Footer Section **/

#FooterText {
	clear:both;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	background-color:#006600;
	color:#FFFFFF;
}

#FooterText a {font-weight:bold; line-height:8pt; color:#FFFFFF; font-size:8pt;}



/** Misc Section **/

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

h1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
}

h6	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	margin: 0px;
}

hr {
	width:90%;
	text-align:center;
	color:#CCCCCC;
}

.textarea {
	background-color: #F4F4F4;
	border: #0183D7 2px solid;
	color: #362916;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14pt;
}
