/* Native HTML Elements (no classes used) */
body{
	padding: 0;
	margin: 0;
	background-color: #1F2339;
}

/* Upper Banner and Upper Navigation Items */
#site{
	width: 800px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-color: White;
	margin: 0 auto 0 auto;
}

#top_box_110h{
	height: 110px;
	margin: 0;
}

#upper_nav_container{
	height: 20px;
	float: right;
	display: block;
	border: solid #D0D6DB;
	border-width: 1px 0 1px 1px;
	/*background-color: #EAEAEA;*/
	background-color: white;
	padding: 2px 10px 2px 10px;
	text-align: right;
}

#content_header{
	padding: 10px 10px 10px 0px;
	margin: 30px 0 10px 0px;
}


/* Left Navigation Items */
#left_nav{
	border: solid Navy;
	background-color: White;
	border-width: 1px 1px 1px 0;
	float: left;
	width: 86px;
	padding: 10px;
	margin: 10px 15px 10px 0;
	text-align: center;
}

/*Content Stage Items */
#site_content{
	padding: 0 10px 5px 70px;
}


#flash{
	float: right;
	border: 1px solid #BDBDBD;
	height: 125px;
	width: 225px;
	margin: 0 7px 0 7px;
	padding: 5px;
}

#user_selection{
	height: 170px;
	margin: 10px 0 10px 0;
}
#user_selection div.box{
	border: 1px solid #BDBDBD;
	padding: 5px;
	height: 160px;
	margin: 6px;
	float: left;
	overflow: hidden;
}
#user_selection div.link_box{
	background: url(../img/1px_grad.jpg) repeat-x;
	border: 1px solid #8CB3FF;
	padding: 5px;
	margin-bottom: 5px;
}


/* Footer Stuff */

#copywrite{
	height: 63px;
	padding: 0 15px 15px 0;
	background-image: url(../img/footer.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: White;
	text-align: right;
	clear: both;
}