/* 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;
}

#content a
{
	color:#800000;
	font-weight:bold;
}

a:hover
{
	text-decoration:none;
}

/*p
{
	margin-bottom:5px;
}*/

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;
}

.thinBorder
{
	border:1px 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 */

/* Begin SubNav Styles */
#subNav
{
	font-size:12px;
	font-weight:bold;
	text-align:right;
	/*border-right:1px dashed #000000;*/
	width:150px;
	padding-top:20px;
	padding-bottom:30px;
	padding-right:10px;
}

#subNav ul
{

}

#subNav li
{
	list-style-type: none;
	list-style:none;
}

#subNav li a
{
	color:#000000;
	text-decoration:none;
	background: transparent url(./images/arrow_bullet.gif) no-repeat center right;
	padding-right:14px;
}

#subNav li a:hover
{
	color:#FFB73B;
	text-decoration:none;
}
/* END SubNav 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;
}

#contentHeader
{
	background-image:url(images/contentTop.gif);
	background-repeat:no-repeat;
	height:38px;
	padding-top:20px;
	padding-left:40px;
}

#content
{
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	padding:0px 40px 5px 20px;
	height:auto;
}


#content_rightColumn
{
	padding-left:15px;
	padding-bottom:10px;
	width:475px;
}

#content_bottom
{
	width:685px;
	padding-left:20px;
}

#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;
}

.calendarDay, .calendarWeekendDay
{
 	font-size:10px;
}
