@CHARSET "ISO-8859-1";

body {
	margin: 16px auto;
	overflow: auto;
	background-color: #A0DBF4;
	font-family: Verdana;
	font-size: 12px;
	width: 1020px;
}

a {
	text-decoration: none;
}

#page {
	
}

#head {
	border: 1px solid #000000;
	background-color: #FFFFAA;
	background-image: url(../files/logohead.gif);
	background-repeat: no-repeat;
	background-position: 10px;	
}

#head h1 {
	text-align: center;
}

#nav, #foot {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #83C0E3;
}

#nav {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
	padding: 0 15px;
	margin: 0;
	border-right: 2px groove #A0DBF4;
}

#nav li:hover {
	background-color: #72A9D2;
}

#nav a {
	color: #505050;
}
#nav a:hover {
	color: #FFFFFF;
}
#contentarea {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 10px;
	background-color: #EFEFEF;
	overflow: auto;
}

#subnav, #content {
	float: left;
}

#subnav {
	width: 130px;
	margin: 0;
	padding-right: 5px;
}

#subnav ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav li {	
	display: block;
	padding-right: 30px;
	border-bottom: 1px solid #000000;
}
#content {
	width: 820px;
	padding-left: 30px;
	border-left: 1px dashed #000000;
}

#foot {
	border-bottom: 1px solid #000000;
	font-size: 8px;
	text-align: center;
}

.control-label {
	width: 80px;
	display:inline-block;
}
