/*html
{ text-align: left;
height: 100%;
 background-color: black;
}*/

body
{ 
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	background-color: #616161;/*sets the body background colour*/
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
 background-color: #134373;
 	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	color: #000;	
}



#nonFooter
{
width: 768px;
/*
border: 1px dashed yellow;*/
position: relative;
min-height: 100%;
	background-image: url(css/bodybg.jpg);
   background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 60px;
		margin: 5px auto;/* centers the wrapper first value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */

	}
	
	

* html #nonFooter
{
height: 100%;
}


 #header {
		
		height: 155px;
		background-repeat: no-repeat;
		background-position: center;
		vertical-align: middle;
		padding: 0px;
		background-image: url(css/banner_f1.jpg);
			


/*	border: 1px dashed white;	
*//*	background-position: center;
*/	}	

#headercontent {
			text-align: right;
			padding: 115px 15px 0px 0px;
	color: white;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

#nav {
				color: white;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	background-image:url(css/nav.jpg);
		height: 40px;
		text-align: right;
		padding: 5px 10px 5px 0px;;
		background-repeat: no-repeat;
	background-position: top center;
	color: white;
	/*margin-right: 10px;
	margin-top: 11px;
	border: 1px solid orange;*/
}

#nav a:link, #nav a:visited {
	color: white; text-decoration: none;
}
	
	#nav a:hover, #nav a:active {
		background-color: #C5003A;
		color: white;
		text-decoration: underline;
	}
	

	#content{ width:770px;
	w\idth: 700px;
		padding: 10px 15px 60px 15px;
		float: none;
		
		/* border: 1px solid orange;*/
	}
	
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #173B62;
}	
	
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #C5003A;
}	
#content ul {
	margin:0px 10px 0px 10px;
	
}

#content ul li {
	margin-left: 10px;
}

#faq {width: 250px;
	float: right;
	margin: 5px 10px;
	padding: 5px;
	border: 2px solid #006BA1;
	font-size: 11px;
	line-height: 110%;
}

#faq a:link, #faq a:visited, #faq a:hover, #faq a:active {
	line-height: 100%;
}

#ad {
	width:400px;
	margin: auto;
	
}
#info {
	
float: left;

}

#info a:link, #info a:visited, #info a:hover, #info a:active {
	line-height: 150%;
}
#verse { text-align: left;
     vertical-align: top;
	  margin: auto;
		width: 660px;
	padding: 5px 0px;
	color: #1C60AB;
	font-size: .9em;
	font-style: italic; /*border: 1px solid green;*/
}


#footer
{width: 768px;
margin: auto;
position: relative;
margin-top: -70px;
height: 75px;
padding-top: 5px;
color: white;
	font-size: .8em;
	text-align: center ;
	line-height: 125%;
	vertical-align: top;
	background-image: url(css/footer.jpg);
background-repeat: no-repeat;

/*border: 1px dashed green;
*/} 

	
	
#footer a:link {
	color: white;
}	
#footer a:visited, #footer a:active {
	color: #EFF5FA;
}

#footer a:hover {
	color: #FCEFC2;
}
div.clearfloats {
	clear:both; }
	
	

h1 {
	color: #006BA1;
	background-image: url(css/dash.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 36px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	text-align:left;
}

h2 { color: #C5003A;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align:left;
	
}

.sidebar {
	
	width: 200px;
	margin: 5px;
	padding: 5px;
	border: 2px solid #1C60AB;
}

.bar {
	height: 2px;
	width: 75%;
	background-image: url(css/bar.gif);
   background-repeat: repeat-x;
	background-position: center;
	margin: auto;
}
 .smalltitle {font-size: 1em; font-weight: bold; color: #173B62; }
 .largetitle 	{font-size: 1.6em; font-weight: normal; color: #66001F;  }
 .more {
 	font-weight: bold;  font-style: italic;
 }
 .faqheader {
   padding: 2px 0px;
 	font-weight: bold;
	background-color: #C5003A;
	color: white;
	font-size: 1.1em;
	text-align: center;
 }
 
 .hideme {
 	display: none;
	padding: 10px;
	border-bottom: 1px dashed #173B62;
	border-top: 1px dashed #173B62;
	background-color: #EFF5FA;	
 }
 

	.showme {
 	display: none;
	padding: 10px;
	border-bottom: 1px dashed #173B62;
	border-top: 1px dashed #173B62;
	background-color: #EFF5FA;	}	
 
 .attention {
 text-align: left;
 background-color: #F4F4F4;
 	width: 600px;
	margin: auto;
	padding: 5px;
	border: 2px solid #006BA1;
	font-size: 11px;
	line-height: 110%;
}

 .attheader {
   padding: 2px 0px;
 	font-weight: bold;
	background-color: #C5003A;
	color: white;
	font-size: 16px;
	line-height: 150%;
	vertical-align: baseline;
	text-align: center;
 }
 .clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}