@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	height: 100%
}
a, a:active, a:visited {
	text-decoration: none;
	color: #108da6;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#body_container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;*/
	text-align: left;
	height: auto;
	height: 100%;
}
#content {
	color: #333333;
	line-height: 18px;
	/*width: 900px;*/
	background-color: #fdfeef;
	/*margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;*/
	padding: 20px;
	/*position: relative;*/
	/*overflow: auto;*/
	/*font-size: 14px;*/
	padding-bottom: 100px;
	height: 100%
}
#header1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#777777;
}
#header2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#777777;
}
#footer {
	clear: both;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	/*padding: 20px;*/
	position: relative;
	z-index: 10;
	height: 3em;
	margin-top: -3em;
	color: #333333;
}
/* tab menu */
 
#tabs {
	float:left;
	width:100%;
	background:#fdfeef;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	border-bottom:1px solid #2a6851;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	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:#46816b;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabs a:hover span {
	color:#46816b;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}

