/* Basic Tags */
/* Simple Formatting that is applied unless specified in a class */
body
{
	background-color:#FAD785;
	text-align:center;
	font-family:Calibri;
}
p 
{ 
	text-indent:20px;
	text-align:left;
}
img
{
	border-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}
/* Classes - Div */
/* These are the classes that apply to Div tags */
#header,#content,#footer
{
	background-color:white;
}
#header
{
	font-size:2.6em;
	text-align:left;
	color:#660000;
	font-weight:bold;
	font-family:Times New Roman;
	border: solid 1px #660000;
	padding: 10px;
	margin-bottom:5px;
}
#container
{
	width: 900px;
	height: 100%;
	min-height: 800px;
	margin: 0 auto;
}

#content
{
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	height:100%;
	min-height: 600px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:10px;
	padding-bottom: 10px;
	border: solid 1px #660000;
}
#slideshowrow
{
	text-align:left;
	margin-left: 24px;
	margin-right:24px;
	margin-top: 10px;
	height: 335px;
}
#events
{
	width: 425px;
	height: 335px;
	float: right;
}
#slideshow
{
	width: 400px;
	float: left;
}
#headlinerow
{
	text-align:left;
	margin-left: 24px;
	margin-right:24px;
	margin-top: 10px;
	height: 225px;
}
#thumbnail
{
	width: 425px;
	float: right;
	height: 225px;
}
#story
{
	width: 400px;
	float: left;
}
#contentcontainer
{
	text-align:left;
	width: 850px;
	margin: 0 auto;
	padding-left:10px;
}
#nav
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	height:100%;
	float:left;
}
#navhorizantal
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-color:#660000;
	padding-top:4px;
	padding-bottom:4px;
}
#banner
{
	text-align:center;
}
#footer
{
	height: 100px;
	text-align: center;
	border: solid 1px #660000;
}
/* Header Tags */
h1.pagetitle_h1
{
	text-align:left;
	text-indent:10px;
}
h3.content_h3
{
	text-align:left;
	border-style:solid;
	border-color:#660000;
	border-width:2px;
	padding-left:10px;
	margin-left: 10px;
	margin-right: 10px;
}
h3.events_h3
{
	text-align:left;
	border-style:solid;
	border-color:#660000;
	border-width:2px;
	padding-left:10px;
	margin-right:10px;
}
/* Link Buttons */
a.nav_button:link,a.nav_button:visited
{
	margin-bottom:5px;
	display:block;
	border-style:ridge;
	border-color:#FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#660000;
	text-align:center;
	padding:4px;
	text-decoration:none;
}

a.nav_button:hover,a.nav_button:active
{
	background-color:#FAD785;
	color:#660000;
}
a.nav_button2:link,a.nav_button2:visited
{
	color:#FFFFFF;
	background-color:#660000;
	text-align:center;
	text-decoration:none;
	padding:4px;
	margin-left:5px;
	margin-right:5px;
}
a.nav_button2:hover
{
	color:#660000;
	background-color:#FAD785;
}
/* Image Tags */
img.logo
{
	border:none;
	vertical-align:text-bottom;
}

img.banner
{
	border-style:none;
	vertical-align:text-bottom;
}
img.bannersmaller
{
	border-style:none;
	vertical-align:text-bottom;
}
/* Link Line */
p.clickhere
{
	text-indent:0px;
	text-align:right;
	font-size:14px;
}