/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	background: #E9E9E9;
}
h1, h2, h3, h4 {
	margin: 0px; 
	padding: 0px;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.14em; 
}
h3 {
	font-size: 1.0em; 
}
h4 {
	font-size: 0.94em; 
}
h5 {
	font-weight:normal;
}
hr {
	margin: 3px 0px; 
	padding: 0px;
	color: #378E93;
	height: 4px;
}
/***********************************************/
/* Header                                      */
/***********************************************/
#portalbody {
	background: #91B5AC;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 745px;
	height: 100%;
}
#header {
	background: #E9E9E9;
	margin: 0px 0px 0px 0px; 
	padding: 8px 0px 0px 0px; 
	width: 745px;
}
#domainName {
	color:#4F5354;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-size: 1.0em;
	padding-top: 5px;
	display:none;
}
#header h2{
	left: -999px; 
	width: 990px; 
	position: absolute;
}
#topTabBar {
}
#topTabBarList {
	padding: 0px 0px 4px;
	margin: 0px;
	font-size: 0.7em;
}
#topTabBarList li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#topTabBarList li a {
	padding: 3px 4px 4px;
	margin-left: 0px;
	background: #E9E9E9;
	text-decoration: none;
	margin-bottom: 0px;
	border: 1px solid #91B5AC;
}
#topTabBarList li a:link { 
	color:#4F5354
}
#topTabBarList li a:visited { 
	color:#4F5354
}
#topTabBarList li a:hover {
	color:#4F5354;
	background: #CDDDD9;
	border-color: #91B5AC;
}
#topTabBarList li a#current {
	background: #91B5AC;
	border-bottom: 1px solid #91B5AC;
	color: #FFF;
	font-weight:bold;
}
#fillerBar {
	background-color: #91B5AC;
	margin: 0px;
	padding: 5px 5px 8px;
	display:block;
}
#logoBar {
	margin: 0px;
	padding: 0px 0px 0px;
	float:left;
	display:inline;
}
#searchBar {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px;
	float:right;
	vertical-align:top;
	display:block;
}
#rootPageBar {
	background-color: #91B5AC;
	margin: 75px 0px 0px 200px;
	padding: 0px;
	font-size: 0.75em;
	display: block;
	font-weight: bold;
	text-align: left;
}
#rootPageBar a {
	color: #FFFFFF;
	text-decoration: none;
}
/***********************************************/
/* Left SideBar                                */
/***********************************************/
#sideBar{
	float: left;
	margin: 0;
	padding: 0;
	width: 205px;
	border-left: 1px solid #91B5AC;
	border-right: 1px solid #91B5AC;
	border-bottom: 1px solid #91B5AC;
	font-size: 0.8em;
	background: #91B5AC;
	bottom: 0;
}
#sideBar a:link, a:visited {
	color: #000;
}
#sideBar a:hover {
	color: #000;
}
#sideBar ul a:link, 
#sideBar ul a:visited {
	display: block;
}
#sideBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sideBar li {
	border-bottom: 1px solid #EEE;
}
/* fix for browsers that don't need the hack */
html>body #sideBar li {
	border-bottom: none;
}
#sideBar h2 {
	padding: 5px 0px 3px;
	color: #000;
	text-align: left;
	margin: 0px;
}
#sideBar p {
	margin: 0px;
	padding: 2px 0px;
}
#miniLogin {
	padding: 0px 5px 8px 10px; 
	border-bottom: 1px solid #91B5AC;
}
#miniLogin form {
	margin: 0px; 
	padding: 0px;
}
#miniLogin label{
	display: block;
	margin: 0px;
	padding: 0px;
}
input.miniLogin{
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.relatedPages{
	position: relative;
	margin: 0px;
	padding: 0px 5px 10px 10px;
}
.relatedPages li {
	padding-top: 5px;
	padding-bottom: 5px;
}
/***********************************************/
/* Right Content                               */
/***********************************************/
#content{
	float: left;
	height: auto;
	width: 520px;
	padding: 8px 5px 0px 5px;
	background: #FFFFFF;
	margin: 0px;
}
/* Hack for IE */
* html #content {
    height: auto;
}
/* End IE Hack */ 

#breadCrumb{
	color: #378E93;
	font-size: 0.75em;
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-weight: bold;
}
#breadCrumb a:link {
	color: #378E93;
	text-decoration: none;
}
#breadCrumb a:visited {
	color: #378E93;
	text-decoration: none;
}
#breadCrumb a:hover {
	color: #378E93;
	text-decoration: none;
}
/***********************************************/
/* Footer                                      */
/***********************************************/
#footer{
	clear: both;
	border: 1px solid #91B5AC;
	background: #91B5AC;
	font-size: 0.95em;
	color: #000;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	bottom: 0;
}
#footer a:link {
	color: #000;
}
#footer a:visited {
	color: #000;
}
#footer a:hover {
	color: #000;
}
