body, td, th
{
	font-family: Verdana, Geneva, sans-serif;
	overflow: -moz-scrollbars-vertical;
	line-height: 17px;
	font-size: 12px;
	color: #ffffff;
}
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #221D1B;
  background-image: url('images/Page-BgTexture.jpg');
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: top right;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlare
{
	position: absolute;
	width: 100%;
	left: 4px;
	top: 8px;
}

.PageBackgroundGlareImage
{
  background-image: url('images/Page-BgGlare.png');
  background-repeat: no-repeat;
  height: 461px;
  width: 223px;
  margin: 0;
}



p
{
	margin-left: 8px;
	margin-right: 5px;
}
.style1
{
	font-size: 10px;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 24px;
	line-height: 200%;
	font-weight: 430; /* VALIDATION ERROR: not a valid value */
	color: #ffffff;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 10px;
	color: #fff689;
}
a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
#pageframe
{
	position: relative;
}
#pageframe2
{
	position: relative;
	background: #000000;
	border: 1px;
	border-color:#CCC;
	border-style:solid;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#leftcol
{
	position: relative;
	width: 200px; /* old: 182px */
	float: left;
	z-index: 500;
}

#leftcol a
{
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #00315A;
}
#maincol
{
	position: relative;
	padding-left: 200px;
}
#maincontent
{
	padding: .25em;
	background-color: black;
}
#maincol
{
	position: relative;
	padding-left: 250px;
	z-index: 99;

	}

#subnav
{
	position: relative;
	width: 260px;
	float: left;
	z-index: 500;
	border: #FFFFFF;
	border-width: 1px;
	

}
#footer
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:italic;
	font-weight: bold;
	color: #FFF;
	margin-left: 10px;
	
}
#copy
{
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#copy a
{
	font-size: 10px;
}

* html div#maincontent
{
	min-height: 400px; /* sets min-height value for all standards-compliant browsers */
}
