#header
{
	width: 100%;
	height: 30px;
}

#logo
{
	margin-top: 10px;
	margin-left: 40px;
	font-size: 16pt;
	float: left;
	text-transform: uppercase;
}

#accent
{
	color: #afe0e4;
}

#menu_bar
{
	margin-right: 40px;
}

#menu
{
	margin-right: 15px;
	margin-top: 15px;
	float: right;
	font-size: 10pt;
	text-transform: uppercase;
}

#menu_link
{
	color:#afe0e4; 
	text-decoration:none;
}

#menu_selection
{
	margin-right: 15px;
	margin-top: 10px;
	float: right;
	font-size: 16pt;
	text-transform: uppercase;
	color: #afe0e4;
}

#icon
{
	margin-top: 15px;
	margin-right: 2px;
	float: right;
}

#header_separator
{
	margin-left: 1%;
	width: 98%;
	height: 25px;
}

#main
{
	position: absolute;
	left: 50%;
	width: 720px;
	margin-left: -360px;
}

#background
{
	outline: none;
}


#content
{
	font-weight: normal;
	font-size: 10pt;
	text-transform: none;
}

.submitbutton 
{
	font-size:1em; 
	cursor:pointer; 
	background:#ffffff top left repeat-x; 
	color:#888888; 
	font-size:0.8em; 
	border:1px solid #afe0e4;
  /* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

body 
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#888888;
	font-family: Verdana, Arial, sans-serif;
}

a
{
	color:#888888; 
	text-decoration:none;
}

a:hover 
{
	color:#afe0e4;
}

hr
{
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #bbbbbb;
    margin:1em 0;
    padding:0;
}

