
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #8BD1C6;
}


#header {
	height: 316px;
	width: 684px;
	background-image: url("/themes/large-logo.gif");
}

#header h1,h2 {
	display: none;
	}

#container {
	position: absolute;
	left:50%;
	top: 50px;
	width: 684px;
	margin-left: -342px;
	border: 11px #67737A solid;
	background-color: white;
}

#navcontainer
{
	text-align: center;
}


#navcontainer ul
{
	background-color: black;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: white;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;

}

#navcontainer ul li a:hover
{
	color: #8BD1C6;
	text-decoration: none;
	border-bottom: 1px #8BD1C6 dotted;
}


.content {
	width: 100%;
	margin: 1px;
	font-family: Arial;
	font-size: 12px;
	color: #404040;
}

.content p {
	margin: 10px 10px 10px 10px;
	padding: 0px;
	line-height: 180%;
	}
	
	
.content h1 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #303030;
	margin: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.black {
	color: #000;
}

.mainimg {
	margin-left: -10px;
	margin-top: -10px;
}
p {
	margin-bottom: 20px;
	padding-left: 14px;
	}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}


#footer {
	position: absolute;
	bottom: -40px;
	color: #67737A;
	width: 684px;
	height: 20px;
	padding: 0px;
	text-align: center;
	font-family: arial, verdana;
	font-size: 10px;
	letter-spacing:2px;
}

#footer a, #footer a:visited{
	color: #67737A;
}

#footer a:hover {
	color: #000000;
}
