/* lets undo some of the default styling of most HTML browsers
 * ------------------------------------------------------------------------- */



/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* reset margin and padding for all elements to 0 */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl{ margin:0; padding:0; }

/*--------------------------------------------------------------------------------------------------------*/


body {
	background-color: #003300;
}
#temp{
	height: 100px;
}
#banner
{
	background-image: url('images/banner2.jpg');
	background-repeat:no-repeat;
}
#navCell
{
	
}

#footer
{
	background-image: url(images/footer.gif);
}

#centerHome
{
	background-image: url(images/home2.jpg);
	background-repeat:no-repeat;
	background-attachment:static;
	background-position:center right;
	background-color:#E1E1C4;
	
}

#center
{
	background-color:#E1E1C4;
}
#welcome
{
	margin-top: 50px;
	margin-left: 50px;
	color:#400000;
	font-family:"Calibri";
	width:500px;
	overflow:auto;	
	
}
.content
{
	margin-top: 15px;
	color:#400000;
	font-family:"Calibri";
	width:500px;
	overflow:auto;	
	
}

#welHead
{
	color: #400000;
	font-family:"Calibri";
	font-size:x-large;
}

#footerDiv
{
	font-size:small;
}

.picTable
{
	margin-top:25px;
}

.txt_img
{
	float:right;
	padding:3px;
}

.txt_img2
{
	float:left;
	padding:3px;
}
.faqQ
{
	font-weight:bold;
}




