/* ********** HTML TAGS ********** */

body {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 10pt;
	background-color: ;
	background-image: url(/images/background.gif);
	background-repeat: repeat;
	background-position: top center;
	background-attachment:fixed;
	margin: 0px;
	background-color: #596782;
}

h1	{	font-size: 19pt; margin: 0 0 19pt 0;	}
h2	{
	font-size: 15pt;
	margin: 0 0 15pt 0;
	color: #85293F;
}
h3	{
	font-size: 14pt;
	font-style:italic;
	margin: 0 0 15pt 0;
}
h4	{
	font-size: 12pt;
	margin: 0 0 11pt 0;
	color: #85293F;
}
h5	{
	font-size: 10pt;
	text-transform:uppercase;
	font-weight:bold;
	margin: 0 0 10pt 0;
}
h6	{
	font-size: 10pt;
	text-transform:capitalize;
	font-weight:bold;
	font-style:italic;
	margin: 0 0 10pt 0;
}
p	{
	font-size: 10pt;
	margin: 0 0 10pt 0;
	line-height: 150%;
}
li	{
	font-size: 10pt;
	line-height: 150%;
}
a	{	text-decoration: none;	}
img	{	border: 0;	}

/* ********** /end HTML TAGS ********** */


/* ********** IDs for page sections ********** */


#wrapper	{
	background-image: url(/images/wrapper_background.png);	
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	position: relative;
	width: 845px;
	padding: 0px;
}








#utility_nav	{
	background-color: #fff;
	padding: 2px 20px 2px 20px;
	margin: 0px 25px;
	width: 755px;
	border-top: 3px solid black;
	text-align: right;
	font-size: 11px;
}


#header	{
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 20px;
	margin: 0px 25px;
	width: 755px;
	height: 400px;
}

#header.home	{	background-image: url(../images/header_home.jpg);	}
#header.academy	{	background-image: url(../images/header_academy.jpg);	}
#header.nineteen	{	background-image: url(../images/header_nineteen.jpg);	}

#topnav	{
	background-color: #85293F;
	padding: 0px 20px;
	margin: 0px 25px;
	width: 755px;
}

#content	{
	padding: 0px;
	margin: 0px 25px;
	width: 795px;
	background-image: url(/images/content_background_logo.gif);
	background-color: #FFFFFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align:top;
	overflow: visible;
}
	
	#leftcol	{
	position:relative;
	display:block;
	margin: 0;
	padding: 25px 0px 25px 50px;
	float: left;
	width: 179px;
/*
		background-color: #FFFFCC;
*/
	}
		
	#rightcol	{
		position:relative;
		margin: 0 0 0 230px;
		padding: 25px 30px 50px 65px;
		width: 470px;
/*
		display:block;	
		background-color: #99FF99;
*/
	}


#subnav	{	margin-top: 20px;	}

#footer	{
	position: relative;
	clear:both;
	margin: 0px auto;
	width: 795px;
	padding: 10px 25px 50px 25px;
	background-color: #596782;
	background-image: url(/images/footer_background.png);
	background-position:  center top;
	background-repeat: no-repeat;
	font-size: 11px;
/*	
	border: 1px solid yellow;
*/
}

/* ********** /end IDs ********** */











/* ********** CLASSES ********** */

.centered	{ postion: relative; margin-left: auto; margin-right: auto;	}

div.staffpic	{
	display: block;
	width: 100%;
	clear: both;
}

.staffpic td	{	vertical-align: top;	}
.staffpic h5	{	padding-top: 6px;	}

.staffpic p	{	line-height: normal;	}

.right	{	float: right;	}

.smalltext	{ font-size: 80%;	}

/* ********** /end CLASSES ********** */
.specials {
	font-size: medium;
	font-weight: bold;
	color: #090;
	text-align: right;
}
