body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

#wrapper { 
	width: 600px; 
}

#container {
	margin-left: 20px;
	width: 600px;
}



/* Header formatting */

#titles {
	margin: 20px 0 0 0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: .5em;
	color: #cc0717;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: .5em;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: .5em;
	padding-bottom: 15px;
	border-bottom: 1px solid #CC0717;
}

#header {
	display: none;
}
#homeheader {
	display: none;
}



/* Photos and support graphics formatting */

#homepic { 
	display: none;
}

#locationpic {
	display: none;
}
#map {
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	width: 310px;
	height: 496px;
}


/* Navigational formatting */

#nav {
	display: none;
}



/* Homepage textblock formatting */

#contenthome {
	
}
#content {
	border-top: 1px solid #cc0717;
}

#homeText {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}
#locationText {
	float: left;
	width: 390px;
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 1.2em;
}

#studentStories {
	margin: 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #cc0717;
}


/* Scrollable table formatting */

#studentTable {
	font-size: 1em;
}
#studentTable img {
	float: left;
	padding-right: 10px;
}

#studentTable tr {
	background-color: white;
}
#studentTable .studentpic {
	padding: 5px 7px 5px 7px;
	vertical-align: sub;
}

#studentTable a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0717;
	text-decoration: none;
}
#studentTable a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0717;
}
#studentTable a:hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0717;
	text-decoration: underline;
}
#studentTable a:active {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0717;
}


/* contact button */


#contactbutton {
	margin-bottom: 20px;
}


/* footer formatting */

#footer {
	width: 600px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 20px;
	font-size: 1em;
	color: #7F7F7F;
	border-top: 1px solid #CC0717;
}


/* other */
#clearer {
	clear: both;
}