/*Future AES Marketing: I am going to go wild on the commenting because I don't know how fluent your html/css skills are going to be, with enough comments hopefully you can figure out what does what and what goes where. cb.*/


body {
	text-align: center;
	background-image: url(../images/olive_background_999966.jpg);
	background-repeat: repeat-x;
	background-color: #999966;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	padding: 0px;
	}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 3px;
	color: #003366;
	}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	color: #003366;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	color: #003366;
	}
	
/*
Classes for special formating
*/

#wideColumn {
	width: 800px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
	
.headline {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 18px 25px;
	color: #003366;
	padding:0px;
	}

.C_headline {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 12px 10px;
	color: #003366;
	padding:0px;
	}
	
.headline_left {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 8px 0px;
	color: #003366;
	padding:0px;
	}

.column350 {
	width: 420px;
	font-size: 13px;
	margin: 4px 0px 2px 35px;
	text-align: left;
	}
	
.signature {
	margin-left: 45px;
	font-size: 14px;
	}

.overwatch {
	width: 800px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 7px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	}


/*
container for everything
*/	
#container {
	height: auto;
	height: 500px;
	width: auto;
	width:800px;
	margin: auto;
	padding: 0px;
	text-align: center;
	}

/*
header styles
*/
#header {
	width: 800px;
	height: 70px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat; 
	margin: 0px;
	padding: 0px;
	}
	
/*
navigation bar styles
*/

#nav_bar {
	width: 800px;
	height: 25px;
	background-image: url(../images/nav_bar_base.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}

.topLink {
	width: 150px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav_bar_base.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 16px;
	color: #003366;
	float: left;
	text-decoration: none;
	border: none;
	}

.topLink:hover {
	width: 150px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav_bar_overlay.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	border: none;
	}	

.selected {
	width: 150px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav_bar_overlay.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	border: none;
	}

/*
main content body, sandwiched between header and footer
*/
#content {
	width: 800px;
	height: 455px;
	height: auto;
	background-color: #FAF6DD;
	margin: 0px;
	padding: 5px 0px 1px 0px;
	}

/*
left hand column, goes inside content
*/	
#left_golden {
	width: 490px;
	height: auto;
	height: 450px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	}
	
#left_golden ul {
	width: 440px;
	font-size: 13px;
	list-style: none;
	margin: 5px 5px 3px 25px;
	padding: 0px;
	}
	
#left_golden li {
	margin-bottom: 4px;
	}

/* 
right side column, goes inside content
*/
#right_golden {
	width: 303px;
	height: auto;
	height: 450px;
	margin: 3px 3px 0px 0px;
	padding: 0px;
	float: left;
	}
	
/* 
right side column for rotating ads
*/
#right_rotating {
	width: auto;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	}
	
/*
fix for index content so right side sits flush
*/
#left_index {
	width: 485px;
	height: 450px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	}
	
#left_index ul {
	width: 440px;
	font-size: 13px;
	list-style: none;
	margin: 5px 5px 3px 25px;
	padding: 0px;
	}
	
#left_index li {
	margin-bottom: 4px;
	}
	
/*
footer styles
*/
	
#footer {
	width: 800px;
	height: 50px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	}
	

/*
must be placed after divs that use floats
*/	
#clear {
	clear: both;
	}
	
/* for emergency messages */
#emergency_info { 
	width: 770px; 
	height: 90px; 
	height: auto;
	margin: 0px; 
	padding: 5px 15px 2px 15px; 
	font-size: 15px;
	text-align: left;
	}

.important {
	text-decoration: underline;
	text-align: center;
	margin: 1px;
	padding: 0px;
	color: red;
	font-weight: bold;
	font-size: 20px;
	}
	
	
/*
fix for spring break intro
*/
#spring_break {
	width: 465px;
	height: 430px;
	margin: 3px 0px 0px 0px;
	padding: 10px;
	float: left;
	text-align: left;
	}
	
	
#spring_break h1{
	font-size: 36px;
	text-align: center;
	margin: 4px 0px 4px 0px;
	}
	
#spring_break h2{
	font-size: 18px;
	text-align: center;
	margin: 4px 0px 2px 0px;
	}

#spring_break h3{
	font-size: 14px;
	text-align: center;
	font-style: italic;
	margin: 4px 0px 4px 0px;
	}
	
#spring_break h4{
	font-size: 16px;
	text-align: center;
	font-style: bold;
	margin: 4px 0px 4px 0px;
	}
	
#spring_break h5{
	font-size: 14px;
	text-indent: 13px;
	font-style: bold;
	margin: 4px 0px 4px 0px;
	}
	
#spring_break p {
	font-size: 13px;
	text-indent: 10px;
	padding: 5px;
	margin: 10px 0px 8px 0px;
}

#surveyBox {
	width: 600px;
	height: auto;
	padding: 5px;
	margin: 5pm;
	text-align: left;
}

#surveyBox ul {
	list-style: none;
	
}

#surveyBox ul .header {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.surveyExplain {
	width: 700px;
	font-size: 14px;
	padding: 10px;
}
