@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2668b6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	font-size: 22px;
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	height: 127px;
	font-weight: bold;
}
.navigation a {
	color: #FFFFFF;
	letter-spacing:.01em;
	text-decoration: none;
	display:block;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 200px;
	}
	
.navigation a:hover {
	background: #ffffff;
	color:#006666;
	}
	
	#footer {
	padding: 0 10px;
	background-color: #006666;
	background-image: url(images/footer.jpg);
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #ffffff;
}
td#footer a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing:.01em;
	text-decoration: none;
	}
	
td#footer a:hover {
	background: #ffffff;
	color:#006666;
	}
#mainContent {
	background-color: #ffffff;
	padding: 20px;
	text-align: justify;
} 
	
h1 {
	font-size: 150%;
	color: #006666;
}
.just {
	text-align: justify;
}
h2 {
	font-size: 140%;
	color: #006666;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tagLine {
	color: #006666;
	font-weight: bold;
	text-align: center;
}
.withBorder {
	border: thick solid #006668;
}
.style1 {
	font-weight: bold;
}
.style2 {
	font-size: 10px;
}

.style3 {
	font-size: 12px;
	font-weight: bold;
	}

.navbg {
	background-image: url(images/footer.jpg);
}
