/*
 *	LAYOUT.CSS
 *  Styles definition for overall page layout
 *
 */
 
  
#mainbox {
	width: 753px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff url("/images/columnseperator.gif") 542px 0px repeat-y;
}

#border {
	border: 2px solid #d6e7f7;
}

#header {
	height: 144px;
	background-color: #003399;
}

#flashbox {
	padding: 92px 0 0 3px;
}

#logo {
	width: 540px;
	height: 144px;
	float: left;
	background: transparent url("/images/header.jpg") left top no-repeat;	
}

#logo img {
	float: left;	
}

#columnset {
	clear: both;		
}

/* \*/ * html #columnset { height: 1%; } /* */

#col1 {
	width: 540px;
	float: left;
	padding-top: 12px;
}

#col2 {
	width: 209px;
	float: right;
}

#col2 h1 {
	background: transparent url("/images/bggreen.png") left top repeat-x;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#col2 h2 {
	background: transparent url("/images/thblue.gif") left top repeat-x;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	border-top: 2px solid #3169a4;
}

#loginbox {
	padding: 6px 10px 15px 10px;
}

#footer {
	border-top: 2px solid #d6e7f7;
	background: transparent url("/images/columnseperator.gif") 0px 1px repeat-x;
}

/* \*/ * html #footer {	height: 1%; } /* */

#footer a {
	text-decoration: none;
	color: #768a81;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 540px;
	padding: 10px 0 10px 0;
	text-align: center;
}

#legal {
	float: right;
	width: 209px;
	padding: 12px 0 12px 0;
	text-align: center;
	font-size: 10px;
	background: #dde6cb;
}
	
.cleaner {
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;	
}

.aligncenter {
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


