@charset "utf-8";
/* CSS Document */
* {margin:0; padding: 0;}
body {
	background-color: rgb(255, 255, 153);
	margin: 0;
}
#wrap {
	min-width:760px;
	max-width:70%;
	width:auto !important;
	text-align:left;
	margin:100px auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(255, 255, 153);
	height:500px;
	background-image:url(background_salomon.gif);
	background-repeat:no-repeat;
}
.spacer_top{
	height:150px;
}
.left{
	float:left;
	width:18%;	
}
.right{
	float:right;
	width:78%;
}
.menu{

}
.header_left{
position:relative ;
	background-color:#999999;
	float:left;
	height:100px;
	width:93%;
}
.header_right{
	background-color: rgb(255, 255, 153);
	float:right;
	height:100px;
	width:7%;
}
.header_center{
	background-color:#999999;
	height:100px;
}
.header_text{
	padding-top:30px;
	padding-left:15px;
	font-size:24px;
}
.footer_left{
	background-color:#999999;
	float:left;
	height:20px;
	width:93%;
}
.footer_right{
	background-color: rgb(255, 255, 153);
	float:right;
	height:20px;
	width:7%;
}
.footer_center{
	background-color:#999999;
	height:20px;
}
.content{
	background-color:#FFFFFF;
}
.content_text{
	padding-left:15px;
}

a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	padding: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	padding: 8px 2px 8px 2px;
}
form {
	padding: 0;
}

.banner, .search_box {
	height: 80px;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.banner {
	width: 530px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	float: left;
	width: 100%;
	padding: 10px;
	padding-top: 3px;
}
.menu ul, .menu li {
	padding: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px solid #999999;
}
.menu_default a:hover {
	border-bottom: 1px solid #333333;
}

.menu_current  {
	border-bottom: 1px solid #999999;
	font-weight:bold;
}

.login_table {
	border: 1px solid #D0D0D0;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
	width: 100%;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 0px 1px 0px;
	width: 100px;
}

.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
.logo{
	position:absolute;
	top:-120px;
	left:60%;
}