/* CSS Document */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#FFFFFF;
}
html{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	font-size: 1.1em;
}
input {
	font-size: 1.0em;
}

#header{
	height: 110px;
	text-align: center;
	text-align: center;
}
#content {
	border-top: 3px solid #BFE387;
 	background-color: #FFFFFF;
	background-image: url(images/page_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
 	text-align: center;
}
#content_rest {
	border-top: 3px solid #BFE387;
 	background-color: #FFFFFF;
	background-image: url(images/page_bg_rest.jpg);
	background-position: top;
	background-repeat: repeat-x;
 	text-align: center;
}

#header_container {
	margin-left: auto;
	margin-right: auto
}
#header_menu {
	height: 17px;
	background-color: #BFE387;
	width: 620px;
	text-align: right;
	padding-left: 0px;
}
#login_spacer {
	width: 155px;
}
#login_menu {
	height: 19px;
	width: 620px;
	text-align: right;
	background-color: #4A611C;
}
#header_slogan {
	height: 93px;
	background-color: #FFFFFF;
	width: 465px;
	text-align: left;
	vertical-align: middle;
	padding-left: 0px;
}
#header_logo {
	height: 110px;
	background-color: #FFFFFF;
	width: 155px;
	text-align: center;
	vertical-align: middle;
}
#header_arma {
	height: 93px;
	background-color: #FFFFFF;
	width: 145px;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}
#content_title {
	border-top: 1px dashed #BFE387;
	border-bottom: 1px solid #BFE387;
	width: 610px;
	text-transform: capitalize;
	color: #4A611C;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	height: 23px;
}
#content_title h1{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:1.1em;
	text-transform: uppercase;
}
#content_menu {
	width: 155px;
	text-align: left;
	vertical-align: top;
}
#content_menu a:link, #content_menu a:active, #content_menu a:visited { 
	color: #000000;
	text-decoration: none;
}
#content_menu a:hover { 
	color: #5B7031;
	text-decoration: none;
}
#content_menu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
}
#content_menu li{
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 5px 3px;
	border-top: 1px solid #EDF1D3;
	list-style-type: none;
	background-repeat: repeat-y;
	background-position: 0% 50%;
	border-left: 7px solid #F2F5E0;
	/*border-right: 1px solid #EDF1D3;*/
}

#content_menu_parent li
{
	background-image: url(images/icons/icon_out.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #EDF1D3;
	font-weight: bold;
	border-left: 7px solid #EDF1D3;
	display: block;
	height: 10px;
	width: 135px;
}
#content_menu_home li
{
	background-image: url(images/icons/icon_home.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #E4EABB;
	font-weight: bold;
	border-left: 7px solid #E4EABB;
	display: block;
	height: 10px;
	width: 135px;
}
#content_menu_lock li
{
	background-image: url(images/icons/icon_secure.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 10px;
	width: 135px;
}
#content_menu_current li
{
	border-left: 7px solid #EDF1D3;
	background-color: #F2F5E0;
	display: block;
	height: 10px;
	width: 135px;
}

#content_container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto
}
#content_text {
	color: #000000;
	width: 360px;
	text-align: left;
	padding-bottom: 75px;
}

#content_text_inside {
	color: #000000;
	width: 620px;
	text-align: left;
	padding-bottom: 75px;
	overflow: auto;
	height: 200px;
}
#content_text_inside li{
	list-style-type:none;
	list-style-image: url(images/icons/bullet.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}
