/*this is the core style sheet of the site*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0;
	font-size: 0.9em;
	background-color: #CCCCCC;
}
h1 {
	text-align: left;
	font-style:normal;
	letter-spacing:2px;
	font-weight: bold;
	font-size: 1.1em;
}
h2 {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size: 0.8em;
	text-align: center;
	font-weight: lighter;
}

a:link {
	text-decoration: underline;
	color: #0000CC;
}
a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	color: #FF0000;
}
a:active {
}

#home {
	width: 750px;
	position: absolute;
	font-size: medium;
	height: 100%;
/*	height: 400px; */
}
#home ul {
	font-size: x-large;
}
#home ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#home ul li a:link, #home ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	border-style: outside;
}
#home ul li a:hover {
}
#home  a:link, #home  a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
#home  a:hover {
}
#header {
	font-style: normal;
	margin-left: 220px;
	padding-left: 10px;
	top: 100px;
	width: 700px;
	padding-top: 20px;
	visibility: visible;
	left: 1px;
}
#content {
}
#navbar {
	left: 3px;
	width: 210px;
	position: absolute;
	top: 70px;
	bottom: auto;
}
#navbar ul {
	margin: 5;
}
#navbar ul li {
	list-style-type: none;
	margin: 5;
	padding: 2;
	font-size: 0.8em;
	border-style: outset;
}
#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
}
#navbar ul li a:hover {
	background-color: #999999;
	border-left-style: inset;
}
#navtab {
	width: 700px;
	position: absolute;
	top: 202px;
	left: 1px;
/*	bottom: auto; */
}
#navtab ul {
	margin: 5; 
}
#navtab ul li {
	list-style-type: none;
	margin: 5;
	padding: 2;
	font-size: 0.8em;
	border-style: outset;
}
#navtab ul li a:link, #navtab ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
}
#navtab ul li a:hover {
	background-color: #999999;
	border-left-style: inset;
}
#main-text {
	margin-left: 220px;
	left: 2px;
	width: 700px;
	top: 70px;
	position: absolute;
}
#rightbar {
	margin-left: 320px;
	left: 858px;
	padding-left: 10px;
	position: absolute;
	height: 100%;
	top: 0px;
}
table {
	overflow: auto;
	font-size: 0.9em;
}
td {
	font-size: 1em;
}
th {
	font-size: 1em;
}
.inputField 
{ 
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
	FONT-SIZE: 1em; 
	WIDTH: 300px; 
} 
.errorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1em;
	WIDTH: 300px;
	background-color: #FFFFCC;
} 
.errorTable 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1.2em;
	background-color: #FF6600;
} 
.binputField 
{ 
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
	FONT-SIZE: 1em; 
	WIDTH: 100px; 
} 
.berrorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1em;
	WIDTH: 100px;
	background-color: #FFFFCC;
} 

