body{
	background: #fff;
	color: #000;
	font-family: Verdana, Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #900;
}
a:visited{
	color: #666;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2, 
h3{
	color: #292755;
}
h3,
h4{
	font-size: 100%;
}
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.3;
}
#nav{
	display: none;
	font-family: "Gill Sans", "GillSans", Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer-links{
	margin-top: 1.5em;
	padding: 0.5em 0.25em 0 0.25em;
	line-height: 1.3;
	border-top: 3px solid #aaa;
}
address{
	font-style: normal;
	font-size: 95%;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
#staff #contents img{
	float: left;
	margin: 0 15px 15px 0;
}
#staff h3{
	border-bottom: 1px solid #999;
	clear: left;
}
#apply #contents p{
	margin-top: 0;
}
#apply h4{
	margin-bottom: 0;
	text-decoration: underline;
}
