body {
	margin-top: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: .9em;
	font-family: Arial, sans-serif;
	color: #0c002c;
}

div#outer {
	width: 100%;
	display: block;
	overflow: auto;
	background-color: #FFFFFF; /*#c4bdb9*/
	text-align: center;
	margin-top:15px;
}



div#container {
	width: 798px;
	_width: 800px;
	margin: 2px auto;
	margin-bottom: 15px;
	padding-bottom: 25px;
	display: block;
	overflow: auto;
	_overflow: visible;
	background-color: #030355;
	border: 1px solid #333333;
	min-height: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}


div#appmenu {
	height: 20px;
	margin: 2px auto;
	width:800px;
	overflow:hidden;
	font-size: 0.9em;
	display:block;
}

span#loginstatus {
	float:right;
}

span#loginstatus a {
	font-weight: bold;
}

span#loginstatus a:hover {color:#FFC600; text-decoration: underline;}

div#header {
	width: 798px; /* for Safari */
	_width: 800px; /* for IE, which apparently is bloat and sucks */
	height: 228px;
	display: block;
	float: left;
 	overflow: visible;
}

div#header_flag {
	width: 100%;
	height: 200px;
	background-image:url(/images/usctridelta/USCBANNER3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #100c3c;
}

 div#header_nav {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #878dff;
/*	background-color: #6669a0; old colors */
	width: 798px; /* for Safari */
	_width: 800px; /* for IE, which apparently is bloat and sucks */
	height: 28px;
	_height: 29px;
	border-bottom: 1px solid #100c3c;
}

div#photo_bar_wrapper {
	width: 90px;
	height: 100%;
	float: left;
/*	background-color: #000000; */
	background-color: #878DFF; /* change it to this when you get a new color for the div#container */
}

div#body_content {
	width: 778px;
	_width: 778px;
	margin: 10px;
	_margin: 10px 5px;
	float: left;
}

div#body_content div.column {
	display:block;
	float: left;
	overflow:auto;
	/*min-height: 300px;*/
}

div#body_content div.column p {
	margin-right: 10px;
}



div#appmenu, div#footer {
	color: #666666;
	clear:both;
}

div#appmenu a, div#footer a {
	color: #030355;
}

div#appmenu a:hover, div#footer a:hover {
	color: #666666;
	text-decoration:none;
}