/* CSS Document */

body {
	background:url(images/bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
}

#container {
	width: 100%; position:relative;
}

.borderleft {
	border-left: 1px solid #669966;
}

#borderdiv {
	position:relative; 
	width: 800px; 
	border: 1px solid #B5C98F; 
	text-align:center; 
	left: 50%;
	margin-left: -375px;
}

.header {
	background: url(images/home_01.gif) no-repeat; 
	width: 800px; 
	height: 75px; 
	text-align:right;
}

.footer {
	background-image: url(images/home_13.gif); 
	width: 800px; 
	height: 31px;  
	text-align:center;
	font-size: 10px;
	padding: 3px 0 3px 0;
}

.leftpanel {
	background:url(images/other_12.gif) repeat-y; 
	width: 123px; 
		padding: 0;

}

.centerpanel {
	background:url(images/other_10.gif) no-repeat; 
	width: 553px; 
	background-color:#FFFFFF;
	text-align:left;
}

.rightpanel {
	background:url(images/other_11.gif) repeat-y; 
	width: 124px; 
	height: 379px;
	padding: 18px 6px 6px 6px;
	font-size: 95%;
	font-style:italic;
	line-height: 17px;
	color: #169093;
}

.tablebg {
	background-color: #669966;
	color: #ffffff;
}

.tablebgoff {
	background-color: #DEDEBE;
}

.tblbgtestoff {
	background-color: #E0E0C2;
}

.tblbgtest {
	background-color: #EEFFCA;
}

#topofpage {
	margin: 0;
}

.fields {
	width: 320px;
	color: #333333;
}

.submit {
	background: transparent url("images/sendbutton.gif") no-repeat;
	width: 83px;
	height: 25px;
	color: white;
	padding-bottom:3px;
	padding-top: 2px;
	margin:0;
	font-weight:bold;
	border:solid 0 #fff;
}


p, td, tr, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: #006600;
	text-align:left;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 18px;
	color: #F79C0F;
}

h1 {
	font-size: 20px;
}

p {
	padding: 0;
	margin: 18px;
}

p.signature {
	margin: 6px 18px 0 0;
	padding: 0;
	text-align: right;
}

p.quote {
	margin: 0;
	padding: 0;
}


.fullborder {
	border: 1px solid #006600;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990033;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
}