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


.container{
	margin-top:10px;
	margin-left:auto; 
	margin-right:auto; 
	width:90%; 
}

.top_bar{
	text-align:right;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	width:700px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:3;
}


.scrollbar{
	height:400px;
	float:right;
	width:50px;
}

.main_frame{ 
	position:relative;
	width:700px;
	height:450px;
	margin-right: 50px;
}

.navigation{
	margin-left:auto;
	margin-right:0px;
	width:400px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#333333;
	color: #FFFFFF;
	margin-bottom: 50px;
	padding: 0px;
}

/*
.menu{
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
*/
.submenu{
	margin:0px;
	height:20px;
	background-color: #333333;
}


.nav_bar{
	width:800px;
	background-color:#333333;
	position:relative;
	height:100px;
}


.basictab{
	font-family:Helvetica, "Trebuchet MS";
	height:25px;
}


.tabcontainer{
	background-color:#333333;
	clear: left;
	margin-left:600px;
	width:50%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	display:none;
	font-size:12px;
}




.basictab ul{
	background-color:#333333;
	margin-left: 600px;
	padding: 3px 0;
	right: 0px;
	font: 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	width:50%;
}

.basictab li{
	display: inline;
	margin: 0;
	color:#999999;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border-bottom: none;
	background-color: #333333;
	color: #999999;
}

.basictab li a:visited{
	color: #999999;
}

.basictab li a:hover, .basictab li a.current{
	background-color:#333333;
	color: #FFFFFF;
}

.basictab li a:active{
	color: #999999;
}


h1{
	font-family: Helvetica, "Trebuchet MS";
	font-size: 32px;
	font-style: normal;
	padding-bottom:30px;
	font-style:normal;
	font-weight:100;
}
body {
	background-color: #333333;
	margin-left:50px;
	margin-right:50px;
}
body,td,th {
	color: #999999;
	font-family: Helvetica, "Trebuchet MS";
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #999999;
}