@charset "UTF-8";
hr {
	background-color: #333333;
	height: 1px;
	width: 100%;
}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f1efe2;
	background-image: url(../images/bgimage.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #swf {
	height: 148px;
	width: 750px;
}
#mainContent {
	float: left;
	margin: 10px;
	width: 470px;
}
/* #mainContent a:link, a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #660000;
}
 #mainContent a:hover a:active {
	font-size: 1em;
	text-decoration: underline;
	color: #996600;	
} */
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: -5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar1 a:link, a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #660000;
}
 #sidebar1 a:hover a:active {
	font-size: 1em;
	text-decoration: underline;
	color: #996600;	
}
#promoContent {
	background-color: #E6E6E6;
	height: 190px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #000000;
}
#promoContent a:link, a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #660000;
}
 #promoContent a:hover a:active {
	font-size: 1em;
	text-decoration: underline;
	color: #996600;	
} 
.twoColFixRtHdr #footer {
	font-size: 0.85em;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.twoColFixRtHdr #footer a:link a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #660000;
}
.twoColFixRtHdr #footer a:hover a:active {
	font-size: 1em;
	text-decoration: underline;
	color: #996600;
}
h1 { /* sets styling for Header 1 level*/
	font-size: 1.5em;
	font-weight: bold;
}
h2 { /* sets styling for Header 2 level */
	font-size: 1.3em;
	font-weight: bold;
}
h3 { /* sets styling for Header 3 level */ 
	font-size: 1.2em;
	font-weight: bold;
}
h4 { /* sets styling for Header 4 level */
	font-size: 1.0em;
	font-weight: bold;
}
.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;
}
.image_left_with_border {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_with_border {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_no_border {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image_left_no_border {
	float: left;
	margin-right: 10px;
}
.dash {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
.smallBannerText {
	font-size: .75em;
}
.smallBannerText a:link, a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #660000;
}
.smallBannerText a:hover a:active {
	font-size: 1em;
	text-decoration: underline;
	color: #996600;	
}

