@charset "utf-8";
/* Universal style rule */
*{
	margin:0;
	padding:0;
}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #007b76;
	margin: 10px 0 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 48em;
	background: url(images/background_content.jpg) repeat-y;
	margin: 10px auto;
	border: 4px solid #666666;
} 
 #header {
	background: #FFFFFF;
	padding: 0;
	position:relative;
	border-bottom: 0.25em solid #007B76;
} 
#header a{
	position:absolute;
	text-decoration:none;
	color:#007b76;
	font-size:0.8em;
	font-weight: bold;
}
#header a:link, #header a:visited {
	color:#007b76;
}

#header a:hover, #header a:active {
	color: #990033;
}
#header img{
	display:block;
}

/* AllWeb Menus horizontal navigation bar */
#awmAnchor-menu {
	text-align: left;
	height: 30px;
}


/* Left sidebar styles */
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 15em;
	padding: 10px 7px 10px 10px;
	text-align:left;
	margin: 0px;
}
#sidebar1 h1{
	color:#000;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	margin: 8px;
}
#sidebar1 h2{
	color:#000;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	margin: 8px;
}
#sidebar1 h3{
	color:#007B76;
	font:1.1em Georgia, "Times New Roman", Times, serif;
	margin: 6px;
}
#sidebar1 p{
	color:#000;
	font: 0.75em/1.3em Arial, Helvetica, sans-serif;
	margin: 8px;
	padding-top: .75em;
}
/* Main Content Styles */
#mainContent {
	background: #FFFFFF;
	text-align:left;
	margin: 0em 0 0 16.2em;
	position: relative;
}


#mainContent p{
	color:#000;
	font: 0.75em/1.3em Arial, Helvetica, sans-serif;
	margin: 15px;
}
#mainContent ol {
	font: 0.75em/1.3em Arial, Helvetica, sans-serif;
	margin-left: 45px;
}
#mainContent h1{
	color:#8f2529;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	margin: 15px;
}
#mainContent h2{
	color:#8F2529;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	margin: 15px;
}
#mainContent h3{
	color:#8F2529;
	font:1em Georgia, "Times New Roman", Times, serif;
	margin: 15px;
}
#mainContent img{
	display:block;
}
#mainContent  blockquote  {
	color:#000;
	font: 0.75em/1.3em Arial, Helvetica, sans-serif;
	margin-left: 4em;
}

#mainContent a, a:link, #mainContentr a:visited {
	text-decoration:none;
	color:#007b76;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainContent a:hover, #mainContentr a:active {
	color: #8F2529;
	text-decoration:underline;
	font-weight: bold;
}



/* Begin Footer Styles */
#footer {
	position:relative;
	background: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	height: 130px;
} 
 #footer p {
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 0.7em/1.3em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
#footer a, a:link, #footer a:visited {
	text-decoration:none;
	color:#007b76;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover, #footer a:active {
	color: #8F2529;
	text-decoration:underline;
}
#footer .bottomimg {
	background: url(images/champ_sketch.jpg) no-repeat;
	position: absolute;
	height: 150px;
	width: 227px;
	right: 3px;
	bottom: 5px;
}

.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;
}
