@charset "utf-8";
/* CSS Document */

body{
	background-color:#00008F;
}
#container{
	width: 1200px;
	margin:0px auto 0px auto;
	background-color: #fff;
	padding:5px 15px 0px 15px;
}
header{
	font-size: 24px;
	font-style: italic;
}
#windowTitle{
	width:500px;
}
#windowTitle h1{
	font-size: 54px;
	font-style: normal;
	margin: 0px auto 0px auto;
}
#ccsuLogo{
	width: 110px;
	float:left;
	margin-top: 5px;
	margin-right: 10px;
}
.headerStuff{
	display: inline-block;
	width: 650px;
	vertical-align: top;
}
nav li{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
nav{
	text-align: right;
}
nav li img{
	width:50px;
}
nav li a:link{
	opacity: 0.75;
}
nav li a:hover{
	opacity: 1;
}
hr{
	border:none;
	height: 5px;
	background-color:#00008F;
	margin-bottom: 10px;
}
main h1, main h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
main td{
	vertical-align: top;
	text-align: center;
}
main img{
	width:350px;
	margin: 10px;
}
.dreamweaver{
	width:260px;
	margin: 10px;
}