/*Basics*/


html {
background-color: white;
} 

body  {
	font-family: Calibri;
	color : #767676;
	line-height: 16px;
	text-align:left;
}

li 	{ list-style-type: square; }

h1
{
  position: relative;
  left: -20px;
  font-size: 161.6%;
  font-weight: bold;
  color: #D3232E;
  padding: 0px 0px 10px 20px;
  margin: 0px 0px 15px 0px;
}
h2 { font-size: 116%; font-weight: bold; color: #6A747C;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 10px 0px;
		}
h3 { font-size: 100%; font-weight: bold; color: #000000;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 10px 0px;
		}
		
h4 { font-size: 100%; font-weight: bold; color: #000000;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 10px 0px;
		}

a	{
		color:#666666;
}
		
a:hover {
	text-decoration:none;
}

p, ul {
  margin-bottom: 1em;
}


/*Other, general table formatting*/

.genTab {
	border-collapse: collapse;
	border: 1px solid #6A747C;
	color: #555;
	background: #fff;
}

.genTab td, .genTab th {
	border: 1px dotted #bbb;
	padding: .3em;
}


/*Rows*/

.genTab tr{
	height: 1em;
}

.genTab tbody tr:hover {
	background-color: #fafafa;
}

.genTab thead  {
	border: 1px solid #CECECE;
}

.genTab tfoot  {
	border: 1px solid #CECECE;
}


/*Cells*/

.genTab thead th, .genTab tr.heading {
	font-weight:bold;
	font-size:108%;
	text-align:center;
	/*border: 2px solid #000;*/
	color: #333;

}

.genTab  th {
	font-weight:bold;
	font-size:108%;
}

/*Main site styles*/

.homecol {
  padding: 0px 20px 0px 0px;
}

.opening {
  position: relative;
  left: -20px;
  line-height:1em;
  font-size: 161.6%;
  font-weight: normal;
  color: #D3232E;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 15px 0px;
}


#hd {
	height:200px;
	background: url("/custom/images/headingbg.gif");
	display:none;
}

#nav {
	position: relative;
	width: 350px;
	height:50px;
	text-align: left;
	padding-top:10px;
	top: 120px;
	left:600px;
	display:none;
}

#bd
{
  background-position: left top;
  background: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #FFFFFF;
	padding-bottom:10px;
}

#bdy {
  margin-left:60px;
}

#news {
  padding-left:40px;
  margin-right:40px;
}

.newsbloc {
  border-top: solid 4px #D3232E;
	padding-bottom:10px;
}


#ft1
{
  height:30px;
  background-color: #6A747C;
  color:#FFF;
}


#HomeDisclaimer
{
  font-size:85%;
  background-color: #6A747C;
  margin-left:60px;
  line-height:30px;
  color:#FFF;
}

#ft2
{
  height:30px;
  background-color: #FFF;
  color:#767676;
}


#footText
{
  font-size:85%;
  background-color: #FFF;
  margin-left:60px;
  line-height:30px;
  color:#767676;
}

#footText a
{
  text-decoration:none;
}

#footText a:hover
{
  text-decoration:underline;
}

.footTextRight
{
  float:right;
  font-size:85%;
  background-color: #FFF;
  margin-right:40px;
  line-height:30px;
  color:#767676;
}

ol li, ul li {
  list-style-position: inside;
}

em {
  font-weight:bold;
}

.infoHead a { 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #D3232E; 
	text-decoration:none
	}		

.infoHead a:hover { 
	text-decoration:underline;
	}

.ContentNonLink		{ 
	font-size: 100%; 
	font-weight: bold;
	color: #000; 
}

a.ContentLink		{ 
	font-size: 100%; 
	font-weight: bold;
	text-decoration:none;
	color: #000; 
}

a.ContentLink:hover		{ 
	font-size: 100%; 
	text-decoration:underline;
	color: #000; 
}

a.ContentLink span.red, .ContentNonLink span.red			{ 
  color: #D3232E;
}

.newsbloc h1 {
	left:0px;
	font-size: 131%;
	color: #D3232E;
	font-weight: bold;
	padding:10px 0px 0px 0px;
	margin-bottom:0px 0px 0px 0px;
	background-image: none;
}


.newsbloc p {
	margin-left:10px;
}

