body
{
	background-image: url(images/green_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #879536;
	margin: 0px;
	padding: 0px;
}

td
{
	font-family: Arial;
	font-size: 11px;
	color: #6D5944;
}

h1
{
	font-family: Arial;
	font-size: 14px;
	color: #6D5944;
	margin-bottom: 15px;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	color: #6D5944;
	margin-bottom: 5px;
}

.liArrows
{
	list-style-image: url(images/arrow_left_light.gif);
	list-style-position: outside;
	margin-left: -30px;
	margin-bottom: 0px;
}

.message
{
	color: Red;	
}

.breadCrumbActive
{
	color: #333399;
	font-weight: bold;	
}

.form
{
	width: 172px;
	font-family: Arial;
	font-size: 11px;
	color: #6D5944;
}

.formLarge
{
	width: 201px;
	font-family: Arial;
	font-size: 11px;
	color: #6D5944;
}

.termsBox
{
	width: 100%;
	height: 100px;
}

.twoColFormLabel
{
	width: 201px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 13px;
	padding-top: 0px;
	vertical-align: top;
}

.twoColFormLabelSmall
{
	width: 181px;
	padding-bottom: 13px;
	padding-right: 10px;
	vertical-align: top;
}

.twoColFormFieldSmall
{
	width: 172px;
	vertical-align: top;
	padding-bottom: 13px;
}

.twoColFormField
{
	width: 201px;
	vertical-align: top;
	padding-bottom: 13px;
}

.twoColLeftBox
{
	padding-right: 10px;
	background-color: #ECE6D7;
	vertical-align: top;
}

.twoColRightBox
{
	padding-left: 10px;
	background-color: #ECE6D7;
	vertical-align: top;
}

.twoColRightBoxDark
{
	padding-left: 10px;
	background-color: #E5DCCC;
	vertical-align: top;
}

.threeColRightBox
{
	padding-right: 0px;
	padding-left: 10px;
	background-color: #ECE6D7;
	vertical-align: top;
}

.threeColLeftBox
{
	padding-right: 10px;
	padding-left: 0px;
	background-color: #ECE6D7;
	vertical-align: top;
}

.threeColMiddleBox
{
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E5DCCC;
	vertical-align: top;
}

.bgLight
{
	background-color: #ECE6D7;
}

.bgDark
{
	background-color: #E5DCCC;
}

a:link {color: #333399;}
a:visited {color: #5170A4;}

.globalNav
{
	background-color: #F3EFE5;
	text-align: right;
}

.hr
{
	border-top: solid 1px #CCCCCC;
	padding-right: 15px;
}

.vr
{
	border-left: solid 1px #CCCCCC;
}

.logo
{
	background-color: #F3EFE5;
	padding-left: 20px;
	height: 30px;
	vertical-align: bottom;
}

.topNav
{
	background-color: #4A2C0C;
	color: #ECE6D7;
	font-weight: bold;
	border-bottom: solid 2px White;
	height: 24px;
	text-align: center;
}

.topNavActive
{
	background-color: #ECE6D7;
	color: #4A2C0C;
	font-weight: bold;
	border-bottom: solid 2px White;
	height: 24px;
	text-align: center;
}

.topNav a:link
{
	color: #ECE6D7;
	text-decoration: none;
}

.topNav a:visited
{
	color: #ECE6D7;
	text-decoration: none;
}

.topNavActive a:link
{
	color: #4A2C0C;
	text-decoration: none;
}

.topNavActive a:visited
{
	color: #4A2C0C;
	text-decoration: none;
}

.footer
{
	height: 20px;
	color: #AD8C6C;
	text-align: right;
	padding-right: 10px;
}

.footer a:link
{
	color: #AD8C6C;
	text-decoration: none;	
}

.footer a:visited
{
	color: #AD8C6C;	
}

div.floatLeft
{
	float: left;
}

div.floatRight
{
	float: right;
}

.rightBorderWhite
{
	border-right: solid 3px White;
	background-color: #ECE6D7;
}

.topLeftCornerLight
{
	background-image: url(images/corner_top_left_light.gif);
	width: 24px;
	height: 21px;
}

.topRightCornerLight
{
	background-image: url(images/corner_top_right_light.gif);
	width: 24px;
	height: 21px;
}

.bottomLeftCornerLight
{
	background-image: url(images/corner_btm_left_light.gif);
	width: 24px;
	height: 21px;
}

.bottomRightCornerLight
{
	background-image: url(images/corner_btm_right_light.gif);
	width: 24px;
	height: 21px;
}

.topRightCornerDark
{
	background-image: url(images/corner_top_right_dark.gif);
	width: 24px;
	height: 21px;
}

.bottomRightCornerDark
{
	background-image: url(images/corner_btm_right_dark.gif);
	width: 24px;
	height: 21px;
}

.leftBorderLight
{
	background-image: url(images/shadow_left_light.gif);
	background-repeat: repeat-y;
}

.rightBorderLight
{
	background-image: url(images/shadow_right_light.gif);
	background-repeat: repeat-y;
}

.topBorderLight
{
	background-image: url(images/top_shadow_light.gif);
	background-repeat: repeat-x;
}

.bottomBorderLight
{
	background-image: url(images/bottom_shadow_light.gif);
	background-repeat: repeat-x;
}

.topBorderDark
{
	background-image: url(images/top_shadow_dark.gif);
	background-repeat: repeat-x;
}

.bottomBorderDark
{
	background-image: url(images/bottom_shadow_dark.gif);
	background-repeat: repeat-x;
}

.rightBorderDark
{
	background-image: url(images/shadow_right_dark.gif);
	background-repeat: repeat-y;
}