.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;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	border-top: 1px dashed #999999;
	clear: left;
	float: left;
	position: relative;
	width: 800px;
}
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;
}


/* MAIN */

#mainContent a {
	text-decoration: none;
	color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

#mainContent h1 {
	color: #152D6A;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
}


#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
	list-style-position: inside;
	list-style-type: circle;
}
#mainContent p {
	font-size: 13px;
}
#sidebar1  h2 {
	color: #152C67;
	padding-bottom: 2px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
	padding-left: 5px;
	padding-top: 6px;
}




.featureHead {
	background: url(../images/feature_bug.png) no-repeat right 0px;
}

a img {
	border-style: none;
}


#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
#container {
	border: 1px solid #333333;
}
.photoBox {
	text-align: center;
	float: right;
	width: 220px;
}
#banner img {
	display: block;
}
.orgName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	top: 20px;
	position: relative;
	font-weight: bold;
}
.logoLeft {
	float: left;
	margin-left: 35px;
	position: relative;
}
.logoRight {
	float: right;
	margin-left: 0px;
}

.orgName2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF0000;
}
.rosterEntries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #333333;
	color: #000000;
}
.homeLink {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000099;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	clear: left;
	float: left;
	vertical-align: top;
	padding-left: 65px;
	padding-top: 2px;
	margin-top: 5px;
	width: 735px;
}
.homeLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.homeLink:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.LastRevsn {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000099;
	text-align: right;
	float: left;
	color: #FFFFFF;
	vertical-align: middle;
}
.logoLeft2 {
	position: relative;
	vertical-align: middle;
}
.rvcLink {
	text-align: center;
	vertical-align: middle;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: left;
	float: left;
}
.tableAddrs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
.rosterHeader {
	background-color: #66CC99;
}

.positionName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333366;
	font-weight: bold;
}

