@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #036;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	margin-bottom: 40px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	width: 100%;
	overflow-x: hidden;
}
#container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	background-color: transparent;
}

a {color: #669999; text-decoration: none;}
a:hover {color: #000000;}

#topNav
{
	/*background-image: url(../images/back.jpg);
	background-repeat: repeat-y;*/
}
#topNav img
{
	border: 0;
}
.on
{
	font-weight: bold;
	color: #000000;
}
#header {
	background-image: url(../images/flashback.jpg);
	background-repeat: repeat;
	text-align: left;
	margin: 0;
	padding: 0;
}

#centernav
{
	width: 700px;
	margin: 0 auto;
	height: 78px;
	z-index: 2;
	
}

#centernav ul
{
	margin: 0;
	padding: 0;
}

#centernav ul li{
	display: inline;
	border-right: 1px solid #036;
	 padding: 0 15px 0 0;
	margin: 0 0 0 15px;
	
}
#centernav ul li.last
{
	border:none;
}
.sidebar3 {
	/* since this element is floated, a width must be given */
	width: 307px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	vertical-align: top;
}
.sidebar1 {
	width: 250px;
	height: 100%;
	padding: 0 15px 0 15px;
	vertical-align: top;
}

.sidebar1 ul {
	list-style: circle;
}


.mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
} 
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p{
	height: 30px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: repeat-x;
	background-color: #699;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	vertical-align: middle;
}
#footer a {color: black;}
#footer a:hover {color: #FEFACD;}
#prefooter {
	height: 25px;
	width: 100%;
	background: url(../images/footer2.jpg) repeat-x;
	background-position: 0 10px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#Afterflash {
	/*float: left;*/
	height: 56px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.timesItalic {
	font-size: 14px;
	font-style: italic;
	color: #036;
	text-align: center;
}

.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;
}.fonttimes {
	font-size: 14px;
	color: #036;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
}
.mainfont {
	font-size: 14px;
	color: #036;
	letter-spacing: 1px;
	text-align: justify;
}

.mainfontCopy {
	font-size: 14px;
	color: #036;
	letter-spacing: 1px;
	word-spacing: 1px;
}

#footer { 
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
HTML>BODY #footer

 { /*For firefox browsers*/

    position:fixed;

 }
#title {
	height: 78px;
	width: 180px;
	float: left;
}

.floatL
{
	float: left;
}

.floatR
{
	float: right;
}
.ttlogo
{
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	height: 78px;
	z-index: 1;
}
.jilogo
{
	width: 221px;
	position: absolute;
	top: 0;
	right: 0;
	height: 78px;
	z-index: 1;
}
.thumb, .thumb img
{
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: top;
}

.thumb img
{
	border: 1px solid #999999;
	padding: 2px;
	background-color: #ffffff;
}

.small
{
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
	padding-top: 20px;
}

#flashcontent
{
	position: absolute;
	position: fixed;
	bottom: 2px;
	right: 3px;
}