html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
}
.fieldset
{
	border: 1px solid white;
	color: black;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
	background-color: #E6E6E6;
}
body
{
	background-color: #999999;
}
#snipeText
{ 
	color: White;
	position: relative;
	padding-left: 250px;
	padding-top: 20px;
	font-size: 35px;
}
div.all
{
	height: 100%;
}
#logoMain 
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 200px;
	height: 100px;
 	z-index: 3;
}
#sideBar
{
	position: absolute;
	float: left;
	width: auto;
	z-index: 2;
	left: 4px;
	top: 4px;
	width: 216px;
	background: url(/assets/pics/red2.jpg) no-repeat bottom;
	background-color: #9acc66;
}
#mainArea
{
 	z-index: 1;
	position: absolute;
	top: 120px;
	left: 219px;
	background-color: #999999;
	padding-bottom: 25px;
	padding-right: 25px;
}
div.mainText
{ 
	position: relative;
	background-color: #CCCCCC;
	background-image: url(/assets/pics/bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
	color: black;
	border: dashed 1px #000000;
	font-size: 13px/20px;
	padding: 40px 40px 25px 40px;
	margin: 0px -1px 0px 0px;
}
#mainBar
{
	position: absolute;
	z-index: 2;
	left: 1px;
	top: 1px;
	width: 99%;
	height: 120px;
	padding-right: 10px;
	
	background: url(/assets/pics/waterfall.jpg) no-repeat right center;
	overflow: auto;
	background-color: #006bb6;
}
#listMenu 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: block;
	width:160px;
/*	padding: 150px 5px 5px 26px;
	margin: 0px 0px 12px 0px;*/
	text-decoration: none;
	font-variant: small-caps;
	margin: 125px 0px 0px -15px;
}
#listMenu a 
{
/*	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	display: inline;
	width:160px;
/*	padding: 2px 2px 2px 2px;
	margin: 2px 2px 12px 2px;*/
/*	border: 1px solid #000000;*/
/*	background: #336699;
	color: White;
	text-decoration: none;
	font-variant: small-caps;
	vertical-align: middle;*/
}
#listMenu a:link, #listMenu a:active, #listMenu a:visited 
{
	color: White;
}
#listMenu a:hover 
{
/*	border: 1px dotted #336666;
	color: black;
	background-color: #999999;*/
}
.menuChoose 
{
	font: Arial, Helvetica, sans-serif 14px normal bold small-caps;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	display: block;
}
.LeadInLarger
{
	font-size: 150%;
}
li
{
	list-style-type: none;
}
#menuList li a
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	display: block;
	width:160px;
	padding: 2px;
/*	border: 1px solid #000000;*/
	BACKGROUND: #006bb6;
	color: White;
	text-decoration: none;
	font-variant: small-caps;
	vertical-align: middle;
	margin: 25px 5px;
}
#menuList li a:hover
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	display: block;
	width:160px;
	padding: 2px;
/*	border: 1px solid #000000;*/
	BACKGROUND-COLOR: #dcddde;
/*	background: #336699;*/
	color: black;
	text-decoration: none;
	font-variant: small-caps;
	vertical-align: middle;
	margin: 25px 5px;
}