.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;
}
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/siteBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 100%;
	line-height: 1.125em;
}
p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	text-align: left;
	margin-right: 10px;
	line-height: 17px;
}
a {
	color: #003399;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
	font-family: "Trebuchet MS";
	text-align: left;
}



h3 {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
}


h6 {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
}
h5 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

li {
	list-style-position: outside;
	list-style-type: square;
	margin-right: 2px;
	margin-left: 5px;
}
ul
{
	font-size: 12px;
	font-family: "Trebuchet MS";
	line-height: 18px;
	margin-left: 10px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/bullet_pink.gif);
}





#site-container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	margin-top: 0px;
	background-image: url(../images/BG_site.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 800px;
}
#site-header {
	background-image: url(../images/site_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 228px;
	width: 955px;
}
#header-left {
	float: left;
	height: 228px;
	width: 242px;
}


#navbar-left {
	height: 228px;
	width: 147px;
	text-align: left;
	float: left;
}
#flash-logo {
	float: left;
	height: 228px;
	width: 175px;
}
#navbar-right {
	float: left;
	height: 228px;
	width: 134px;
}
#header-right {
	float: left;
	height: 228px;
	width: 256px;
}

#content-container {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contentBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	float: right;
	margin-top: 200px;
	text-align: left;
}
.photo-spacer {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
}
#copy-container-full {
	margin-left: 10px;
	overflow: auto;
	height: 340px;
	text-align: left;
	scrollbar-3dlight-color:#fedc92;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#fdb825;
    scrollbar-track-color:#fdb825;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#fdb825;
    scrollbar-highlight-color:#fdb825;
    scrollbar-shadow-color:#fedc92;
	overflow-x:hidden;
	overflow: auto;
	
}
#header-box {
	height: 25px;
	width: 100%;
}



#copy-container-left {
	height: 344px;
	width: 425px;
	text-align: left;
	float: left;
}
}

#photo-box {
	width: 113px;
	margin-left: 10px;
	position: relative;
}
#copy-container-right {
	float: right;
	width: 490px;
	margin-left: 10px;
}
#map-container-copy {
	float: right;
	width: 400px;
}


#sponsor-box {
	height: 145px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	background-image: url(../images/sponsorsBG.jpg);
	background-repeat: no-repeat;
}
#sponsor-extra {
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#links-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	float: left;
	width: 400px;
	margin-top: 20px;
}
#footer {
	height: 24px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00296B;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
}

.clear {
	clear: both;
}
.list-box {
	float: left;
}
.table-fonts {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.td-border {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFCC;
	padding-left: 5px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
