/* NAVIGATION BITS */
.mainNav {
	color: #666699; 
	text-decoration: none;
}

.mainNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* HEADER BITS */

.headerContainer {
/*	background-color: #FF0000; */

	background-image: url(../images/header_bg.jpg);

	width: 760px;
	height: 115px;
}

.headerImage {
	text-align: left;

	height: 100px;

	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}


.headerContent {
	text-align: left;
	
/*	color: #FFFFFF; */
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 

	padding-top: 0px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	padding-right: 0px;
}

.headerBase {
	height: 1px;
	background-color: #666699;
}

/* MAIN BITS */

.mainContainer {
	background-color: #FFFFFF;
	width: 760px;

	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.mainImage {
	float: right;
	width: 200px;
	margin-top: 15px;
}

.mainContent {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 

	padding-top: 1px; 
	padding-bottom: 50px; 
	padding-left: 10px; 
	padding-right: 210px;

	text-align: justify;

	background-image: url(../images/footer_image.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


.extraNav {
	font-size: 12px;
	
	float: right;
	
	width: 185px;
	
	margin-top: 25px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 

	padding-top: 1px; 
	padding-bottom: 0px; 
	padding-left: 10px; 
	padding-right: 10px;

	text-align: left;

}

.quickLinks {
	font-size: 12px;
}

.goBack {
	float: right;
}

.goTop {
	float: left;
}

/* FOOTER BITS */

.footerContainer {
	background-color: #FFFFFF;

	width: 760px;
	
}

.footerContent {

	background-image: url(../images/footer_bg.jpg);
	background-color: #EEEEEE;

	font-size: 12px;


	
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 

	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	padding-right: 10px;

	text-align: center;
}

.footerImage {
/*
	text-align: left;

	height: 100px;

	background-image: url(../images/footer_image.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
*/
}

.googleSearch{
	margin: 0px;
	padding: 0px;
}
.googleSearchCell{
	text-align: left;
	vertical-align: bottom;
}

/* CONTENT IMAGE BITS */
.bigContentImage {
	padding-top: 1px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 20px;
}

.smallContentImageRight {
	padding-top: 1px; 
	padding-bottom: 0px; 
	padding-left: 80px; 
	padding-right: 0px;
}

.smallContentImageLeft {
	padding-top: 1px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 80px;
}

.medContentImageRight {
	padding-top: 1px; 
	padding-bottom: 0px; 
	padding-left: 40px; 
	padding-right: 0px;
}

.medContentImageLeft {
	padding-top: 1px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 40px;
}