body { background-image: url(images/bg.jpg);
background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* Body Structure */

#topHeader {
background-image:url(/images/header.png);
background-repeat:no-repeat;
margin:auto;
width:1014px;
height: 195px;
}

#pageContainer { 
margin:auto; 
background-image: url(/images/paper_bg.png);
background-repeat:repeat-y;
width:1014px;
height: 100%;
clear:both;
}

#contentContainer{
margin-left:80px;
width:900px;
height: 100%;
}

#contentHolder{
margin:auto;
width:835px;
height: 100%;
clear:both;
}


#footer {
margin:auto;
width:1014px;
height: 84px;
}


#newsBody {
background-image: url(images/shadowbox_bg.png);
background-repeat:repeat;
width:270px;
height:260px;

}
/* slideshow  styles */
#slideshowWrapper{
width:540px;
height:438px;

}

#slideshow_slots{
width:540px;
height:438px;
background-image: url(/images/slideshow_top_bottom.png);
background-repeat:no-repeat;
}

#slideshow_slots_top{
width:540px;
height:74px;
background-image: url(/images/slideshow_top.png);
background-repeat:no-repeat;
}

#slideshow_slots_bottom{
width:540px;
height:85px;
margin-top:354px;
background-image: url(/images/slideshow_bottom.png);
background-repeat:no-repeat;
}

#slideshow_bg{
position: relative;
width:540px;
height:438px;
background-image:url(/images/slideshow_bg.jpg);
background-repeat:no-repeat;
}



#slideshow_topspace{
width:540px;
height:13px;
}

#slideshow_holder{
text-align:center;
width:492px;
height:402px;
margin-left:24px;
margin-right:24px;
margin-bottom:22px;
}





/* Menu styles */

.menu{margin:0; padding:0; width:210px; list-style:none;}
.menu li{padding:0; margin:20px 0 1px 0; height: auto;  }
.menu li a{text-align:left;height: auto; font:18px  Arial, Helvetica, sans-serif;color:#000000;  display:block;  text-decoration:none;}
.menu li a:hover{ color:#62a0b4; }
.menu li a.active, .menu li a.active:hover{ }
.menu li a span{line-height: inherit;}

.menuSub{margin:0; padding:0; width:210px; list-style:none;}
.menuSub li{padding:0; margin:5px 0 1px 15px; height: auto;  }
.menuSub li a{text-align:left;height: auto; font:16px  Arial, Helvetica, sans-serif;color:#000000;  display:block;  text-decoration:none;}
.menuSub li a:hover{ color:#62a0b4; }
.menuSub li a.active, .menu li a.active:hover{ }
.menuSub li a span{line-height: inherit;}

/* end menu styles  */

/* tooltips */

#tooltip{
z-index:5;
	position:absolute;
	margin-left:20px;
	width:200px;
	border:1px dotted #333;
	background-image:url(/images/tooltip_bg.png);
	background-repeat:repeat;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	display:none;
	}	

/* tooltips */

/*Home indent styles*/

#homeIndent{
margin:auto;
padding-left:30px;
padding-right:30px;
width:730px;
border-left: #8ab8cc dotted 1px;
border-right: #8ab8cc dotted 1px;
}


.NoImageBorder {border:none;
}



.DottedBorders td{border: 1px dotted #444444;
padding:3px;

}

.NoDottedBorders td{border: none;

}

.alt { background-color:#efefef; }

.LeftBorders td{border-left: 1px dotted #cccccc ;
}

.Image_Bg { background-image:url(images/top_bg.jpg);
background-repeat:repeat-x }





.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	color: #000000;	

}

.Content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #adef10;
		
	
}

.Content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccccc;
	
}




.PageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #8ab8cc;
		}
		
.ArticleTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #c7151c;
		}
		


.noImageBorders {
border:none;

}	

.ImageBorders{

  background-color: #fff;
  border: 1px solid #999999;
  
  padding: 4px;
  }


.FooterContent {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #833806;
	
}

.Date {
font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
	
}



a:link {
	color: #8ab8cc;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #8ab8cc;
}
a:hover {
	text-decoration: underline;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #8ab8cc;
}	

/* Main Menu links */
 .MainMenuLinks a:link  {
	color: #ff;
	text-decoration: none;
	}
.MainMenuLinks a:visited {
	text-decoration: none;
	color: #460000;
}
 .MainMenuLinks a:hover {
	text-decoration: underline;
	color: #c03823;
}
 .MainMenuLinks a:active {
	text-decoration: none;
	color: #460000;
}

/* End Main Menu links */
/* Begin Custom Form css */



input
{
color: #efefef;
background: #222222;
border: 1px solid #cc0000;
}

textarea
{
color: #efefef;
background: #222222;
border: 1px solid #cc0000;

}

.submit input
{
color: #efefef;
font-weight:bold;
padding: 4px;
background: #222222;
border: 1px;
border-color:#cc0000;
}

.submit input:hover {
  color: #f9f9f9;
  background: #cc0000;
  border: 1px;
border-color:#222222;
}


/* End custom form css */

.searchbutton {
border:none;

}