body{
	margin: 0px 0px 60px 0px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	color: #666666;
	background: #fff url("../images/background_repeat.gif") fixed;
}

form{
	margin: 0px;
}

/* GENERAL */

/* image borders */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img, img { color: inherit;/* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }                           /* code from W3C - www.w3.org */
}

/* links */
A, A:link, A:visited {
    color: #ff3333; /* link_color */
    text-decoration: underline;
}
A:hover {
    color: #777777;
    text-decoration: underline;
}

h1 {
	color: #ed3024;
	margin: 15px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
}
* html h1 {
	margin-top: 0px;
}

h2 {
	color: #ed3024;
	margin: 15px 0px 15px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #ed3024;
	margin: 15px 0px 15px 0px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}


DIV.ClearDiv
{
	clear: both;
}

#Main{
	width: 861px;
	margin: 0px auto;
	text-align: left;
	background: url("../images/main_repeat.png") repeat-y;
}
* html #Main { background: #fff; border-left:3px solid #ddd; border-right:3px solid #ddd; }

#MainContainer
{
	width: 838px;
	margin: 0px auto;
	position: relative;
}
	#BackgroundLinesDiv
	{
		position: absolute;
		right: 0px;
		top: 0px;
		background: url("../images/curve_lines.gif") no-repeat;
		height: 177px;
		width: 427px;
	}

	#HeaderContainer
	{
		position: relative;
		width: 100%;
		height: 164px;
		z-index: 100;
	}
		#Logo
		{
			position: absolute;
			top: 22px;
			left: 26px;
		}

		#MenuNavContainer
		{
			position: absolute;
			top: 86px;
			left: 0px;
			width: 100%;
			height: 55px;
			background: url("../images/menu_nav_repeat.gif") repeat-x;
		}
			#MenuNavLeft
			{
				float: left;
			}

				#MenuNavLeft img
				{
					float: left;
				}

				/*Navigation Buttons*/
				/* home nav item*/
				a.HomeNav
				{
					float: left;
					display: block;
					height: 43px;
					width: 66px;
					background: url("../images/home_off.gif") no-repeat;
				}
				a.HomeNavSelected
				{
					float: left;
					display: block;
					height: 43px;
					width: 66px;
					background: url("../images/home_on.gif") no-repeat;
				}
				a.HomeNav:hover {
					background-image: url("../images/home_on.gif");
				}
				/* the past nav item*/
				a.ThePastNav
				{
					float: left;
					display: block;
					height: 43px;
					width: 84px;
					background: url("../images/past_off.gif") no-repeat;
				}
				a.ThePastNavSelected
				{
					float: left;
					display: block;
					height: 43px;
					width: 84px;
					background: url("../images/past_on.gif") no-repeat;
				}
				a.ThePastNav:hover {
					background-image: url("../images/past_on.gif");
				}

				/* the present nav item*/
				a.ThePresentNav
				{
					float: left;
					display: block;
					height: 43px;
					width: 115px;
					background: url("../images/present_off.gif") no-repeat;
				}
				a.ThePresentNavSelected
				{
					float: left;
					display: block;
					height: 43px;
					width: 115px;
					background: url("../images/present_on.gif") no-repeat;
				}
				a.ThePresentNav:hover {
					background-image: url("../images/present_on.gif");
				}

				/* the future nav item*/
				a.TheFutureNav
				{
					float: left;
					display: block;
					height: 43px;
					width: 100px;
					background: url("../images/future_off.gif") no-repeat;
				}
				a.TheFutureNavSelected
				{
					float: left;
					display: block;
					height: 43px;
					width: 100px;
					background: url("../images/future_on.gif") no-repeat;
				}
				a.TheFutureNav:hover {
					background-image: url("../images/future_on.gif");
				}

			
			/* Right Top Menu*/


			#MenuNavRight
			{
				float: right;
				margin-right: 45px;
			}

				/* News Nav*/
				a.NewsNav
				{
					float: left;
					display: block;
					height: 43px;
					width: 137px;
					background: url("../images/news_off.gif") no-repeat;
				}
				a.NewsNavSelected
				{
					float: left;
					display: block;
					height: 43px;
					width: 137px;
					background: url("../images/news_on.gif") no-repeat;
				}
				a.NewsNav:hover {
					background-image: url("../images/news_on.gif");
				}

				/* LInks Nav*/
				a.LinksNav
				{
					float: left;
					display: block;
					height: 43px;
					width: 60px;
					background: url("../images/links_off.gif") no-repeat;
				}
				a.LinksNavSelected
				{
					float: left;
					display: block;
					height: 43px;
					width: 60px;
					background: url("../images/links_on.gif") no-repeat;
				}
				a.LinksNav:hover {
					background-image: url("../images/links_on.gif");
				}

				/* Contact Nav*/
				a.ContactNav
				{
					float: left;
					display: block;
					height: 43px;
					width: 77px;
					background: url("../images/contact_off.gif") no-repeat;
				}
				a.ContactNavSelected
				{
					float: left;
					display: block;
					height: 43px;
					width: 77px;
					background: url("../images/contact_on.gif") no-repeat;
				}
				a.ContactNav:hover {
					background-image: url("../images/contact_on.gif");
				}

			
			/* Sub Navs*/
			#SubNavContainer
			{
				position: absolute;
				top: 137px;
				left: 77px;
			}

			#ThePastSubNav, #ThePresentSubNav, #TheFutureSubNav
			{
				
			}
			
			.SubNavigation
			{
				background: url("../images/subnav_repeat.gif") repeat-x;
				color: #fff;
				font-family: Helvetica, Verdana, Arial, sans-serif;
				font-size:13px;
				width: 418px;
				height: 25px;
			}

			.SubNavigation a, .SubNavigation a:link, .SubNavigation a:visited, .SubNavigation a:active
			{
				color: #fff;
				text-decoration: none;
			}
			.SubNavigation a:hover
			{
				color: #fff;
				text-decoration: underline;
			}
			
			TABLE TR TD.MenuTD
			{
				padding-right: 15px;
				padding-bottom: 15px;
			}

			TABLE TR TD.MenuTDSelected
			{
				font-weight: bold;
			}
	
	#ContentContainerOLD
	{
		z-index: 1;
		position: relative;
		margin: 0px auto;
		width: 764px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 15px;
		top: -24px;
		background: url("../images/content_repeater.png") repeat-y;
	}
	
	#ContentContainer
	{
		z-index: 1;
		position: relative;
		margin: 0px auto;
		width: 794px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		top: -24px;
		background: url("../images/content_repeater.png") repeat-y;
	}
	* html #ContentContainer { background: none; border-left:0px solid #ddd; border-right:0px solid #ddd; }
	
	#sepo
	{
		background: url("../images/content_sepo_bg.gif") repeat-x left top;
		padding: 40px 0 0 0;
	}

	#ContentBottomCurve
	{
		position: relative;
		top: -24px;
		margin: 0px auto;
		width: 814px;
		height: 22px;
		background: url("../images/content_bottom_curve.png") no-repeat top left;
		clear: both;
	}
	* html #ContentBottomCurve { background: none; border-top:0px solid #ddd; }

