/* CSS Document */
body {
	background-color: #999999;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}
h1,h2,h3 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
	color: #006633;
}
h2 {
	font-size: 18px;
	color: #006633;
}
h3 {
	font-size: 16px;
	color: #006633;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
div#wrapper {
	/*width: 80%;*/
	width: 100%;
	background-color:#FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: thin solid #000000;
}
div#innerwrapper {
	BORDER-RIGHT: #eeeeee 1px solid; 
	BORDER-TOP: #eeeeee 1px solid; 
	MARGIN: 0px auto; 
	BORDER-LEFT: #eeeeee 1px solid; 
	WIDTH: 100%; 
	BORDER-BOTTOM: #eeeeee 1px solid; 
	POSITION: relative; 
	BACKGROUND-COLOR: #f7f7f7; 
	TEXT-ALIGN: left
}
div#banner {
	padding: 15px;
	margin: 0px;
	text-align: center;
	}
div#content {
	MARGIN-TOP: 10px; 
	MARGIN-bottom: 10px; 
	MARGIN-LEFT: 225px; 
	/*WIDTH:620px*/
	WIDTH: 100%
}
div#footer {
	padding:0px;
	/*margin-left:44px;*/
	height:50px;
	WIDTH: 100%;
	padding-top: 15px;
	position: relative;
	border-top: 1px solid #000;
	MARGIN: 0px auto; 
}
div#nav {
	LEFT: 3px; 
	WIDTH: 20%; 
	POSITION: absolute;
	top: 150px;
}
div#nav UL {
	PADDING-LEFT: 2px; 
	LIST-STYLE-TYPE: none
}
div#nav UL LI {
	WIDTH: 100px; 
	BORDER-BOTTOM: #c5aea6 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	display: inline;
}
div#nav LI A {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 100%; 
	PADDING-BOTTOM: 2px; 
	COLOR: #818585; 
	PADDING-TOP: 1px; 
	HEIGHT: 1%; 
	TEXT-DECORATION: none; 
	padd: 4px 0 4px 0
}
div#nav LI A:hover {
	BACKGROUND-POSITION: 
	left center; 
	/*COLOR: #616363; */
	COLOR: #333333;
	BACKGROUND-REPEAT: no-repeat
}
div#nav LI A:unknown {
	BACKGROUND-POSITION: left center; 
	COLOR: #616363; 
	BACKGROUND-REPEAT: no-repeat
}

/****
div#nav ul {
	PADDING-LEFT: 2px; 
	LIST-STYLE-TYPE: none
}
div#nav ul li{
	WIDTH: 100px;
	color : #000000;
	background-color : transparent;
	display: inline;
}
div#nav ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}
div#nav ul li a:hover{
	text-decoration : underline;
}
****/





form, label, input { font-size : 1em; } 

fieldset { width : 25em; padding : 0.5em 1em; } 

label { position : relative; width : 15em; display : block; margin : .5em 0em; } 

label input { position : absolute; left : 100%; top : 0px; width : 10em; } 

input.submit { margin-left : 15em; } 




