html {
	min-width: 900px;
	background: #EDEBE3;
	padding: 0.5em 2em 3em 2em;
}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  

a { color: #eff; }
a:hover { color: #fc3; }
a:active { color: #eff; }

p { line-height: 140%; }

h1 {
	font-family: trebuchet ms,arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px dotted #006;
	margin: 0;
}

.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	line-height: 130%;
}

#main {
	text-align: left;
	border: 1px solid #006;
	background: #eff;
	clear: both;
	width: 98%;
	margin-top: -1px;
}

#bodyarea {
	padding: 20px;
	min-height: 300px;
}

#topbar {
	padding-bottom: 0.5em;
	font-family: trebuchet ms,verdana,sans-serif;
	font-weight: bold;
	font-size: 200%;
}

#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }

/*///////////// Tabs Code ////////////*/

#tabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 125%;
	clear: both;
	text-align: center;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li { float: left; }

#tabs a,span { width: 100px; }

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #006;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #9cf;
}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #006;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #eff;
}

#tabs a:hover {
	background: #006;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #006;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #eff;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #006;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #fc0;
}

#subtabs ul {
	width: 950px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

/*#subtabs a,span { width: 100px; }*/

#subtabs span {
/*	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #006;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;*/
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #9cf;
}

#subtabs li:first-child { border-left: none; }

#subtabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 110%;
	background: #006;
	color: #eff;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}

#subtabs1 ul {
	width: 950px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs1 li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

#subtabs li:first-child { border-left: none; }

#subtabs1 {
	font-family: tahoma,verdana,sans-serif;
	font-size: 110%;
	background: #006;
	color: #eff;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}
