/* CSS Document */


body {margin:0px; padding:0px; font: 1.0em verdana, arial, sans-serif; text-align:center; background-color:#9d0d0d;}
* {margin:0; padding:0; }

div#mainwrap {width:860px; margin-left:auto; margin-right:auto;  text-align:left; background-color:#FFFF; border: 0px solid #666666;}


div#insideheader {
	width:860px;
	height:106px;
	text-align:right;
	background-image:url(images/insidetop_01.jpg);
	}
	
div#tabheader {
	width:860px;
	height:38px;
	text-align:right;
	background-image:url(images/tabbarback_02.jpg);
	}
	
	
div#navbar {
	width:860px;
	height:43px;
	text-align:left;
	background-image:url(images/navback_02.jpg);
	}
	
div#homeimage {
	width:840px;
	height:229px;
	text-align:center;
	background-image:url(images/homeimage_03.jpg);
	}
	
div#insideimage {
	width:840px;
	height:169px;
	text-align:left;
	}
	
div#contentarea {
	width:840px;
	background-color:#FFF;
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
			}
	
div#mainarea {
	width:840px; 
	background-image:url(images/midback_05.jpg);
			}	

div#textarea {
	width:690px;
	position:relative;
	left: 90px;
	top: 30px;
	}		

div#footer {
	width:860px;
	height:146px;
	text-align:center;
	background-image:url(images/footer_04.jpg);
	
}

div#address {
	width:860px;
	height:50px;
	text-align:center;
	position:relative;
	top: 40px;
	
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#660000;
	font-style: italic;
	padding: 0 0 0 0;
}

.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #004a8c;
	font-style: italic;
	padding: 12px 2px 0 0;
}

.maincopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000
	font-style: normal;
	text-decoration: none;
	padding: 8px 0 8px 0;
}

.leftcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#660000;
	font-style: normal;
	text-decoration: none;
	padding: 20px 0 0 20px;
}


.footercopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:#333333;
	font-style: normal;
	text-decoration: none;
	padding: 0 20px 5px 0;
	text-align:center;
	}


