body {
	overflow: visible;
	top: 0px;
	left: 0px;
	width: 630 px;
	background-color: black;
}

body, html {
	height: 100%;
}

/*<group=Top>*/

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 625px;
	height: 120px;
}

#banner {
	height: 100px;
	width: 625px;
	background-image: url(images/EyesBanner.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

/*<group=Topnav>*/

#topnav {
	position: absolute;
	/* overflow: visible; */
	left:  170px;
	width: 553px; 
	height: 20px;
	z-index: 0;
	border: none;
	border-color: white; 
	border-width: 1px;
}

#topnav ul.nav {
	position: absolute;
	top:  -12px;
	left:  -40px;
}

#topnav ul.nav li {
	display: inline;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 0px;
	margin-right: 8px;

	width: 66px;
	border: solid; 
	border-width: 1px;
	border-color: #7f7f7f;
}

#topnav ul.nav li a {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

#topnav ul.nav li.current {
	background-color: #534236;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f;
}

#topnav ul.nav a:hover, #navigation ul.sub-nav a:hover {
	text-decoration: underline;
}

/*</group>*/

/*</group>*/

/*<group=Left>*/

#left{
	position: absolute;
	top: 138px;
	left: 8px;
	margin: 0px;
	height: 120px;
	width: 130px;
	background-color: #534236;
	border-style: dashed;
	border-width: 1px;
	border-color: #7f7f7f;

}

#left .newsheader{
	padding-left: 4px;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: white;
}

#left a {
	text-decoration: none;
}

#left a img {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 5px;
	padding-top: 0px;
	margin: 0px;
}

/*</group>*/

/*<group=Subnavigation>*/

#subnavigation {
	position: absolute;
	top: 267px;
	left:  8px;
	width: 130px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #534236;
	border-style: dashed;
	border-width: 1px;
	border-color: #7f7f7f;
}

#subnavigation ul {
	margin: 0px;
	top: 0px;
	list-style-type: none;
	padding: 0px;
	width: 130px;
}

#subnavigation ul li {
	top:  0px;
	margin: 2px;
	width: 122px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: #8d705b;
}

#subnavigation ul li a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
	text-align: center;
	z-index: 100;
}

#subnavigation ul li.current {
	background-color: #8d705b;
	border-color: #534236;
	border-style: solid;
	border-width: 2px;
}

#subnavigation ul a:hover {
	text-decoration: underline;
}

/*</group>*/

/*<group=Main>*/

#main {
	position: absolute;
	height: 100%;
	width: 330px;
	top: 136px;
	left: 170px;
}

/*<group=Content>*/

#content{
	top: 3px;
	left: 170px;
	width: 440px;
	height: 90%;
	overflow: auto;
	color: white;
	background-color: #534236;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f;
}


#content {	
	font-size: 12px;
	font-family: Georgia, Trebuchet, Helvetica, Arial, sans-serif;
	line-height: 140%;
	padding-left: 14px;
	color: white;
}

#content h1, #content .HeaderStyle {
	font-family: Trebuchet, Georgia, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: -6px;
	padding-left: -6px;
	color: white;
}

#content h2, #content .SubHeaderStyle { 
 	font-family: Trebuchet, Georgia, Helvetica, Arial, sans-serif;
	padding-top: -6px;
	padding-left: -6px;
  	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#content p, #content .TextStyle {
	font-size: 12px;
	line-height: 140%;
	margin-top: -4px;
	padding-left: 4px;
	padding-right: 6px;
	color: white;
}

#content a {
	text-decoration: none;
	border-bottom-style: dotted;
	color: #cfa378;
	border-width: 1px;
	padding: 0px 1px 0px 1px;
}

#content a:hover {
	color: white;
	border-style: dotted;
	border-color: #b7834f;
	border-width: 1px;
	padding: 0px;
}

/*</group>*/

.FooterStyle {
	position: absolute;
	overflow: hidden;
	bottom: -2px;
	left: 17px;
	width: 100%;
	font-size: 10px;
	border-top: solid;
	border-width: 2px;
	border-color: #b7834f;
	padding-top: 2px;
	font-family: Arial, sans-serif;
	color: white;
}
	
/*</group>*/

