html {
	min-width: 700px;
	max-width: 900px;
	background: #eeeeee;
	padding: 0.5em 20px 3em 20px;
}

body, div, td, th, h4 { /* redundant rules for bad browsers  */
    	font-family: arial,helvetica;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}

a { color: #aaaaaa; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

body ul { line-height: 140%;}

h1 {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 140%;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}


h2 {
	background: #aaaaaa;
	font-family: arial, helvetica;
	font-size: 100%;
	color: #ffffff;
	padding: 2px;
	/* margin-right: 300px; */
}

h3 {
	font-family: arial, helvetica;
	font-size: 100%;
	font-weight: none;
	margin-bottom: 0.1em;
}

img {
	border: 0px;
}

img.centered{
	margin: 5px 8px;
	float: center;
	border: 0px;
}

img.leftalign{
	margin: 5px 8px;
	float: left;
	border: 0px;
}

img.rightalign{
	margin: 5px 8px;
	float: right;
	border: 0px;
}

.note {
	background: #eeeeee;
	padding: 4px;
	padding-left: 20px;
	font-family: arial, helvetica;
	font-size: 110%;
	line-height: 130%;
}

.box {
	padding: 4px;
	font-family: arial, helvetica;
	border: 1px solid #000000;
}

#main {
	text-align: left;
	border: 1px solid #666;
	background: #FFFFFF;
	clear: both;
	width: 98%;
	margin-top: -1px;
}

#bodyarea {
	padding: 10px;
	text-align: justify;
	min-height: 300px;
}

#topbar {
	padding-bottom: 0.5em;
	font-family: arial,helvetica;
	font-size: 200%;
}

#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }

/*///////////// Tabs Code ////////////*/

#tabs {
	font-family: arial,helvetica;
	font-size: 85%;
	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: #ffffff;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 5px 7px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #eeeeee;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 7px 5px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a:hover {
	background: #eeeeee;
	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: #aaccff;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #aaccff;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#subtabs ul {
	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 li:first-child { border-left: none; }

#subtabs {
	font-family: arial,helvetica;
	font-size: 85%;
	background: #ffffff;
	color: #666;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}                          s

#imagelinks, #imagelinks td {
	font-family: arial,helvetica;
	font-size: 85%;
	background: #ffffff;
	color: #666;
	padding: 2px 8px 2px 8px;
	border-left: 1px solid #CCC;
}

#imagelinks td:first-child {
	border-left: none;
}

