@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7B7B7B;
	background-attachment: fixed;
	background-image: url(images/BG-Trojans-Light-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
}
#BODY-CENTER {
	background-image: url(images/BG-Body-1.png);
	background-repeat: repeat-y;
	height: 100%;
}


#FOOT {
	background-image: url(images/FOOT-1.png);
	background-repeat: no-repeat;
	background-position: top;
}
#MENU {
	top: 100px;
}
#MENU-Spacer {
	height: 190px;
}
#INDEX-Lists {

}
#INDEX-Lists ul {
	list-style-type: disc;
}

#QUICKLINKS {
	background-color: #EFF0FA;
	border: 6px double #006;
	text-align: center;
}





a {
	color: #1118A1;
	text-decoration: none;
}
a:hover {
	color: #7683DE;
	text-decoration: underline;
}
.addressphone {
	font-size: 12px;
	color: #FFFFFF;
}
.addressphone a {
	color: #9DCCFF;
	text-decoration: none;
}
.addressphone a:hover {
	color: #F2F8FF;
}
.addressphone strong {
	font-size: 14px;
	text-decoration: underline;
	color: #9FC1FF;
}
.staff {
	font-size: 12px;
}
.staff td {
	padding: 2px;
	background-color: #E3E6F9;
	border: 1px solid #C0C7F1;
}
.staff  .title {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0D119B;
}
h1 {
	font-size: 28px;
	background-image: url(images/PageTitle-BG.png);
	background-repeat: no-repeat;
	font-style: normal;
	background-position: bottom;
}

