/* CSS Document */


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

a:link {
	color: #980000;
}
a:visited {
	color: #980000;
}
a:hover {
	color: #980000;
}
a:active {
	color: #980000;
}


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


div#header {
	width:700px;
	height:150px;
	text-align:center;
	background-image:url(images/header_01.jpg);
	}
	
div#navbar {
	width:700px;
	height:70px;
	background-image:url(images/navback_02.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	}
	
div#navarea {
	width:410px;
	position:relative;
	left: 70px;
	top: 0px;
	height: 64px;
	overflow: visible;
	}		

div#contentarea {
	width:700px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
div#mainarea {
	width:700px; 
	background-image:url(images/midback_03.jpg);
	}	
	
div#textarea {
	width:580px;
	position:relative;
	left: 63px;
	top: 0px;
	}		
			
div#footer {
	width:700px;
	height:54px;
	text-align:center;
	background-image:url(images/footer_04.jpg);
	
}

/* 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 */


.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
	text-align: center;
}

a.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
	text-align: center;
}
a.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
	text-align: center;
}
a.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	text-decoration: underline;
	text-align: center;
}

.homefooter {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
}

.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 7px;
}

.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
}

.menuheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding: 5px 0 7px 0;
	text-decoration: underline;
}
