body {
	margin: 0px;
	padding: 0px;
	background-color: #B1B1B1;
}

/* ---------------- TEXT STYLES ---------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #216B33;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #216B33;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #216B33;
}

.copySerifLargeBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.copyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.copyRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

A:link {color: #2E1DD3; text-decoration: none;}
A:visited {color: #2E1DD3; text-decoration: none;}
A:active {color: #EF7929; text-decoration: underline;}
A:hover {color: #EF7929; text-decoration: underline;}

A.mastheadLinks:link {color: #227F4E; text-decoration: none;}
A.mastheadLinks:visited {color: #227F4E; text-decoration: none;}
A.mastheadLinks:active {color: #EF7929; text-decoration: underline;}
A.mastheadLinks:hover {color: #EF7929; text-decoration: underline;}

/* ---------------- LAYOUT STYLES: HOME PAGE ---------------- */

#HomeContent {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	clear: left;
	width: 768px;
	padding: 10px 0px 0px;
	position: absolute;
}
#HomeRightColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #216B33;
	padding: 8px;
}

#HomeRightColumn {
	position: relative;
	width: 249px;
	float: left;
}

#HomeLeftColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 459px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	float: left;
}

#whatsNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url(../images/bullet_greenback.gif);
	padding-right: 20px;
}

#spotlightBox {
	width: 450px;
	border: 2px solid #FABE7F;
}
#spotlightText {
	float: left;
	padding: 5px;
	position: relative;
}



/* ---------------- LAYOUT STYLES: SECONDARY PAGE ---------------- */

#secondaryLeftColumn {
	float: left;
	width: 130px;
	position: relative;
	padding-right: 40px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#secondaryLeftColumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
}
#secondaryLeftColumn li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 12px;
}

#secondaryLeftColumn a {
	color: #216B33; text-decoration: none;
}

#secondaryLeftColumn a:hover {
	color: #FF9900; text-decoration: underline;
}

#secondaryRightColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 560px;
	position: relative;
	padding-top: 10px;
	float: left;
	padding-bottom: 50px;
}

#contentSecondary {
	background-image: url(../images/background_secondary.gif);
	background-repeat: repeat-y;
	clear: left;
	width: 768px;
	padding: 10px 0px 0px;
	position: absolute;
}



/* ---------------- LAYOUT STYLES: GLOBAL ELEMENTS ---------------- */

#wrapperTable {margin-left:auto; margin-right:auto;}

li {
	line-height: 18px;
}

#masthead {
	height: 88px;
	width: 768px;
	position: relative;
}

#mastheadLinksBox {
	position: absolute;
	left: 590px;
	top: 10px;
	width: 163px;
	text-align: right;
	z-index: 400;
}

.mastheadLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
}

.navOption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#footer {
	background-color: #B1B1B1;
	border-top: 1px solid #006B33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	clear: left;
	width: 768px;
}


/* DROP MENU SYTLES -- Based on http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp */


#menu {
position: relative;
clear: left;
width: 700px;
height: 35px;
padding-left: 34px;
padding-right: 34px;
padding-top: 4px;
padding-bottom: 4px;
background: #216B33;
z-index: 500;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 140px;
float: left;
}

#menu a, #menu h2 {
font: 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #216B33;
margin: 0;
padding: 6px 6px;
}

#menu h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
display: block;
margin: 0;
padding: 0;
background: #216B33;
}

#menu a {
color: #000000;
background: #DDE8E2;
text-decoration: none;
}

#menu a:hover {
color: #FFFFFF;
text-decoration: underline;
background: #EF7929;
}

#menu li {
position: relative;
top: 3px;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
.copySmall {
	font-size: 10px;
}
.tableBox {
	border: 1px solid #62A061;
	margin-bottom: 20px;
}

