body {
	font-family:Verdana;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	margin-left: 1px;
}
.menu {
	background-color:#001b43;
	color:#000000;
	height:25px;
	width:1000px;
}
.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	margin-left: 50px;
}
.menu li {display:inline; line-height:25px;}
.menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #001b43;
	border-left-color: #001b43;
}
.menu li a.tabactive {
	border-left:1px solid #00;
	border-right:1px solid #DFECFF;
	background-color:#DFECFF;
	font-weight:bold;
	position:relative;
	color: #362310;
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6,#tabcontent7,#tabcontent8 {
	width:1000px;
	text-align:left;
	font-size:11px;
	margin-bottom:2px;
	text-decoration: none;
	text-indent: 65px;
	background-color: #DFECFF;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-weight: normal;
}

