*{
margin:0; padding:0;	
}
a{color:#003;}
a:hover{color:#069;}
body{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background:url(../img/bg_tile.jpg) repeat-x #fff;
}
input{
border:#c6e26d dotted 2px;
font-size:60%;
}
form p{
font-size:9pt;	
}
.submit input
{
margin-left: 4.5em;
}
#container{
margin:auto auto;
width:1000px;
background:#fff;
border:#030 solid 1px;
}
#header{
height:156px;
text-align:left;
background:#fff url(../img/header.png);
}
#header h1{
font-size:38px;
color:#fff;
padding-top:20px;
padding-left:20px;
padding-bottom:0;
}
#content{
background:#fff;
}
#contentleft{
	float:left;
	padding-left:10px;
	margin-left:10px;
	width:750px;
	background:#fff;
	overflow:hidden;
	border:#c6e26d dotted 2px;

}
#topnav{
margin-top:14px;	
text-align:left;
padding-left:40px;
padding-bottom:15px;
}
#topnav a{	
	color:#003;
	text-decoration:none;
}
#topnav a:hover{	
	color:#069;
	text-decoration:none;
}
#topnav img{	
padding:0 10px;
}
#right{
	background:#fff;
	float:right;
padding-right:10px;
	width:210px;
	text-align:right;
	font-size:9.5pt;
	overflow:hidden;
}
#right h2{
font-size:18px;
color:#c5df73;
}
#footer{
clear:both;
font-size:80%;
height:25px;
background:url(../img/bg_footer.png) repeat-x;
text-align:right;	
width:1002px;
margin:auto auto;
}
#trailer{
clear:both;
width:1000px;
padding:10px;
text-align:right;
font-size:70%;
}
#imageshow{
float:right;
width:250px;
height:350px;
padding:0; margin:0;
}
.pages{

}
.text80{
font-size:80%;	
}
.input{
border:#c6e26d dotted 1px;
font-size:9pt;
width:150px;
}
.button{
padding:4px 0 6px 0;
background:url(../img/bg_button.png) repeat-x;
border:1px solid #666;
width:150px;
font-size:10px;
text-align:center;
}
label{
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display:block;
clear: left;
}
.green{
color:#c5dd71;	
}
.red{
color:#F00;	
}
.clearboth{
clear:both;	
}
.highlight{
	margin:auto auto;
	width:220px;
border:dashed 2px #C60;
background:#FF9;
padding:20px;
margin-bottom:10px;
}