@charset "utf-8";
/* CSS Document */

body {
	background: #222 url("images/background.gif") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin: 0;
	padding: 0;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#body-container a {
	border-bottom: 1px dotted #666;
}
#body-container a:hover {
	border-bottom: 0px;
}
a img {
	border: 0;
}
div.doc-container {
	width: 1000px;
	margin: auto;
}
div.logo-area {
	height: 150px;
	background: url("images/logo-bg.jpg") top right;
	overflow: hidden;
}
div.logo {
	float: left;
}
div.countdown {
	float: right;
	padding-top: 80px;
}
div.navigation {
	height: 89px;
	background: url("images/nav-bg.jpg") no-repeat;
	clear: both;
	overflow: auto;
	text-align:right;
	padding-right: 20px;
}
div.navigation ul li {
	display: inline;
	font-size: 12px;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px
}
div.home-msg {
	overflow: auto;
	clear: both;
	margin: auto;
	width: 960px;
	background-color: #38356d;
}
div.home-msg-img {
	background: url("images/home-students.jpg") no-repeat top left;
	height: 326px;
	width: 430px;
	float: left;
}
div.home-msg-txt {
	background: url("images/home-msg-bg.gif") no-repeat top right;
	float: right;
	height: 326px;
	text-align: left;
	width: 525px;
	font-size: 26px;
	color: #fff;
	line-height: 40px;
}
div.home-msg-txt span {
	display: none;
}
div.about-usc {
	clear: both;
	overflow: auto;
	width: 590px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
div.usc-logo {
	float: left;
	width: 108px;
}
div.usc-text {
	float: right;
	text-align:left;
	width: 450px;
}
div#about-container {
	overflow: auto;
	clear: both;
	font-size: 12px;
}
div#left-container {
	width: 490px;
	float: left;
}
div#right-container {
	width: 500px;
	float: right;
	text-align:left;
}
div.footer {
	font-size: 11px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	border-top: 1px dotted #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.footer ul {
	margin: 0;
	padding: 0;
}
div.footer ul li {
	display: inline;
	margin: 10px;
}

h3,h2 {
	color: #fff;
	font-weight: normal;
}
ul li ul li {
	font-size: 12px;
}
