/* CSS Document */

* { margin:0px; }
body { background:url(images/page-bg.jpg) top center no-repeat; background-color:#fbfbfb; background-attachment:fixed;}

#wrap { width:774px; margin:0 auto;}

#head { background:url(images/header.jpg) top left no-repeat; height:50px;}

#footer { background:url(images/footer.jpg) top left no-repeat; height:50px; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#594c37; padding:0px 0px 0 0; }

#footertext { height:24px; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFF; padding:40px 0px 0 20px; float:bottom; }

#mid {
	background:url(images/midbg.jpg) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 100%;
	text-align: justify; 
	padding:0px 70px 0 70px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000;
	text-align: center; 
}
.headlineblue {
	font-size: 30px;
	font-weight: bold;
	color: #000099;
	font-family: Tahoma, Georgia, "Arial Black";
}
.headlinered {
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
	font-family: Tahoma, Georgia, "Arial Black";
}
.subhead-red {

	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	font-family: Tahoma, Georgia, "Arial Black";
}
.subhead-blue {

	font-size: 20px;
	font-weight: bold;
	color: #000099;
	font-family: Tahoma, Georgia, "Arial Black";
}
.yellowhighlight {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, Georgia, "Arial Black";
	background-color: #FFFF00;
	font-style: normal;
}
.blackunderline {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
}
.justunderline {

	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
}
.redbold-underline {

	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
}

