body
{
	background-color: #323232;
	min-width: 773px;
	width:75%;
	min-height: 800px;
}

h1
{
	font-family: verdana;
	font-weight: bold;
	font-size: 17px;
}

.window
{
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 100%;
	left: 0px;
	top: 0px;
}

.page
{
	position: relative;
	margin: 0 auto;
	top: 0px;
	height: 835px;
	width: 773px;
	background-color: #D6E4CE;
	text-align: left;
}

.contentcontain
{
	position: absolute;
	margin-left: 175px;
	margin-top: 127px;
	width: 565px;
}

.sublinks
{
	position: absolute;
	left: 0px;
	top: 130px;
	width: 160px;
}

.sublinkstitle
{
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
	margin-left: 15px;
}

.sublinkstext
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	margin-left: 55px;
}

.bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 121px;
	margin-bottom: 25px;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}

.headerleft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 225px
}

li:hover, li.over
{ 
	background-color: #E6E577;
	width: 109px;
}

.headerright
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 225px
}

.headernav
{
	position: absolute;
	top: 65px;
	left: 0px;
	height: 15px;
	width: 100%;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background: #EEF3BF;
	color: #000000;
	font-family: verdana;
	font-size: 75%;
	font-weight: 600;
}

.navcontain
{
	position: absolute;
	right: 3px;
	text-align: center;
	width: 710px;
	height: 14px;
	top: -1px;
}

li.nav
{
	float: right;
	width: 115px;
	height: 15px;
}

a.nav:link
{
	color: #000066;
	text-decoration: none;
}

a.nav:visited
{
	color: #006600;
	text-decoration: none;
}

a.nav:hover
{
	color: #FF6600;
	text-decoration: underline;
}

a.nav:active
{
	color: #000066;
	text-decoration: none;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #006600;
	text-decoration: none;
}

a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

a:active
{
	color: #000066;
	text-decoration: none;
}

.line
{
	width: 1px;
	height: 375px;
	position: absolute;
	top: 125px;
	left: 155px;
}

.copyright
{
	color: #333333;
	background-color: #D6E4CE;
	position: absolute;
	margin-left: 135px;
	margin-top: 799px;
	width: 500px;
	left: 11px;
	top: 1px;
}
