.page
{
	width:100%;
	height:100%;	
}

#logo a {
	float:left;
	margin-left:10px;
	display:block;
	width:280px;
	height:23px;
}

#menu {
	float:left;
	width:1000px;
	margin-top:0px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu  li {
	float:left;
	margin-left:10px;
	margin-right:0px;
}
#menu ul li a {	
	font: normal 10px 'Arial';
	color:#ffffff;
	text-decoration: none; 
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:3px;
	display:block;
}
#menu ul li a:hover{
	color: #cfd000;
}
	
	
h1 {
font-size: 30px;
font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, Sans-serif;
color: #cfd000;
padding: 0px 0px 10px 0px;
display: block;
border-bottom: 1px dotted #dcce00;
margin: 0;
}


h2 {
font-size: 18px;
font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, Sans-serif;
color: #063255;
padding: 20px 0px 6px 0px;
display: block;
border-bottom: 1px dotted #92a5b4;
margin: 0;
}


h3 {
font-size: 14px;
font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, Sans-serif;
color: #063255;
padding: 3px 0px 3px 0px;
display: block;
border-bottom: 1px dotted #92a5b4;
margin: 0;
}


.txt  {
font-family: 'Lucinda Grande', 'Trebuchet MS', Arial, Helvetica, Verdana, Sans-serif;
font-size: 12px;
line-height: 18px;
color: #2b516f;
padding: 0px 0px 0px 0px;
height: 45px;
width: 45%;
}


.link {
text-align: right;
font-size: 11px;
line-height: 11px;
letter-spacing: 1px;
color: #668297;
padding: 10px 0 0;
}


a.link:link, 
a.link:active,
a.link:visited {
font-size: 11px;
line-height: 11px;
letter-spacing: 1px;
color: #dcce00;
padding: 10px 0 0;
text-decoration: none;
}


a.link:hover {
font-size: 11px;
line-height: 11px;
letter-spacing: 1px;
color: #0fd500;
padding: 10px 0 0;
text-decoration: none;
}


.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#CCCCCC;
font-weight:normal;
padding: 1px 2px;
background:url(bg-top.gif) repeat-x left top;
}

.pic {
	border: 5px solid #D4C609;
}

