body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: small;
	background: #85ADD6;
	padding: 0px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: small;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: small;
	font-weight: bold;
	text-align: left;
}

.title {
	font-size: large;
}

ul.horizontal li {
	padding: 0;
	margin: 0 45px 0 0;
	list-style: none;
	display: inline;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	background-color: efefef;
}

h3 {
	font-size: small;
	text-align: center;
}

#main { 
	width: 720px; 
	height: 570px; 
	background-image: url(/images/background.gif); 
	background-repeat: no-repeat;
	padding: 10px;
}

#header {
	position: relative;  
	width: 700px; 
	text-align: center;
}

#footer {
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
}

#menu {
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#menu ul li {
	margin: 0px;
	padding: 0px 3% 0px 3%;
	font-size: small;
	display: inline;
	list-style-type: none;
}

#menu ul li a {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: left;
}

#contactform {
	width:415px;
}

#contactform fieldset{
	padding:10px;
}

#contactform legend{
	font-weight:bold;
	font-size:9pt;
}

#contactform label{
	display:block;
	height:2em;
	padding:10px 10px 0;
}

#contactform input {
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background:#CCCCCC;
}

#contactform textarea {
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background:#CCCCCC;
}

#contactform input:focus,#loginform input:hover {
	border:1px solid #333333;
}

#frmlogin {
		width:300px;
	}
	
	#frmlogin fieldset{
		padding:10px;
	}
	
	#frmlogin legend{
		font-weight:bold;
		font-size:9pt;
	}
	
	#frmlogin label{
		display:block;
		height:2em;
		padding:10px 10px 0;
	}
	
	#frmlogin input {
		margin-right:20px;
		border:1px solid #999999;
		float:right;
		clear:right;
		background:#CCCCCC;
	}
	
	#frmlogin input:focus,#loginform input:hover {
		border:1px solid #333333;
	}
	
#registerfrm {
	width:415px;
}

#registerfrm fieldset{
	padding:10px;
}

#registerfrm legend{
	font-weight:bold;
	font-size:9pt;
}

#registerfrm label{
	display:block;
	height:2em;
	padding:10px 10px 0;
}

#registerfrm input {
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background:#CCCCCC;
}

#registerfrm select {
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background:#CCCCCC;
}

#registerfrm textarea {
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background:#CCCCCC;
}

#registerfrm input:focus,#loginform input:hover {
	border:1px solid #333333;
}

.error{
	color:red;
	font-weight:bold;
}


