html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e7e5ce;
}
body {
	margin-top: 0px;
	padding-top: 0px;
}
body, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
a.hotLink:link, a.hotLink:active, a.hotLink:visited {
	text-indent: 5px;
	vertical-align: middle;
	border: 1px solid #C8BA91;
	text-decoration: none;
	padding: 3px;
	line-height: 20px;
	background-image: url(../images/subpgs/hotLink.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	color: #00502F;
}
a.hotLink:hover {
	text-indent: 5px;
	vertical-align: middle;
	border: 1px solid #C8BA91;
	text-decoration: none;
	padding: 3px;
	line-height: 20px;
	background-image: url(../images/subpgs/hotLink_f2.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	color: #00502F;
}
h3 {
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #00502F;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3CFA8;
}



a {
	color: #00502F;
}
a:visited {
	color: #00502F;
}
a:hover {
	color: #6E8904;
}
a:active {
	color: #00502F;
}

u {
	font-weight: bold;
	color: #00502F;
	font-style: normal;
	text-decoration: none;
}

ul {
	list-style-image: url(../images/css_elements/bullet.gif);
}
.greenHighlight {
	color: #00502F;
}


form {
	margin-top: 0px;
	padding-top: 0px;
}
option {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #E7E5CE;
}
select
{
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #E7E5CE;
	color: #074f00;
}
input {
	background-color: #E7E5CE;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #074f00;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	height: 20px;
}
/* Form Boxes */

.textfield {
	background-color: #E7E5CE;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #074f00;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	height: 20px;
}

.submit {
	height:18px;
	width:16px;
	background-color: transparent;
	background-image: url(../images/search_btn.gif);
	background-repeat: no-repeat;
}

textarea
{
	background-color: #E7E5CE;
	background-image:   url("../imgs/search_box.gif");
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #074f00;
	background-position: top;
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#DDDDDD;
	scrollbar-shadow-color:#C7C7C7;
	scrollbar-face-color:#DBDBDB;
	scrollbar-track-color:#EAEAEA;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
}
 
/* Site Formatting */

#fullHeight{
	height: 100%;
}
#container {
	margin: auto;
	width: 779px;
	text-align: left;
	height: 100%;
}
#containTable {
	margin: auto;
	width: 760px;
	text-align: left;
	height: 100%;
}
#header {
	background-image: url(../images/ht_header.gif);
	background-repeat: no-repeat;
	height: 116px;
	width: 760px;
}
#homepgTop {
	height: 360px;
}
#SubpgTop {
	height: 170px;
}

#mainPicture {
	background-image: url(../images/centerpiece.jpg);
	background-repeat: no-repeat;
	width: 526px;
}
#sideGradient {
	background-image: url(../images/side_gradient.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 234px;
	font-size: 12px;
}
#homepgAgents {
	background-image: url(../images/L_Burst.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 526px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
#agentsBuffer {
	height: 325px;
}
#navBar {
	height: 24px;
}

a.btn:link, a.btn:active, a.btn:visited {
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 125px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	display:block;
}

a.btn:hover {
	background-image: url(../images/btn_roll.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 125px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	display:block;
}
ul {
	list-style-image: url(../images/bullet.gif);
}




#homepgSideImage {
	height: 190px;
	width: 234px;
}


#homepgGreen {
	background-color: #00502f;
	height: 190px;
	width: 526px;
	color: #FFFFFF;
	font-size: 12px;
}
#greenStroke {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d856e;
}


/* Page Formatting */

#pgFormatLft {
	width: 526px;
	background-color: #FFFFFF;
}
.taxTables {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.taxTablesTopRow {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00502f;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #00502F;
	text-indent: 5px;
}



#subpgPicture {
	height: 170px;
	width: 760px;
}

#pgFormatMiddle {
	width: 760px;
	background-color: #FFFFFF;
	height: 100%;
}
#pgFormatRight {
	width: 234px;
	background-color: #FFFFFF;
	padding-left: 15px;
}
#pgFormatContent {
	width: 495px;
}


/* Footer */

#footer{
	background-image: url(../images/shadow_btm.gif);
	background-repeat: no-repeat;
	height: 9px;
}
#shadowRt {
	background-image: url(../images/shadow_rt.gif);
	background-repeat: repeat-y;
	width: 9px;
}
#shadowLft {
	background-image: url(../images/shadow_lft.gif);
	background-repeat: repeat-y;
	width: 10px;
}

#footerCell {
	height: 9px;
	background-image: url(../images/shadow_btm.gif);
	background-repeat: no-repeat;
}

#shadowTop {
	background-image: url(../images/shadow_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: bottom;
}
hr {
	color: #D3CFA8;
}
.searchTitleText{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00502F;
	text-decoration: none;
}
.searchTitleText a:link, .searchTitleText a:active, .searchTitleText a:visited, .searchTitleText a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00502F;
	text-decoration: underline;
}
.searchText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.searchText a:link, .searchText a:active, .searchText a:visited, .searchText a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00502F;
	text-decoration: underline;
}
.textfieldCopy {

	background-color: #E7E5CE;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #074f00;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	height: 20px;
}

