div, span, a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container
{
	width: 100%;
}
#header
{
	background-image: url("../images/header.gif");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	height: 100px;
	width: 800px;
	z-index: 15;
	position: relative;
}
#middle
{
	margin-top: -40px;
	background-image: url("../images/middle.gif");
	background-position: center top;
	background-repeat: no-repeat;
	width: 800px;
	z-index: 11;
	position: relative;
}
#footer
{       
	float: none;
	background-image: url("../images/footer.gif");
	background-position: center top;
	background-repeat: no-repeat;
	height: 55px;
	width: 800px;
	padding-top: 8px;
	margin-top: 20px;
}
#rightmenu
{
	float: right; 
	width: 254px;
	text-align: left;
}
#content
{
	float: left; 
	width: 541px; 
	text-align: left; 
	padding-top: 50px;
}
#contentleft
{
	float: left; 
	width: 120px;
	text-align: left; 
	padding-top: 50px;
}
#contentright
{
	float: right; 
	width: 410px;
	text-align: left; 
	padding-top: 50px;
	font-size: 9px;
}
#contentimageholder
{
	background-image: url("../images/layer_12.gif");
	background-position: center top;
	background-repeat: no-repeat;
	width: 120px;
	height: 130px;
}
#menubottom
{
	background-image: url("../images/layer_8.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 254px;
	height: 248px;
	margin-top: 14px;
	margin-left: 0px;
}
.menufirst
{
	background-image: url("../images/layer_28.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 252px;
	height: 40px;
	margin-top: 70px;
	font-size: 9px;
}       
.menunext
{
	background-image: url("../images/layer_29.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 252px;
	height: 40px;
	margin-top: 0px;
	font-size: 9px;
}
.menutext
{
	font-size: 9px; 
	color: #000000; 
	margin-left: 80px;
	font-weight: bold;
}
a
{
	color: black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	color: #6483C0;
	text-decoration: underline;
}
a.menutext
{
	color: #FFFFFF;
	margin-left: 0px;
}
a.menutext:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	margin-left: 0px;
}
.whitetext
{
	color: #ffffff;
}
p
{
	font-size: 14px;
}
a.list
{
	font-size: 13px;
}