@charset "ISO-8859-1";
/* CSS Document */

/*general */




body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	max-width : 900px;
	margin-left:10px;
	margin-right:auto;
	background-color: #FFFFFF;
	left: auto;
	position: absolute;
}
h1 {
	font-size: small;
	color: #666666;
}
.style3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	vertical-align: bottom;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	vertical-align: bottom;
	font-weight: bold;
}


/*positioning */

#div-1 {
	width:840px;
	background-color:#330066;
	color:#fff;
	position: relative;
	height: 300px;
}
#div-1-padding {
 padding:10px;
 
}
#div-1a {
	width: 840px;
	background-color: #FFFFFF;
	left: auto;
	border-top: 2px solid #999999;
	
	
}
#div-1b {
	clear:both;
	width: 840px;
	padding: 0px;
	height: 460px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("background1.jpg");
	
}
#div-1c {
	color:#666666;
	height: 440px;
	width: 150px;
	font: verdana;
	font-size: medium;
	float: left;
	text-align: left;
}

#div-1d {
	color:#666666;
	height: 440px;
	width: 480px;
	font: verdana;
	font-size: small;
	float: left;
	padding-left: 10px;
}
#div-1e {
	color:#666666;
	font: verdana;
	font-size: small;
	float: left;
	position: relative;
	clear: both;
	padding-top: 20px;
}
#footer {
	clear: both;
	font-size: x-small;
}

p {
	font-size: 12px;
}
h3 {
 color:#999;
}


/*navigation */
#navcontainer 
{
	background-color: #340065;
	width: 840px;
	overflow:	auto;
	
	border-top: 2px solid #98CD00;
	
}
#navcontainer ul
{
	padding: 0;
	margin: 0;
	color: White;
	float: none;
	width: 840px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;

color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #98CD00;
color: #fff;

}

.clear {clear: both;}