@charset "utf-8";
body  {
	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: #003366;
	margin-top: 95px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/starbg_ani.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	background-position: -30px 0px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* 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. */
	border: thin ridge #FF0000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 300px; /* firefox nochrome correction on short pages */
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: auto;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 1.7em;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.4em;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 1.2em;
}
.twoColFixLtHdr #mainContent a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.twoColFixLtHdr #footer {
	background:#ffffff;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFFFFF;
}
#sidebar1 a {
	display: block;
	width: 100px;
	border: thin outset #003366;
	text-align: center;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	background-color: #ffffff;
}
#sidebar1 a:hover {
	display: block;
	padding: 0px;
	width: 100px;
	border: thin inset #B53DC0;
	margin: 0px;
	color: #003366;
	font-weight: bold;
	background-color: #eeeeee;
}
#sidebar1 a:active {
	display: block;
	padding: 0px;
	width: 100px;
	border: thin inset #B53DC0;
	margin: 0px;
	color: #003366;
	font-weight: bold;
	background-color: #CFF;
}
#footer a {
	display: inline;
	color: #ef1951;
	font-weight: bold;
	background-image: none;
	margin-right: 4px;
	margin-left: 4px;
	width: auto;
	border: 0px;
	line-height: normal;
	height: auto;
	text-align: right;
}
#header a:link {
	display: inline;
	background-image: none;
}
a:hover {
	display: inline;
	background-image: none;
}
.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: 0px;
}
.fltlftali { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.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;
}
.bnrtxt {
	margin-left: 10px;
	font-size: 1.2em;
}
.boldtxt {
	font-weight: bold;
}
.shout {
	font-size: 1.5em;
	padding: 5px;
	border: medium double #906;
	text-align: center;
	font-weight: bold;
}
.shout1{
	font-size: 1.2em;
	padding: 5px;
	border: medium double #906;
	text-align: center;
	font-weight: bold;
}

.imgbnr {
	border: 0px;
}
.fltcntr {
	text-align: center;
}
.swfmarg {
	margin-left: 10%;
}
.swfmarg14 {
	margin-left: 14%;
}
.copyright {
	color: #666666;
	font-size: 85%;
}
.tdtop {
	vertical-align: top;
}
.eclink a {
	margin-top: 500px;
	font-size: 85%;
	color: #999999;
	text-align: right;
}