#content_text_inside p{
	margin-left: 10px;
	line-height: 18px;
}
#content_text_inside a:link, #content_text_inside a:visited, #content_text_inside a:active{
	color: #4A611C;
	text-decoration: underline;
}
#content_text_inside a:hover {
	color: #000000;
	text-decoration: underline;
}
#content_text_inside .img{
	margin-top: 20px;
}
.collection_table {
	display: table;
	padding-bottom: 15px;
	padding-right: 10px;
	text-transform: capitalize;
	border-top: 1px solid #BFE387;
	padding-top: 20px;
	margin-top: 20px;
}
.other_table {
	border-top: 1px solid #BFE387;
	margin-top: 20px;
}
.collection_table tr{
	border: 1px solid #000000;
	color: #000000;
}
#content_text p{
	margin-left: 10px;
	line-height: 18px;
}
#content_text a:link, #content_text a:visited, #content_text a:active{
	color: #4A611C;
	text-decoration: underline;
}
#content_text a:hover {
	color: #000000;
	text-decoration: underline;
}
#content_text img{
	margin-top: 20px;
}
#content_text .flash{
	margin-top: 20px;
}
#content_rightbar {
	width: 260px;
	vertical-align:top;
}
#content_rightbar table{
	background-color: #F2F5E0;
	border: 1px solid #EBF4D5;
	width: 208px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #5B7031;
}
#content_rightbar a:active, #content_rightbar a:visited, #content_rightbar a:link {
	background-color: #F2F5E0;
	border: 1px solid #EBF4D5;
	width: 208px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #5B7031;
	text-decoration:underline;
}
#content_rightbar a:hover {
	color: #03581D;
	text-decoration:none;
	background-color: #E3EBC3;
}
#content_rightbar td{
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#content_rightbar ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
}
#content_rightbar li{
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	width: 208px;
	border-bottom: 1px solid #F2F5E0;
	list-style-type: none;
}
#content_login_input {
	width: 100px;
	height: 14px;
	border: 0px;
	
}
#footer {
	height: 74px;
	width: 100%;
	text-align: center;
}
#footer_container {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
}
#footer_content {
	width: 620px;
	padding-top: 20px;
}
#box_bl {background: url(images/box_bl.gif) 0 100% no-repeat; width: 100%;} 
#box_br {background: url(images/box_br.gif) 100% 100% no-repeat; width: 100%; height:auto} 
#box_tl {background: url(images/box_tl.gif) 0 0 no-repeat; width: 100%; height:auto} 
#box_tr {background: url(images/box_tr.gif) 100% 0 no-repeat; height:auto; padding: 10px 10px 14px 10px; text-align: left}
#box_sl {background: url(images/box_sl.gif) left repeat-y; width: 100%; height:auto} 
#box_sr {background: url(images/box_sr.gif) right repeat-y; width: 100%; height:auto} 
#box_st {background: url(images/box_st.gif) top repeat-x #F2F5E0; height:auto; width: 620px; margin: 0px 0px 0px 0px; margin-left: 155px;}
#box_sb {background: url(images/box_sb.gif) bottom repeat-x; width: 100%; height:auto }

.footer_links, .footer_links a:link, .footer_links a:active, .footer_links a:visited {
	color: #4A611C;
	text-decoration: none;
	line-height:17px;
	padding:1px 0px 1px 0px;
}
.footer_links a:hover {
	text-decoration: none;
	background-color:#FFFFFD;
}
.footer_copy {
	color: #000000;
}
.footer_think, .footer_think a:link, .footer_think a:active, .footer_think a:visited {
	color: #4C4C4C;
	text-decoration: none;
	vertical-align: middle;
}
.footer_think a:hover {
	text-decoration: underline;
}
#footer_govmt  {
	color: #4C4C4C;
	text-align: right;
	vertical-align: bottom;
}
#go{
	width: 35px;
	height: 14px;
	border: 0px;
	background-color: #5B7031;
	color: #FFFFFF;
}

#submit {width: 50px; height: 14px; border: 0px; background-color: #5B7031; color: #FFFFFF; }
#reset {width: 50px; height: 14px; border: 0px; background-color: #5B7031; color: #FFFFFF; }

#errorlist 
{
	margin:0 0 0 0;
	padding:5px 5px 0px 10px;
}

#errorlist li
{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.table_header {
	background-color: #E3EBC3;
	height: 22px;
	padding-left: 5px;
	text-align: left;
}
.text_menu a {
	color: #000000;
	height: 17px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;

}
.text_menu a:hover {
	color: #FFFFFF;
	background-color: #5B7031;
	text-decoration: none;
}
.text_login a {
	color: #FFFFFF;
	height: 17px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.text_login a:hover {
	color: #FFFFFF;
	background-color: #5B7031;
	text-decoration: none;
}
input {
	
}
select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	height:15px;
	width:300px;
}

#dataselect
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:15px;
	width:275px;
}

.textbox {font-family:Verdana, Arial, Helvetica, sans-serif; height:12px; width:269px;}
.textarea {font-family:Verdana, Arial, Helvetica, sans-serif; height:100px; width:269px;}
.textboxdate{font-family:Verdana, Arial, Helvetica, sans-serif;height:12px;width:130px;}