@charset "utf-8";
/* CSS Document */
body{
	text-align: center;
	background-color: #CCC;	
	font-family: arial;
	color: white;
	font-size: 14px;
}

body a{
	color: #FF0;	
	
}

#container{
	width: 950px;	
	padding:0px 0px 0px 0px;
	margin: 0 auto;	
	position: relative;
	height: auto;
}




#banner{
	width: 950px;
	height: 226px;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#logo{
	position: relative;
	left: 15px;
	float: left;
	width: 365px;
	
}

#title{
	left: 40px;	
	position: relative;
	float: left;
	
}

.redLine{
	height: 6px;
	width: 950px;
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	background-color: #FF0000;
	position: relative;
}

#content{
	width: 723px;
	background-color: black;
	height: 100%;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#nav{
	width: 207px;
	height: 100%;
	background-image: url(/images/navBg.jpg);
	background-repeat: repeat-y;
	position: relative;
	float: left;
}

#nav ul{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	
}

#nav li{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	margin-left: 18px;
	padding-left: 0px;	
}

#nav li a{
	text-decoration: none;
	color: white;
	
}


.pageTitle{
	display: block;
	border-bottom: 2px solid red;
	font-size: 20px;
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
}

.subTitle{
	width: 370px;
	display: block;
	font-size: 18px;
	text-align: left;
	border-bottom: red 2px solid;
	font-weight: bold;
}

#sponsors{
	width: 723px;
	position: relative;
	clear: both;
	
}


#footer{
	width: 950px;
	background-color: #000000;	
	color: white;
	font-size: 11px;
	position: relative;
	clear:both;
	font-family: arial;
}

#footer a, a:visited{
	color: white;	
	
}

#collegeName{
	background-color: black;
	border: 1px solid red;
	color: white;
	
}

