@charset "utf-8";

h1 {margin: 0; padding: 10px 0; color:yellow; font: bold 27px tahoma, arial, helvetica, sans-serif;}
h2 {margin: 0; padding: 10px 0; color:yellow; font: bold 24px tahoma, arial, helvetica, sans-serif;}
h3 {margin: 0; padding: 10px 0; color:blue; font: bold 21px tahoma, arial, helvetica, sans-serif;}
h4 {margin: 0; padding: 10px 0; color:blue; font: bold 18px tahoma, arial, helvetica, sans-serif;}
h5 {margin: 0; padding: 10px 0; color:blue; font: bold 15px tahoma, arial, helvetica, sans-serif;}
h6 {text-align:right; color:blue; font: bold 12px tahoma, arial, helvetica, sans-serif;}
h7 {margin: 0; padding: 10px 0; color:blue; font: bold 9px tahoma, arial, helvetica, sans-serif;;}

body  {
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #009;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	height:auto;
}
.twoColFixLtHdr #container {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999; /* this overrides the text-align: center on the body element. */
	background-color: #FFFF66;
	list-style-image: url((URL));
	height: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #3300CC;



	color:#FF0
	height: 150px;
	color: #FF0;
	height: 110px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color:#FF0
	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #FFFF66;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	/*min-height: 400px;*/
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFF66;
	color: BLUE;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	float: none;
	height: 500px;
	text-align: left;
	position: relative;
	border: 0px none #FFFFF;
	overflow: auto;
	padding: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px5px 0px;
	font-size:12px;
	background-color: #3300CC;
	color:#FF0;
	vertical-align: middle;
	height: auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 80%;
	line-height: 0px;
}
.twoColFixLtHdr #container #header p {
	font-size: 10;
	text-align: right;
}
.twoColFixLtHdr #container #header #address {
	position: relative;
	bottom: 0px;
}

.twoColFixLtHdr #container #header #crestLogo {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #header #legionLogo {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #header #address span {
	text-align: right;
}
.twoColFixLtHdr #container #header h2 {
	text-align: center;
	margin-top: .3em;
}
ul li {
	font-size: 14px;
}
ul li {
	font-size: 16px;
}
ul {
	text-align: right;
}
ul li {
	text-align: left;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: BLUE;
	text-decoration: none;
	line-height: normal;
}


a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #F00;
	text-decoration: none;
	line-height: normal;
}
table tr td {
	font-size: 18px;
}
table {
	font-size: 16px;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#mainContent h2 {
	font-size: 18px;
	color: #000;
}
#mainContent iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	width: 600px;
	height: 500px;
}
.disclaimer {
	font-size: 12px;
	color:#00F;
	font-family:"Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #mainContent table {
	font-size: 16px;
	border-left-style: none;
	border-left-color: #666;
	border-left-width: thin;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #FFF;
	text-align: right;
	padding-top: 0.5em;
	padding-right: 0.5em;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainContent #mainContent2 p {
	text-align: left;
}
caption {
	font-weight: bold;
}
caption {
	font-size: 12px;
}
.tablecaption {
	color: #000;
}
.dots {
	color: #FFFF66;
}
#ColumnHeadings {
	color: #003;
}
textarea {
	color: #000;
}
#Header {
	color: #003;
}
#Header {
	font-weight: bold;
}
#subnote {
	font-size: 12px;
}
.hitcounter { color:#C00;font-size:6pt}

