body
{
	font-family: Geneva,Arial,Helvetica,sans-serif;
	text-align: center;
}

a, a:visited
{
	color: #039;
	text-decoration: none;
}

.subtitle
{
	color: White;
	font-weight: bold;
	margin-top: 30px;
}

#main
{
	width: 95%;
	text-align: left;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-width: 950px;
	background-color: #CC0000;

}

#header
{
	background-image: url('/Academy/images/AcademyHeader.jpg');
	background-color: #991b1e;
	background-repeat: no-repeat;
	height: 108px;
	cursor: pointer;
}

#menuContainer
{
	width: 100%;
	height: 30px;
	text-align: center;
	background-color: #C00;
}

#container
{
	border-collapse: collapse;
	width: 100%;
}

#left
{
	width: 250px;
	height: 700px;
	vertical-align: top;
	color: #CC9;
}

#right
{
	width: 150px;
	background-color: #CC9;
	height: 700px;
	vertical-align: top;
	padding: 5px;
	font-size: small;
}

#helpful_info_title
{
	font-weight: bold;
	margin-top: 30px;
}

#center
{
	background-color: White;
	vertical-align: top;
	padding: 10px;	
}

#dept_title
{
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 20px;
}


.links
{
	max-width: 220px;
	padding: 10px;
	overflow: hidden;
	text-decoration: none;
}

.links ul 
{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.links ul a
{
	color: White;
}

.links ul a:hover
{
	text-decoration: underline;
}

#slideshow
{
    margin-left: 20px;    
}

#slideshow img
{
    max-width: 200px;
    max-height: 300px;
}

#footer
{
	text-align: center;
	color: White;
}
#footer a: {color: white; }
#footer a:hover {text-decoration: underline; }
