body
{
	background-color: #9b9b9b;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 30px 0px 0px 0px;

	text-align: center; /* for center DIV in IE */
}

td
{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
	color: #084209;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover
{
	color: #6db02c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	margin: 0px 0px 20px 0px;
	color: #0d106d;
	font: bold italic 18pt Arial;
}

h1.home
{
	margin: 0px 0px 0px 0px;
	color: #0d106d;
	font: bold italic 18pt Arial;
}

h2
{
	margin: 20px 0px 15px 0px;
	color: #76797c;
	font: bold 12pt Arial;
	border-bottom: 1px solid #bdc2c6;
}

LI.bullet
{
	list-style: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

LI.number
{
	list-style: decimal;
	padding-top: 5px;
	padding-bottom: 5px;
}


/********************************************************************
 BACKGROUND GRADIENT
********************************************************************/
#bgTop
{

	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 175px;
	background-image: url('../images/bgtop.jpg');
	background-repeat: repeat-x;
}

#bgMid
{
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 175px;
	width: 100%;
	height: 225px;
	background-color: #e7e7e7;
}

#bgBot
{
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 225px;
	width: 100%;
	height: 250px;
	background-image: url('../images/bgbot.jpg');
	background-repeat: repeat-x;
}

/********************************************************************
 PAGE CONTAINER THAT SITS ABOVE THE BACKGROUND GRADIENT DIVS
********************************************************************/
#page
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 20px;
	width: 100%;
}

/********************************************************************
 HEADER AND FOOTER IMAGES
********************************************************************/
#header
{
	position: relative;
	width: 760px;
	height: 87px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	background-color: #9b9b9b;
	border: none;
	overflow: none;
}

#footer
{
	position: relative;
	width: 760px;
	height: 110px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	background-color: #9b9b9b;
	border: none;
	overflow: none;
}

/********************************************************************
 MENU BAR
********************************************************************/
#menubarContainer
{
	position: relative;
	width: 760px;
	height: 25px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	background-color: white;
	border: none;
	overflow: none;
	color: white;
}

#menubar
{
	position: relative;
	height: 25px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #6db02c;
	border: none;
	overflow: none;
	padding-top: 5px;
	padding-left: 13px;
}

a.menuLink
{
	font: bold 9pt Verdana;
	color: white;
	text-decoration: none;
}

a.menuLink:hover
{
	font: bold 9pt Verdana;
	color: white;
	text-decoration: underline;
}

a.menuLink:visited
{
	font: bold 9pt Verdana;
	color: white;
}

/********************************************************************
 CONTENT
********************************************************************/
#mainContainer
{
	position: relative;
	width: 760px;
	height: 450px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	background-color: white;
	border: none;
	overflow: none;
}

#content
{
	position: relative;
	left: 15px;
	width: 744px;
	height: 420px;
	border: none;
	overflow: auto;
}

#textContent
{
	padding-right: 15px;
}

.contentTextSection
{
	color: #303030;
	font: 10pt Verdana;
	padding-top: 15px;
}

.contentTextSectionSmall
{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********************************************************************
 FOOTER LINKS
********************************************************************/
#footerLinks
{
	position: absolute;
	top: 435px;
	left: 290px;
	width: 470px;
	color: 0d106d;
}

a.footerLink
{
	color: #0d106d;
	font: 11px Tahoma;
}

a.footerLink:hover
{
	color: #5053a3;
	font: 11px Tahoma;
}

a.footerLink:visited
{
	font: 11px Tahoma;
}