

body {
	height: 100%;
	
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #3333CC;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
}


img {
	border: none;
}

p {
	margin: 10px 5px 5px;
	text-align: left;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
}

input {
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}






/* Main Navigation Menu */

#page_menu {
	border-color: #9e9ec3;
	border-width: 0px 2px 2px;
	border-style:outset;
	height:21px;
	font-family:tahoma;
	font-size:9pt;
	font-weight:bold ;
	background-color: #d7a069;
}

#page_menu a {
	height:14px;
	padding-top:1px;
	padding-bottom:1px;  
	padding-left:15px;
	padding-right:15px;
	background-color: #d7a069;
	overflow: hidden;
	text-align: center;
	vertical-align:middle;  
	color: #ffffff;
	text-decoration: none;
	
}

#page_menu a:hover 
{
	background-color: #d7a069;
	color: #000000;

}





/* Secondary menu  */

#sec_menu {
	margin-bottom: 1px;
	margin-left: 4px;
	width: 650px;
	height: 16px;
}

#sec_menu ul {
	width: 650px;
	height: 16px;
	list-style-type: none;
	overflow: hidden;
}

#sec_menu li {
	margin-right: 1px;
	width: 160px;
	height: 16px;
	float: left;
	background-color: #d7a069; 
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#sec_menu li.last {
	margin-right: 0px;
	width: 160px;
}

#sec_menu a {
	padding-top: 3px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#sec_menu a:hover {
	color: #000000;
}

