@charset "utf-8";

body  {
	margin: 0; /* it's good practice to 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;
	background-color: #D6D7E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
} 
#header  {
	background-color: #003399;
	border-bottom-width: 0.3em;
	border-bottom-style: solid;
	border-bottom-color: #3A4362;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 90%;
	text-transform: uppercase;
	background-image: url(../images/longtail_bck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
} 
#header a:link {
	color: #FFFFFF;
}
#header a:hover {
	color: #FFFF66;
}
#header a:visited {
	color: #CCCCCC;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	margin: 0px;
}
#sidebar1  h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 80%;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar1 p {
	font-size: 80%;
	text-align: center;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 90%;
} 

#mainContent h1 {
	color: #73946B;
	font-size: large;
	font-weight: bold;
	line-height: 120%;
}
#mainContent h2 {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#footer  {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3A4362;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #003399;
	color: #FFFFFF;
	font-size: 80%;
	margin: 0px;
} 
.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;
}
.smaller {
	font-size: smaller;
}
.imgleft {
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgright {
	margin-left: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.quotemark {
	font-size: 90%;
	color: #006699;
	font-weight: bold;
	line-height: 130%;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}
.quote {
	float: right;
	width: 200px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
