body {
	margin:0px;
	background-image: url(../images/bgborder.jpg) /*url(../images/split.png),*/;
	background-repeat: repeat-x;
	background-position:center top;
/*	background-color:#878787;*/
	background-attachment:fixed;
	}

#leftnav {
	background-image: url(../images/Gray_80.png);
/*	background-repeat: no-repeat;*/
    height: 100%;
    left: 20px;
    margin-right: 40px;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 250px;
	text-shadow:none;
}

#navWrap {
	left:20px;
    top: 185px;
    width: 250px;
    position: fixed;
}

#nav {
	float:left;
	background-color:#111;
	padding-top: 8px;
	padding-bottom:2px;
	height: 31px;
	width: 200px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

#nav:hover  {
	background-color:#000;
	border-bottom: 1px solid #600;
}

/*
#nav a:hover {
	border-bottom: 1px solid #600;
}*/

#nav.top {
	border-top: 1px solid #fff;
}


.container {
	float:left;
	width: 900px; 
	margin-top: 185px;
	/*margin: 10px auto;*/}

#wrap {
/*	margin:0 auto;*/
	width: 900px;
	padding-left: 275px;
	}
		
#header {
	clear:both;
	position:absolute;
	float:left;
	background-image: url(../images/logoheader.jpg);
	background-repeat: no-repeat;
	height: 185px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
/*	border-bottom:solid 10px #000;*/
	}
	
#header2{
	float:left;
	height: 365px;
	width: 900px;
	padding-top: 185px;
/*	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	*/}

#foot_L {
	float: left;
	height: 45px;
/*	margin-top: 5px;*/
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#foot_R {
	float: right;
	height: 45px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow:1px 1px 4px #000;
}
#foot_R a {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 4px #000;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}
#foot_R a:hover {
	color: #FF0;
	text-shadow:1px 1px 3px #000;
}

/*  Begin TABS     **************************************************   */


#tab1{
}
#tab2{
}

#tab3 {
	border-TOP:solid 1px #000;
	border-BOTTOM:solid 1px #000;
/*	border-left:130px solid #333;
	border-right:130px solid #333;*/
	width: 898px;
	height: 600px;
	overflow:hidden;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-top: 1px solid #333;
/*	border-left: 1px solid #333;*/
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; 	/*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-top:none;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #333;
}
ul.tabs li a {
	text-decoration: none;
	color: #CCC;
	background-image: url(../images/Gray_20.png);
	display: block;
/*	font-size: 1.4em;*/
	text-shadow:none;
	padding: 0 20px;
/*	border: 1px solid #fff; --Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #000;
	color: #fff;
}
html ul.tabs li.active, html ul.tabs li.active   { /*a:hover    --Makes sure that the active tab does not listen to the hover properties--*/
	background: #000;
	color: #fff;
}

.tab_container {
	border-top: 2px solid #555;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	width: 896px;
	margin-top:0px;
	background:#fff;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	overflow: hidden;
	float: left; 
	position:relative;
}

.tab_content{
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 20px;
	}
.tab_content a, a:link, a:visited{
	color:#03F;
	text-shadow:1px 1px 1px #ccc;
	}
.tab_content a:hover{
	font-size:16px;
	text-shadow:1px 1px 1px #ccc;
	}
	
.tab_content h1{
	color:#000;
	margin-top:-10px;
	font-size: 32px;
	text-shadow:2px 2px 4px #999;
	}
.tab_content h2{
	color:#000;
	font-size: 20px;
	text-shadow:2px 2px 4px #999;
	}


.tab_content p {
	color:#000;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 16px;
	text-align: left;
	font-style:normal;/
	font-stretch:expanded;
	text-shadow:1px 1px 2px #999;
}

.tab_content ol,ul {
	color:#000;
	font-size: 16px;
	}
.tab_content li {
	color:#000;
	font-size: 16px;
	font-variant:small-caps;
	}