body
{
	color: #00436E;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: small;
	margin: 0px;
}

table
{
	font-size: 1em;
}

img
{
	background-color: #fff;
}

/* top banner settings */

#banner_a
{
	position: absolute;
	left: 0;
	margin: 0;
	width: 15em;
	background-color: #00436E;
	height: 122px;
}

#banner_b
{
	width: auto;
	align: right;
	text-align: right;
	margin-left: 15em;
	margin-bottom: 0;
	vertical-align: bottom;
	height: 122px;
	background-color: #00436E;
}

#banner_binner
{
	margin: 0;
	padding-top: 80px;
	vertical-align: bottom;	
}

/* end top banner settings */

h1
{
	font-family: arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #00436E;
}

.second
{
	font-size: 80%;
	font-weight: bold;
	color: #00436E;
}

h2
{
	font-size: small;
	font-weight: bold;
	color: #00436E;
}

#greenstrip
{

	background-color: #BAD200;
	height:20px;
	width: auto;
	text-align: right;
	padding: 3px;
	letter-spacing: 0.1em;
}

#underbanner
{
	background-image: url(images/underbanner.gif);
	background-repeat: repeat-x;
	height: 16px;
	clear: both;
	margin: 0;
}

#content
{
	width: auto;
	margin-left: 15em;
	margin-bottom: 0;

	/*margin-right: 16em; */
}

#contentarea
{
	margin: 0;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #fff;

}
/*
#contentarea a:link, #contentarea a:active
{
	background-color: #EEF4BA;
	text-decoration: none;
	color: #003366;
}

#contentarea a:visited, #contentarea a:hover
{
	background-color: #ccc;
	text-decoration: none;
	color: #003366;
}
*/
#footer
{
	width: 95%;
	clear: both;
	margin-bottom: 0;
	padding-left: 2em;
	font-size: 80%;
	background-color: #fff;
}

.right
{
	float: right;
	padding: 10px;
}

/* menu styles */

#menu
{
	position: absolute;
	left: 0;
	margin: 0;
	width: 15em;
	background-color: #00436E;
	color: white;
	padding-bottom: 2em;
	overflow: hidden;
}

#menu h2
{
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	margin-left: 50px;
}

#menu p
{
	margin-left: 50px;
}

#menu ul
{
	margin-left: 65px;
	margin-right: 0;	
}

#menu li
{
	color: #fff;
	font-size: 90%;
	margin-right: 0px;
	list-style-type: image;
	list-style-image: url(images/menu_bullet.gif);
}

#menu a:link, #menu a:visited, #menu a:active
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	color: #fff;
	text-decoration: underline;
}

#zlayers
{
	position: absolute;
	top: 93px;
	z-index: 1;
	color: #000;	
}

#zlayer1
{
	position: absolute;
	top: 93px;
	z-index: 1;
	color: #00436E;
	font-weight: bold;
	right: 15px;
}
#zlayer2
{
	position: absolute;
	top: 93px;
	z-index: 1;
	color: #00436E;
	font-weight: bold;
	right: 112px;
}
#zlayer3
{
	position: absolute;
	top: 93px;
	z-index: 1;
	color: #00436E;
	font-weight: bold;
	right: 209px;
}

#zlayer4
{
	position: absolute;
	top: 93px;
	z-index: 1;
	color: #00436E;
	font-weight: bold;
	right: 306px;
}
#zlayer5
{
	position: absolute;
	top: 93px;
	z-index: 1;
	color: #00436E;
	font-weight: bold;
	right: 403px;
}

#zlayer6
{
	position: absolute;
	top: 93px;
	z-index: 1;
	color: #00436E;
	font-weight: bold;
	right: 500px;
}

#tabs a
{
	text-decoration: none;
	font-weight: bold;
	color: #00436E;
}

label
{
	display: block;
	float: left;
	width: 120px;
}

.red
{
	color: #f00;
}
