@charset "iso-8859-1";
/* Basic body look */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #003300;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(bak-pg1.jpg);
	background-repeat: repeat;
}

/* Main Content blocks */	

#container {
	float: none;
	margin-left: 0px;
	text-align: center;
	width: 99%;
	}

#headerbox {
margin-left: 0px;
padding: 0px;
text-align:center;
height: auto;
width: 100%;
}

#mainbox {
float: none;
margin:0px;
padding: 0px;
text-align:left;
height: auto;
}

#footer {
	float: none;
	margin-left: 0px;
	padding: 0px;
	text-align:center;
	height: auto;
	width: 100%;
	}

/* Individual Content blocks */	

#logo {
float:left;
margin-left: 0px;
margin-top: 30px;
}

#graphicl {
float: left;
margin-top: 20px;
}

#graphicc {
float: none;
margin-top: 20px;
}

#graphicr {
float: right;
margin-top: 20px;
}

#introtext {
	float:none;
	margin-top: 0px;
	margin-left: 0%;
	width: 86%;
	}

#gentext {
	float: left;
	margin-top: 0px;
	margin-left: 0%;
	width: 86%;
	}
	
/* Text styles */
.title {
	font-size: 200%;
	font-weight: bold;
	}
.heading {
	font-size: 140%;
	font-weight: bold;
	}	
.subhead {
	font-size: 120%;
	font-weight: bold;
	}
	
.footext {
	font-size: 75%;
	font-style: italic;
	color: #333399;
	}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #333399;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.qlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
}

