body, input
{
    font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	
    color: #44352C;
}

a
{
    color: #9B9C83;
    text-decoration:none;   
}

a:hover 
{
    color: #0080FF;
}

#container
{
    border: 1px #9B9C83 solid;
    -moz-border-radius: 8px;
    margin: auto;
    padding: 5px;
    width: 700px;
}

#title
{
    color: #CC6633;
    margin: 0;
}

ul#navigation, ul#form
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#navigation
{
    float: right;
}

ul#form
{
    clear: both;
}

ul#navigation li
{
    float: left;
    margin: 0;
    padding: 5px 0;
    border-top: 2px #BFAA9B solid;
}

ul#navigation li a
{
    font-weight: bold;
    color: #ffffff;
    background-color: #AA8E79;
    padding: 5px 15px;
    margin-left: 1px;
    text-decoration: none;
    border-bottom: 0 #ffffff solid;
}

ul#navigation li  a:hover
{
    color: #44352C;
}

ul#form li
{
    width: 570px;
}

#footer
{
	font-color:blue;
	font-size:11px;
    text-align: right;
	
  margin-left: auto ;
  margin-right: auto ;
}
#shortcut
{

}
.address_bar
{
    border-top: 2px #BFAA9B solid;
    border-bottom: 3px #44352C solid;
    background-color: #008bd3;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;		
}
#address_option
{
	color: #ffffff;
	text-align: left;
}
#go
{
    background-color: #ffffff;
    font-weight: bold;
    color: #AA8E79;
    border: 0 #ffffff solid;
    padding: 2px 5px;
}

#address_box
{
    width: 500px;
}

.option
{
    padding: 2px 0;
	margin-left:230px;
    background-color: #EEEBEA;
}

.option label
{
    border-bottom: 2px #ffffff solid;
}

form
{
    margin: 0;
}

#error, #auth
{
    background-color: #BF6464;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #44352C;
    width: 700px;
    clear: both;
}

#auth
{
    background-color: #94C261;
}

#error p, #auth p, #auth form
{
    margin: 5px;
}
.menu {
	font-size:11px;
	background-color:#008bd3;
	border-bottom:1px solid #d7d7d7; 
	height:23px;
	width:570px;
	
	}
.menu ul {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;}
.menu li {
	display:inline; 
	line-height:23px;
	}
.menu li a {
	color:#ffffff; 
	text-decoration:none; 
	padding:5px 5px 6px 5px; 
	}
.menu li a.tabactive {
	border-left:1px solid #d7d7d7; 
	border-right:1px solid #d7d7d7; 
	color:#000000; 
	background-color:#ffffff; 
	font-weight:bold;  
	position:relative;
	}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6,#tabcontent7{
	border:1px solid #ececec; 
	width:570px; 
	text-align:center;
	padding:6px 0px; 
	font-size:12px; 

	}
#searchcontrol {
	position:absolute;
	left:200px;
}
#home {
	position:relative;
	width: 570px ;
	margin-left: auto ;
	margin-right: auto ;
}
#quicklink {
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
}