/*
## 
## main site tag styles 
## 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 2px 0px 4px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	/*	background: url('/images/layout/header.jpg') no-repeat top right;}*/
	
}
#bodyMain {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
ul {
margin-top:4px;
margin-bottom:2px;
margin-left: 15px;
padding-left: 10px;
}
p, td{	font-size: 12px;	color: #333;}
a{	color: #0000CC;	font-size: 13px;}
p{	margin-top: 0em;margin-bottom: 0.8em;} /*default is 0em and 1.6em*/
/*	color: #CCCCCC;*/
a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
.linkLarge {font-size: 24px;}
img {border: 0px solid #000000;}
h1 {font-size: 32px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 13px;}
/*
## 
## main site styles 
## 
*/

.pageHead, .pageSubHead, .pageParaHead{
	color: #666699;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
	display: block;/*	margin: 50px;*/
}
.pageHead {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.pageSubHead {	font-size: 20px;	font-weight: bold; margin-bottom: 4px;}
.pageParaHead {	font-size: 16px;	font-weight: bold;}
/*
## 
## index page styles 
## 
*/
#bannerRow {	background: url('/images/layout/banner_animation.gif') no-repeat;}
#tblHeader /*{background: url('/images/layout/bgMiddleShadow.gif') no-repeat;}	*/
#tblContent /*{ background: url("/images/layout/bgBottomShadow.gif") repeat-y; border: none; }*/
#tblFooter {
	background: #959595 url('/images/layout/footer.jpg') no-repeat bottom; 
	border: none;
}

/* 
## 
## menu styles 
## 
*/
/*menuRow is the cell that contains the menus*/
.menuRow a:hover {text-decoration: none;}
.menuRow a {font-size: 12px;}
/*menuDrop is the table that contains the dropped down elements of the menu*/
.mnuHeading{
	color: #FC9304;
	font-weight: bold;
}	
.btn_over, .btn_out, .btn_down{
	width: 140px;
	height: 17px;
	padding-top: 1px;
	text-indent: 5px;
	background-repeat: no-repeat;
}
.btn_out {
	/* background-image: url(/images/layout/btnGreyUp.gif);*/
	color: black;
}
.btn_over, .btn_down {
	/* background-image: url(/images/layout/btnGreyDn.gif);*/
	color: #FC9304;
	cursor: pointer;
}
.btn_down {
	/*font-weight: bold;*/
	color: #FF6600;
}
.mnuDrop .btn_out {
	/*background-image: url(/images/layout/btnGreyUpDD.gif); */
	text-indent: 15px;
}
.mnuDrop .btn_over,.mnuDrop .btn_down {
	/*background-image: url(/images/layout/btnGreyDnDD.gif); */
	text-indent: 15px;
}/**/
.btn_none { /*just a spacer between menu groups*/
	width: 1px;
	height: 8px;
}
.boximage {
  border     : 1px solid #dedede;
  margin     : 10px;
  padding-top: 3px;
}
.boximage_caption {
  margin-top: 3x;
  padding   : 5px;
  color     : #000066;
  font-size : 9px;
  background: #F1F1F1;
}
.text_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}	
.news_tbl {
	background-image: url(/images/layout/news_mid.jpg);
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}