html, body { background: url(images/background.jpg) repeat-x #AECAE5;
  padding-bottom: 10px;
  margin: 0px;
  text-align: center;}
  
h1 {font: 16px arial;
	padding-top: 15px;
	font-weight: bold;
	margin: 0px;}

p	{margin-top: 0px;
			margin-bottom: 0px;}
			
a:link,
a:active {
color:#333333;
text-decoration:none;
}

a:visited {
color:#333333;
text-decoration:none;
}

a:hover {
color:#006600;
text-decoration:none;}

#container {width: 787px;
			background-color: #ffffff;
			height: auto;
			text-align: center;
			margin: auto;
			}

#header {width: 787px;
		height: 278px;
		margin: auto;}
				
#mainarea {width: 787px;
			height: auto;
			margin: 0px;
			padding: 0px;
			background-image: url(images/back.jpg);
			text-align: left;}
			
#mainarea .right {text-align: justify;
			font: 10pt arial;
			line-height: 22px;
			color: #333333;
			width: auto;
			margin-left: 185px;
			margin-right: 40px;
			margin-top: 0px;}
				
#mainarea .left {float: left;
				font: 10pt arial;
				margin-top: 0px;
				text-align: left;
				width: 130px;
				padding-left: 16px;
				height: auto;}
				
#bottom {width: 787px;
		margin: auto;
		height: 23px;}
		
#nav {font: 8pt arial;
	width: 787px;
	background-color: #ffffff;
	height: 25px;}
	
#footer {margin: auto;
		width: 787px;
		padding-top: 10px;
		height: 25px;
		font: 8pt arial;
		color: #ffffff;}
		
input.button {background-color: #336699; font-weight: bold; font-size: 12px; color: white;
				border: 1px solid #cccccc;}

input.back {background-color: #ffffff; font-size: 13px;
			border: 1px solid #336699;}

select {background-color: #ffffff; font-size: 13px;
			border: 1px solid #336699;}

textarea {background-color: #ffffff; font-size: 13px;
			border: 1px solid #336699;}