/* some setup styles */
*
{
	margin:0;
	/*padding:0;*/
}

body
{
	background-color:#800000;
	text-align:center;
	background-image:url(images/bodyBG_top.gif);
	background-repeat:repeat-x;
}

.column { float:left;}
.clear { clear:both;}

/* <textEditor> */
html, input, textarea
{
	font-family:Arial;
	font-size:12px;
	color:#646464;
}

p
{
	margin-bottom:5px;
}

#content a
{
	color:#800000;
	font-weight:bold;
}

a:hover
{
	text-decoration:none;
}

h1
{
	color:#800000;
	font-size:21px;
	margin-bottom:5px;
}

h2
{
	color:#800000;
	font-size:18px;
	margin-bottom:3px;
}

h3
{
	color:#800000;
	font-size:16px;
	margin-bottom:3px;
}

h4
{
	color:#800000;
	font-size:14px;
	margin-bottom:2px;
}

h5
{
	color:#800000;
	font-size:12px;
	margin-bottom:2px;
}

.underline
{
	border-bottom:1px dashed #000000;
}

.redUnderline
{
	border-bottom:2px solid #800000;
}
/* </textEditor> */

.search
{
	padding-top:10px;
}

a.contactUs /* this puts the icon next to a hyperlink */
{
	padding-left: 26px;
	padding-top:4px;
	background: transparent url(images/envelope.gif) no-repeat center left;
}

a.searchButton /* this puts the icon next to a hyperlink */
{
	padding-left: 26px;
	padding-top:4px;
	background: transparent url(images/search.gif) no-repeat center left;
}

#outerContainer
{
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	text-align:center;
}

/* Begin Navigation Styles */
#Navigation
{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	
	height:60px;
}

#Navigation ul
{
	padding-top:25px;
}

#Navigation li
{
	display: inline;
	list-style-type: none;
	padding-right: 40px;
}

#Navigation li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#Navigation li a:hover
{
	color:#FFB73B;
	text-decoration:none;
}
/* END Navigation Styles */


#container
{
	width:766px;
	margin:0 auto;
	text-align:left;
}

#content ul
{
	margin: 0;
  	padding: 0 0 0 2em;
}

#header
{
	background-color:#FFFFFF;
	height:118px;
}

#headerLeft
{
	width:539px;
}

#headerRight
{
	width:227px;
	padding-top:20px;
	font-weight:bold;
}

#headerRight a
{
	color:#FFA83A;
}

#MainPic
{
	background-image:url(images/main_image_3.jpg);
	background-repeat:no-repeat;
	height:241px;
}

#content
{
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	padding:20px 40px 5px 40px;
	height: auto;
}

#leftColumn
{
	padding: 10px;
	float: left;
	width: 47.83%;
}

#rightColumn
{
	padding: 10px;
	float: right;
	width: 45%;
}

#contentBottom
{
	clear:both;
}

#contentFooter
{
	background-image:url(images/contentBottom.gif);
	background-repeat:no-repeat;
	padding-top:35px;
}

#footer
{
	font-family:'Trebuchet MS';
	font-size:12px; color:#FFFFFF;
	text-align:left;
	padding-left:25px;
}

#footer a
{
	color:#FFFFFF;
}

#learnMore
{
	margin-left:520px;
	margin-top:185px;
}

.calendarDay, .calendarWeekendDay
{
 	font-size:10px;
}
