/* Official colors - mostly for reference */
.cardinal { color: #990000; }
.gold { color: #ffcc00; }


body
{
	margin: 0;
	background-color: #E9DCBD;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img
{
	border: 0;
}

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

a:hover 
{
	text-decoration: underline;
}

#usc_monogram
{
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #990000;
	display: block;
	border-bottom: 3px solid #ffcc00;
	margin: 0;
	padding: 0;
}

#usc_monogram img
{
	border: 0;
	display: block;
}

#toplinks
{
	margin: 0;
	padding: 0;
	text-align: left;
	height: 26px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#toplinks img
{
	border: 0;
	vertical-align: bottom;
	position: relative;
	top: -2px;
}

#toplinks a
{
	padding: 0 10px;
	height: 26px;
	margin: 0;
	font-size: 26px;
}

#toplinks a:hover
{
	background: url(../img/highlight-toplinks.png) no-repeat center;
}

#sublinks
{
	margin: 0;
	padding: 0;
}

#sublinks img
{
	border: 0;
	vertical-align: bottom;
}

#sublinks a
{
	padding: 0 10px;
	margin: 0;
}

#copyright
{
	font-size: 10px;
	text-align: center;
	color: #7c7567;
	margin-bottom: 20px;
}

#maintable
{
	margin: 0 auto;
}

#leftshadow
{
	width: 8px;
	background: url(../img/shadow-left-1.png) repeat-y;
}

#rightshadow
{
	width: 8px;
	background: url(../img/shadow-right-1.png) repeat-y;
}

#bottomleftshadow
{
	background: url(../img/shadow-bottomleft-1.png) repeat-y;
}

#bottomrightshadow
{
	background: url(../img/shadow-bottomright-1.png) repeat-y;
}

#bottomshadow
{
	height: 13px;
	width: 1000px;
	background: url(../img/shadow-bottom-1.png) no-repeat;
}

#mainsection
{
	width: 1000px;
	background-color: #F0E7D2;
	margin: 0;
	border: 0;
}

#mainsection div
{
	padding: 0 10px 10px 10px;
}

#maindiv
{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

h1
{
	font-size: 21px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 0px;
	border-bottom: 2px solid #866;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}


#mainsection div.sidebar
{
	width: 250px;
	font-size: 11px;
	padding-left: 20px;
	margin: 10px -20px 30px 20px;
	border: 2px solid #866;
	background-color: #E0D7C2;
	float: right;
	clear: right;
}