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

#Table_01 {
	margin: auto;
	border: 1px solid #666;

	}
.tdback { 
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	line-height: 1.75em;
	color: #333;

}
body {
	background-color: #595959;
/*	background-color: #c5c5c5; */
	font-family: Georgia, "Times New Roman", Times, serif;
	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 */
}
h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18pt;
	font-weight:bold;
	font-stretch:condensed;
}
h2	{
font-size:9pt;
font-weight:bold;
}
img { border: none; } 

a:link {
	color: #333;
/*	text-decoration: none; */
}
a:visited {
	color: #333;
/*	text-decoration: none; */
}
a:hover {
	color: #333;
/*	text-decoration: none; */
}
a:active {
	color: #333;
/*	text-decoration: none; */
}
.rightimage {margin-left:10px;}
.leftimage {margin-right:10px;}


.oneColFixCtrHdr #container1 {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 550px;
	background: #C5C5C5;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 550px;
	background: #C5C5C5;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 45px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0 0 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #595959;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.oneColFixCtrHdr #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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color:#FFFFFF;
	text-align:center;
}


body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	line-height: 1.75em;
	color: #333;

}
.style1 {color: #FFFFFF}


/*Menu Block*/
#menu {
	position: fixed;
	top: 0;
	margin-left:255px;
	height: 56px;
	width: 700px;
	overflow: hidden;
}
/*text frames */
#main	{
	position:fixed; /*if not working put back absolute*/
	top:90px;
	margin-left:100px;
	width:775px;
	height:400px;
	overflow: auto;
	visibility: visible;
	z-index: 1;
	left: 77px;
}
#home	{
	position:absolute;
	top:73px;
	width:500px;
	height:300px;
	overflow: auto;
	visibility: visible;
	z-index: 1;
}
/*Footer
#footer {
	position: absolute;
	top: 519px;
	left: 0px;
	width: 1041px;
	color: #999;
	background-color: #595959;
	height: 141px;
}*/

/*Main Content*/
#data {
	position: absolute;
	top: 66px;
	left: 602px;
	height: 429px;
	width: 460px;
	overflow: auto;
}

/*Menu Items*/
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	float: left;
}
li a:link, li a:visited {
	list-style: none;	
	font-size: 7.8pt; 
	color: #666; 
	text-decoration: none;
	float: left;
	display: block;
	padding-right: 9px;
	padding-left: 9px;
	line-height: 58px;
}

li a:hover, li a:active {
	background-image: url(images/btn_over.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color: #333; 
	text-decoration: none;
	border-left: solid #999 1px;
	border-right: solid #999 1px;
}

#tabs {
	clear: both;
}
#here {
	padding-right: 12px;
	padding-left: 12px; 
	font-size: 14px; 
	height: 58px;
	color: #000; 
	text-decoration: none;
	background-image: url(images/btn_on.jpg);
	background-repeat: repeat-x;
	float: left;
	line-height: 58px;
	display: block;
}
