html, body {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#main {
	margin: 10px auto;
	text-align: left;
}
img { border-width: 0px; }
a { 
	color: #273681;
	text-decoration: underline;
}
a:hover { color: #CECEE3; }
div.hr {
	line-height: 1px;
	border-bottom: 1px solid #000000;
}
#header {
	width: 100%;
	border: none;
}
#header .links {
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}
#content {
	width: 575px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	padding: 0 0 30px;
}
#menu {
	width: 125px;
	vertical-align: top;
}
#alternateMenu {
	position: relative;
	width: 125px;
	height: 480px;
}
#alternateMenu #mission {
	position: absolute;
	left: 59px;
	top: 20px;
}
#alternateMenu #about {
	position: absolute;
	left: 66px;
	top: 85px;
}
#alternateMenu #curriculum {
	position: absolute;
	left: 64px;
	top: 185px;
}
#alternateMenu #details {
	position: absolute;
	left: 67px;
	top: 285px;
}
#alternateMenu #process {
	position: absolute;
	left: 62px;
	top: 373px;
}
#footer {
	font-size: 14px;
	font-family: Garamond;
	text-align: center;
}
#footer span { color: #cc0033; }
.formDiv { 
     width: 575px; 
     border-top: 1px solid #cc0033;
     padding-bottom: 25px;
}
.inputDiv {
     margin-left: 20%;
     padding: 10px;
}
.button {
     width: 70px;
     height: 26px;
     font-family: Garamond;
     font-size: 16px;
     font-weight: bold;
     line-height: 16px;
     color: #ffffff;
     background-color: #cc0033;
     margin-top: 25px;
}
