body {
	background: #005482;
	font: normal 12px Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	}

#content p{
	padding: 0px 12px 10px 12px;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0px 0px 0px;
	}

#sidebar p{
	padding: 5px 0px;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0px 0px 0px;
	}

a:link, a:visited {
	color: #005482;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #fff;
	background: #005482;
	}

.error{
	color: #FF0000;
	font-size: 11px;
	}

/* LAYOUT */

#container {
	width: 1000px;
	height: 100% auto;
	padding: 0px;
	background: #FFFFFF;
	}

#masthead {
	position: relative;
	width: 1000px;
	height: 273px;
	background: #FFFFFF url(images/mastheadBackground.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	}
	
#nav{position: absolute; top: 5px; left: 5px; z-index: 9;}

#homeMain{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 260px;
	background: url(images/homeMain.jpg) no-repeat;
	z-index: 1;
}

#aboutMain{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 260px;
	background: url(images/aboutMain.jpg) no-repeat;
	z-index: 1;
}

#hsMain{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 260px;
	background: url(images/hsMain.jpg) no-repeat;
	z-index: 1;
}

#cdcMain{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 260px;
	background: url(images/cdcMain.jpg) no-repeat;
	z-index: 1;
}

#alumniMain{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 260px;
	background: url(images/hsMain.jpg) no-repeat;
	z-index: 1;
}

#spAlumniMain{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 260px;
	background: url(images/spAlumniMain.jpg) no-repeat;
	z-index: 1;
}

#donateMain{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 260px;
	background: url(images/donateMain.jpg) no-repeat;
	z-index: 1;
}

#contactMain{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 260px;
	background: url(images/contactMain.jpg) no-repeat;
	z-index: 1;
}
	
#logo{
	position: absolute;
	top: 15px;
	right: 32px;
	width: 186px;
	height: 240px;
	background: url(images/logo.jpg) no-repeat;
	}

#content {
	position: relative;
	width: 1000px;
	height: 100% auto;
	padding: 5px;
	margin: 0px;
	}

#footer {
	position: relative;
	width: 1000px;
	padding: 5px;
	margin: 0px;
	border-top: #005482 1px dashed;
	text-align: center;
	}

#sidebar{
	float: right;
	width: 245px;
	margin: 0px 0px 0px 5px;
	padding: 0px 7px;
	border-left: #005482 1px dashed;
	border-bottom: #005482 1px dashed;
}

#content h3, sidebar h3{
	margin: 0px;
	padding: 0px;
	font-size: 23px;
	font-weight: normal;
	color: #005482;
	}

#content h4, sidebar h4{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #888888;
	}

#content h5, sidebar h5{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #888888;
	}

.clearFix{height: 1px; clear: both;}

.pic{
	border: #febe5a 1px solid;
}

#picFloatLeft{float: left; padding: 0px; border: #015383 solid 4px; margin: 5px 10px 10px 5px;}
#picFloatRight{float: right; padding: 0px; border: #015383 solid 4px; margin: 5px 10px 5px 10px;}