html { height: 100%; }
body
{
	margin:0;
	padding:0;	
	font-family: Verdana, Arial;
	font-size: 12px;	
	text-align: center;
	height: 100%;
}

a { text-decoration: none; color: #444444; }
a:hover { text-decoration: underline; color: black; }

.container
{
	width:801px;
	
	text-align: left;
	margin: 0 auto;
	border: solid #afafaf 1px;
	padding: 1px;
}

.container h1 { font-size: 18px; }
.container h2 { font-size: 14px; }
.container h3 { font-size: 12px; }



.FinePrint
{
	font-size: 75%;
}

/**********************************************/
.header_logo
{
	text-align: left;
	width:184px;
	height:111px;
	ddborder-right: solid silver 1px;
	float: left;
}

.header_upper { text-align: left; height: 111px; border-bottom: solid #afafaf 1px; padding-bottom: 1px;}
.header_lower { background-color:#F9A11C; }

.header_flash
{
	width: 465px;
	height: 111px;
	float: left;
}

.header_welcome
{
	margin-left: 109px; margin-top: 0px;
	width: 692px;
	
	/*background-color: #575757;*/
	background-color: white;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	
	/*border-top: solid silver 1px;*/
	/*border-left: solid white 1px;*/
	border-bottom: solid silver 1px;		
}

.login
{
	width: 150px;
	height: 111px;
	float: right;
	
	border-left: solid silver 1px;
	margin-bottom: -3px;
	
	text-align:center;
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}

.login a { text-decoration: none; color: gray; }
.login a:hover { text-decoration: none; color: black; }

.login_header
{
	text-align:left;
	margin-top: 0px;
	background-color:#F9A11C;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.login_submit
{
	width: 30px; height: 20px;
	background-color: gray;
	color: white;
	border: solid white 1px;
	font-size: 10px;
	font-weight: bold;
	
	padding: 0px 2px 0px 2px;
	margin-left: 75px;	
	
	cursor: pointer;
}

.login_field
{
	padding-left: 2px;	
	text-align: left;
}

.login_field input
{
	background-color: #EEEEEE;
	border: solid gray 1px;
	width: 95%;
}



/****************************************/
.navigation
{
	background-color:#F9A11C;
	height: 100%;
	width: 109px;
	
	color: white;
	font-size: 12px;
	font-family: Verdana;	
	font-weight: bold;
}

.navigation a { text-decoration: none; color: white; }
.navigation a:hover { text-decoration: none; color: white; }

.navigation_item
{
	height: 5em;
	width: 109px;
	border-top: solid white 1px;	
	background-color:#F9A11C;	
	position:relative;
	cursor:pointer;
}

.navigation_item_last
{
	height: 5em;
	width: 109px;
	border-top: solid white 1px;
	border-bottom: solid white 1px;	
	background-color:#F9A11C;
	position:relative;	
	cursor:pointer;
}

.nav_embedded
{
	/*background-color: blue; */ /* debug */
	position:absolute;	
	bottom: .5em;
	
	width: 105px;
	text-align: right;
}

/****************************************/
.content
{
	padding-left: 1px;
	border-top: solid white 1px;
	text-align: left;
	float: left;
}

.foot
{
	clear: both;
}


