@charset "UTF-8";
body  {
	font: 100;
	margin: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20;
	text-align: justify; /* 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: #CCCCCC;
	font-family: 62.5% "Lucida Grande", Verdana, Arial, sans-serif;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* 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. */
	background-color: #12737A;
} 
.twoColFixLtHdr #header {
	background-image: url(Images/masthead1.jpg);
	height: 200px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #E47928;
} 
.twoColFixLtHdr #header h1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: right;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #CCCCCC;
	font-size: 18px;
}
a:hover {
	color: #89C2BA;
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #E47928;
	margin-right: 5px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
.twoColFixLtHdr #mainContent {
	padding-left: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	background-position: top;
	top: auto;
	text-align: left;
	margin-top: 0px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
} 
.twoColFixLtHdr #footer {
	background-color: #12737A;
	padding-left: 10px;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #12737A;
}
.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;
	margin-right: 8px;
	margin-top: 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;
}
.mmenubutton {
	color: #CCCCCC;
}
.embeddedlink {
	color: #E47928;
}
.embeddedimagefltrt {
	float: right;
	vertical-align: top;
	margin: 15px;
}
.embeddedimagefltlft {
	margin: 15px;
	float: left;
}
.embeddedsidebarlink {
	color: #CCCCCC;
}
.swapimage1 {
	height: 150px;
	width: 150px;
}
.swapimage2 {
	height: 150px;
	width: 150px;
	clear: none;
	margin-left: 155px;
	top: auto;
	display: inline-block;
	float: right;
}
.swapimage3 {
	height: 150px;
	width: 150px;
	float: right;
}
.swapimage4 {
	height: 150px;
	width: 150px;
}
.swapimage5 {
	height: 150px;
	width: 150px;
}
.swapimage6 {
	height: 150px;
	width: 150px;
}
.sidebarmenuformat {
	list-style-position: inside;
	list-style-image: none;
}
