body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC6600;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990033;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #990033;
}

div.logo {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:608px; 
	height:88px; 
	z-index:3; 
	background-color: #FFFFFF; 
	border: 1px none #000000;
}
div.logo img {
	margin-left:36px; 
	margin-top:20px; 
	width:240px; 
	height:46px; 
}
div.eworks {
	position:absolute; 
	left: 628px; 
	top:133px; 
	width:95px; 
	z-index:4; 
	color: white;
}
div.eworks1 {
	background-color: black; 
	padding: 5px 3px 5px 3px; 
	text-align: center; 
	-moz-border-radius: 5px 5px 0 0; 
	border-style: outset; 
	border-width: 1px 1px 0px 0px;
}
div.eworks2 {
	background-color: #990033; 
	padding: 4px; 
	text-align: left; 
	-moz-border-radius: 0pt 0pt 5px 5px; 
	border-style: outset; 
	border-width: 0px 1px 1px 0px;
}

div.topmenu {
	position:absolute; 
	left: 0px; 
	top: 89px; 
	width: 608px; 
	height: 20px; 
	z-index: 19; 
	background: black;
}
a.topmenu, a.topmenu_active {
	position: absolute;
	top: 1px;
	padding: 3px 8px 3px 8px;
	border-left: 1px solid white;
	color: white;
	width: 100px;
}
a.topmenu:hover, a.topmenu_active {
	background: url(images/menubuttonhover.gif) no-repeat;
	color: white;
}
a.topmenu:visited, a.topmenu_active:visited {
	color: white;
}

div.submenu {
	color: white;
	display: none;
	position: absolute;
	left: 300px;
	top: 107px;
	z-index: 20;
	padding-top: 3px;
}
a.submenu {
	display: block;
	padding: 3px 8px 3px 8px;
	background: #990033;
	margin: 1px 0 1px 0;
	width: 150px;
	color: white;
}
a.submenu:hover {
	background: black;
	color: white;
}
a.submenu:visited {
	color: white;
}

div.content {
	padding-left:10px; 
	padding-top:182px; 
	width:580px; 
	z-index:10;
}

div.subnav {
	float: left; 
	width: 110px; 
	padding-top: 10px;
}

div.contentpanel {
	float:right; 
	width: 420px; 
	border-left: 1px solid #999999; 
	padding-left: 20px;
}
div.contentpanel a img {
	border: 0;
}

div.footer {
	float: left;
	width: 585px;
	border-top: 1px solid #999999;
	margin-top: 20px;
	margin-left: 16px;
	text-align: center;
	padding-top: 10px;
	/*
	position:absolute; 
	left:153px; 
	top:613px; 
	*/
	z-index:13;
}

#caption p {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 12px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990033;
	font-weight: lighter;
	line-height: 12px;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#Layer1 {
	position: absolute;
	left:0px;
	top:110px;
	width:608px;
	height:206px;
}

span.raised {
	border-style: outset;
	border-width: 1px;
	border-color: #CCCCCC;
	color: black;
	background-color: #F3F3EE;
	-moz-border-radius: 5px;
	padding: 1px 4px 1px 4px;
	line-height: 1.4em;
	cursor: hand;
	cursor: pointer;
}
span.raised:hover {
	background-color: #FFFF00;
}
