/* CSS Document */



html,body {

margin:0;

padding:0;

height:100%;

width:100%;

background-color: #e8e8e0;

background-image: url(images/mainbg.png);

background-position: top center;

background-repeat: no-repeat;

}

table.full-height {



height:100%;

width:100%;

border:0px;

}



table {



font-family: Trebuchet MS, Tahoma;

font-size: 13px;

color: #666666;

line-height: 22px;

}



p {



font-family: Trebuchet MS, Tahoma;

font-size: 13px;

color: #666666;

line-height: 22px;

}



h1 {



font-size: 13px;

color: #92bf4b;

}



h2 {



font-size: 13px;

color: #92bf4b;

}



/* Main Text Links */



a {



color: #92bf4b;

text-decoration: none;

}



a:hover {



color: #92bf4b;

text-decoration: underline;

}



/* Homepage UL Text Links */



.homeul a {



color: #666666;

text-decoration: none;

}



.homeul a:hover {



color: #92bf4b;

text-decoration: none;

}



/* Main Unordered List */



ul li {

    margin: 0px 0px 0px -20px;

    padding: 0 0 0 20;

    list-style: disc;

	line-height: 25px;

}



/* Main Navigation */



a.linka {

display: block;

width: 130px;

height: 38px;

background: url("links/linka.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linka {

background-position: -130px 0;

}



a.linkb {

display: block;

width: 130px;

height: 38px;

background: url("links/linkb.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linkb {

background-position: -130px 0;

}



a.linkc {

display: block;

width: 130px;

height: 38px;

background: url("links/linkc.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linkc {

background-position: -130px 0;

}



a.linkd {

display: block;

width: 130px;

height: 38px;

background: url("links/linkd.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linkd {

background-position: -130px 0;

}



a.linke {

display: block;

width: 130px;

height: 38px;

background: url("links/linke.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linke {

background-position: -130px 0;

}



a.linkf {

display: block;

width: 130px;

height: 38px;

background: url("links/linkf.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linkf {

background-position: -130px 0;

}



a.linkg {

display: block;

width: 130px;

height: 38px;

background: url("links/linkg.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linkg {

background-position: -130px 0;

}

/* Contact Form */

form {width: 435px;}

fieldset{
	padding:10px;
	border:0px;
	margin-bottom:15px;
width: 450px;
}

.textarea2{
background-color:#e8e8e0;
background-image: none;
border: 0px;
margin: 4px;
padding: 6px;
}

input,textarea{
background-color:#ffffff;
border: 1px solid #e8e8e0;
margin: 4px;
font: 11px Verdana, Tahoma, Arial;
}
/*styles the input fields*/

label{
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
color: #666666;
}

.submitbutton {
	border: 1px solid #666666;
	background-color:#e8e8e0;
	font-family: Verdana, Tahoma, Arial;
font-size: 11px;
color: #666666;
}
