@charset "utf-8";
.animatedtabs{
	overflow: hidden;
	width: 755px;
	font-size: 14px; /*font of menu text*/
	border-bottom-width: 1px;
	border-bottom-color: gray;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	bottom: 0px;
	padding-top: 19px;
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.animatedtabs a{
	float: left;
	position: relative;
	top: 5px;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
	background-image: url(../images/tab-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-image: url(../images/tab-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
	background-position: 100% -125px;
	color: #CC9900;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.animatedtabs a:hover{
	background-position: 0% -125px;
	top: 0;
	text-decoration: none;
}

.animatedtabs a:hover span{
	background-position: 100% -125px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
	color: #CC9900;
}
#flashtitle {
	float: left;
	height: 200px;
	width: 280px;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
}
#clock {
	float: right;
	width: 260px;
	margin-top: 5px;
	margin-right: 5px;
	height: 30px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}


a:link {
	color: #CC9900;
	text-decoration: none;
}

#titlebar {
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	height: 213px;
}
#narbar {
	background-image: url(../images/title_bgbot.png);
	background-repeat: no-repeat;
	height: 52px;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#footer {
	background-image: url(../images/footer.png);
	height: 60px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-align: center;
}
#footer .copyright {
	padding-top: 5px;
	display: block;
}
#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
}

