body {
	background-position: center;
	background-color: #FFFFFF;
	background-image: url(/images/background2.jpg);
	background-repeat: repeat-y;	
	margin: 0px;
	
}
html {
	overflow-x: auto;
	overflow-y: auto;
} 
#center {
	width:750px;
	position:absolute;
	left:50%;
	margin-right: auto;
	margin-left: -375px;
	margin-top: 0px;
	background-image: url(/images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center 118px;
	height: 100%;
}

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	padding-top: 72px;
	font-family: Arial, Helvetica, sans-serif;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(/images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(/images/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
#tabs_active a span{
	background-image:  url(/images/tabright.gif);
	background-position: 100% -42px;
}
#tabs_active a{
	background-image:  url(/images/tableft.gif);
	background-position: 0% -42px;
}
#header {
	height: 118px;
	width: 750px;
	overflow: hidden;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_text {
	text-indent: -100000px;
	float: left;
	top: -100px;
	}
.hidden {
	display: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
#block1 {
	width: 400px;
	float: left;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#block2 {
	width: 300px;
	float: right;
	padding-top: 20px;
}
.large_word {
	font-size: 36px;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.notice_box {
	background-image: url(/images/notice_box.gif);
	background-repeat: no-repeat;
	height: 118px;
	width: 352px;
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 8px;
	position: relative;
}
.notice_box ul {
	list-style-type: none;
	font-size: 18px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 10px;
	left: 130px;
}
.notice_box li a{
	
	text-decoration: none;
	color:#000000;
	
}
.notice_box li a:hover{
	color:#666666;	
}
.notice_box_link {
	padding-left: 20px;
}
.footer {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.footer a{
	color: #000000;
	text-decoration: none;
}
.footer a:hover{
	color: #666666;
}
.small_text {
	font-size: small
}
.menu ul{
	list-style-type: none;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
	}
.menu li{
	display: inline;
}
.menu li a{
	border: 1px solid #999999;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	color: #000000;
}
.menu li a:hover{
	background-color: #FFFFFF;
}
h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.smallLink {
	font-size: small;
	float: right;
}
.smallLink a {
	color: #999999;
	text-decoration: none;
}
.smallLink a:hover {
	color: #000000;
	text-decoration: none;
}
.filelisting ul {
	list-style-type: square;
	font-size: 14px;
	font-weight: bold;
}
.filelisting ul ul {
	list-style-type: circle;
	margin-left: 5px;
	padding-left: 10px;
	font-weight: normal;
}
.news_box ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.news_box li {
	margin: 10px;
	border: 1px solid #E2E2E2;
	padding: 5px;
	background-color: #F0F0F0;
}