#MainBottomContainer
{
	width: 861px;
	margin: 0px auto;
	height: 9px;
	background: url("../images/main_bottom.png") no-repeat;
}
* html #MainBottomContainer { background: none; border-top:3px solid #ddd; }


#bc {
	color: #000;
	padding-left: 15px;
}

.copy {
	margin: 15px 50px 15px 50px;
}


#wide {

}

#left {
	width: 432px;
	margin-right: 40px;
}

#right {
	margin-right: 50px;
}

img.border {
	border: 3px solid #eee;
}

.br {
  margin-top: 40px;
}

.br2 {
  margin:0; padding:0; height:10px;
}


#subsub {
	background:#d5d5d5; padding: 3px; margin: 0; list-style-type: none; width: 217px;
}

#subsub li {
	margin:0; padding:1px 0;
}

#subsub li.heading {
	margin:0; padding:1px 2px; font-weight:bold;
}

#subsub li a {
	display:block; padding:3px 5px; background:#eee; text-decoration:none;
}

#subsub li a:hover {
	background:#fff;
}

#subsub li a.on {
	background:#fff; 
	font-weight:bold;
}
 
 

table.calendar {
	border:1px solid #555;
}

table.calendar th {
	border-bottom: 1px solid #555; background:#ddd; text-align: left;
}

table.calendar td {
	border-bottom: 1px solid #ccc;
}

table.calendar td.first {
	border-bottom: 1px solid #555;
}

table.calendar td.last {
	border-bottom: 0;
}


table td.bodyTextBold1 {
  font-weight: bold; font-size: 12px;
}
