@charset "utf-8";
/* CSS Document */



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/subpageback.gif)
}
A:link{text-decoration: none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none}
A:visited{text-decoration: none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none}
A:active{text-decoration: none; color: #C7DCD1; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none}
A:hover{text-decoration: none; color: #C7DCD1; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none}
.twoColFixRtHdr #container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #navbar { 
	background: #006334; 
	padding: 10px 0px 6px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 25px;
} 
.twoColFixRtHdr #midbar { 
	background: #006334; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 

.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0 0;
	border-left: solid 1px #84A182;
		border-right: solid 1px #84A182;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0 0;
	border-left: solid 1px #84A182;
		border-right: solid 1px #84A182;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 21px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px #84A182;
} 
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#84A182; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.goldrollover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #b8ad82;
	text-decoration: normal;
}
.goldrollover:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #84a182;
	text-decoration: normal;
}
.style1 {
	font-size: 12px
}
	a.sidenav {
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
	}
	a.sidenav:hover {
		color:#2F8754;
	}
	td.sidenav {
		padding-top:10px;
		padding-bottom:10px;
		padding-right:0px;
	}
	.footernav {
		font-family:Verdana;
		font-size:10px;
		color:#016936;
		text-decoration:none;
	}
	a.footernav:hover {
		color:#0D2D84;
		text-decoration:underline;
	}
.maintext {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.copyrighttext {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.whitetextlg {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.greenrollover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #84a182;
	text-decoration: underline;
}
.greenrollover:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #006633;
	text-decoration: underline;
}
A.Delete {
	font-family: Verdana,Arial; font-size: 10px; text-decoration: none
}
A.Delete:hover {
	text-decoration: underline; 
}
A.menu {
	COLOR: #ffffff; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; TEXT-DECORATION: none;
}
A.falinks {
	COLOR: #051a00
}
A.menu:hover {
	COLOR: #ffffff; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; TEXT-DECORATION: underline
}
.menutitle {
	COLOR: #e7d105; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A.menutitle:hover {
	TEXT-DECORATION: underline
}
.sFormwhite {
	COLOR: #ffffff; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.stextwhite {
	COLOR: #ffffff; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.stext {
	COLOR: #000000; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.stextrequired {
	COLOR: Red; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.ltext {
	COLOR: black; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 12px; FONT-WEIGHT: normal
}
TD.Raised {
	BORDER-BOTTOM: #584300 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #584300 1px solid; BORDER-TOP: #ffffff 1px solid
}
TD.boxed {
	BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid
}
TD.boxedHeader {
	BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid
}
.form_SelectInstruction
{
	BACKGROUND: #ffffff; COLOR: #000000; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.form_SelectActive
{
	BACKGROUND: #bbccbb; COLOR: #ffffd8; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.form_SelectInActive
{
	BACKGROUND: #bbccbb; COLOR: black; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.form_input {
	BACKGROUND: #ffffff; COLOR: #000000; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.form_submit {
	COLOR: #000000; FONT-FAMILY: Verdana,Arial, Helvetica; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.ToolHeader {
	color: #000000; Font-Family: Verdana,Arial; Font-Size: 11px; Font-Weight: normal;
	
}
.ToolBar {
	BACKGROUND: buttonface; BORDER-BOTTOM: buttonshadow 1px solid; BORDER-LEFT: buttonhighlight 1px solid; BORDER-RIGHT: buttonshadow 1px solid; BORDER-TOP: buttonhighlight 1px solid; PADDING-BOTTOM: 2px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; PADDING-TOP: 2px
}
TD.SigninRaised {
	BORDER-BOTTOM: #584300 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #584300 1px solid; BORDER-TOP: #ffffff 1px solid
}
.nounder {
	TEXT-DECORATION: none
}
.subsubmenu {
	COLOR: navy; FONT-FAMILY: Verdana,Tahoma,Arial; FONT-SIZE: 9px; TEXT-DECORATION: none
}
.subsubmenu:hover {
	TEXT-DECORATION: underline
}
.submenu {
	COLOR: blue; FONT-FAMILY: Verdana,Tahoma,Arial; FONT-SIZE: 10px; TEXT-DECORATION: none
}
.submenu:hover {
	TEXT-DECORATION: underline
}
.menuheaders {
	COLOR: black; FONT-FAMILY: Verdana,Tahoma,Arial; FONT-SIZE: 14px; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
.menuheaders:hover {
	TEXT-DECORATION: underline
}
.textwhite1 {
	COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 12px; FONT-WEIGHT: normal
}
