html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	margin: 0;
	padding: 0;
	color: black;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCC;
	height: 100%;
	line-height: 100%;
}

div {border: 0px solid black; margin: 0; padding: 0;}

div#topbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background-color: #900;
}
	
div#page {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -400px;
	width: 796px;
	height: 200px;
	background-color: white;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

div#USCtextbar {
	position: absolute;
	top: -50px;
	left: 15px;
	width: 250px;
	height: 50px;
	background-image: url(images/USCtextbar.gif);
	background-repeat: no-repeat;
}

div#USCmono {
	position: absolute;
	top: -50px;
	right: 5px;
	width: 65px;
	height: 50px;
	background-image: url(images/USCmono-gold-cardinal-med.gif);
	background-repeat: no-repeat;
}

div#flash {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 600px;
	height: 150px;
}

div#USCPHX{
	position: absolute;
	top: 10px;
	left: 15px;
	width: 160px;
	height: 50px;
	background-image: url(images/USCPHX.gif);
	background-repeat: no-repeat;
}

div#Tommy {
	position: absolute;
	top: 88px;
	left: 35px;
	width: 100px;
	height: 99px;
	background-image: url(images/Tommy.jpg);
	background-repeat: no-repeat;
}

div#content {
	position: absolute;
	top: 195px;
	right: 0px;
	width: 766px;
	height: auto;
	margin: 0;
	padding: 30px 15px 0 15px;
	background-color: white;
}

div#left {
	float: left;
	width: 135px;
	height: auto;
	padding: 0px 40px 20px 10px;
	margin-top: -10px;
	color: #777;
}

div#center {
	float: left;
	width: 300px;
	height: auto;
	padding: 0 30px 20px 10px;
}

div#right {
	float: left;
	width: 200px;
	height: auto;
	padding: 0 10px 20px 10px;
}

div#sgFooter {
	position: absolute;
	bottom: -25px;
	left: 10px;
	width: 140px;
	height: 20px;
}

div#copyright {
	position: absolute;
	bottom: -25px;
	right: 10px;
	width: 250px;
	height: 20px;
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;
}

div#nav {
	position: absolute;
	top: 170px;
	right: 10px;
	width: 600px;
	height: 21px;
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	border-top: 15px solid #FC0;
	border-bottom: 2px solid #CCC;
}	

ul#navlist {
	width: 100%;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#navlist li {
	display: block;
	float: left;
	list-style-type: none;
    width: 150px;
	height: 21px;
	margin: 0;
	padding: 0;
}

#navlist li a {
	display: block;
    width: 150px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#navlist li a:hover {
	background-color: #FC0;
}

a {
	color: #900;
}

a:hover {
	color: #777;
}

img {
	border-style: none;
}


ul {
	font-size: .8em;
	margin: -5px 0 0 0;
}


p {
	font-size: .7em;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 0.7em;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0;
	color: #900;
}

.black {
	color: black;
}