body {
	text-align:center;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/bodybg.gif);
}

label {
	width:80px;
	float:left;
}

p {
text-align:left;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #000000;
	text-align:left;
	padding-left:10px;

}
#container {
	text-align:center;
	margin: 0px auto;
	padding: 0px;
	width: 966px;
	position: relative;
	border: medium solid #000000;
	background-color: #333333;
}

#header {
	margin: 0px;
	padding: 0px;
	width:966px;
	height:140px;

}

#header img {
	margin: 0px;
	padding: 0px;
	border:none;
}





form {
	color:white;	
}
legend {
	color:white
}

#menu{
	width:966px;
	background-color: #333333;
	margin:0px;
	padding:0px;
}

#menu ul  {
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;

}

#menu ul li {
	display: inline;
	list-style-type: none;
	margin:0px;
	padding: 0px;
	height: 30px;
	width: 138px;


}

#menu ul li a {
    float:left;
	display:inline;
	text-decoration: none;
	font-weight: bold;
	padding:0px;
	color:#000000;
	background-image: url(../images/menu_button_off.gif);
	height: 30px;
	margin: 0px;
	width: 138px;
	line-height: 25px;
	background-position: center;


}

#menu ul li a:hover {
	color: #FFFFFF;
	background-image: url(../images/menu_button_on.gif);	
}

#content {
	margin:0px auto;
	padding:0px;
	color:white;
}

#content form label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
}

#content form input, #content form textarea  {
	width:170px;
}

#content form textarea  {
	height:170px;
}



.alist img {
	border:none;
}


.alist ul {
	list-style-type: none;
	width:795px;
	text-align:center;
        clear:both;
	margin:0px auto;
	padding:0px auto;


}

.alist ul li {
	width:154px;
	height:154px;
	position: relative;
	display:inline;
	line-height: 20px;
	vertical-align: middle;
	text-align:center;

}

.alist ul li a {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	border: thin solid #000033;
	margin:0px;
	position:relative;
	float:left;
}
.alist ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;	
}

#footer {
	width:100%;
	background-color: #333333;
	margin:0px;
	margin-top:0px;
	height:300px;
	color:white;
	clear:both;

}

#footerbar {
	width:100%;
	height:40px;
	background-color:#999999;
	text-align:left;
}

#footerbar a {
	color:#333333;
	text-decoration: none;
}
#footerbar a:hover {
	color:white;
}
