@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0px;
padding:0px;
}

h1,h2,h3,a,a:hover{
color:#006600;
}

p,li {
line-height:18px;
}

.larger {
font-size:18px;
}

#header-container {
margin:0px auto 0px auto;
height:200px;
width:950px;
}

#contents {
margin:20px auto 20px auto;
width:950px;
}

#right-column {
float:right;
width:730px;
margin:0px;
}

#left-column {
float:right;
width:200px;
margin:0px 20px 0px 0px;
}

#left-column img {
margin:0px 40px 5px 0px;
}

#left-nav {
width:190px;
padding:10px 10px 10px 0px;
border-right:#CCFFCC 1px solid;
}

#left-nav ul {
padding:0px;
margin:0px;
}

#left-nav li {
list-style:none;
padding:3px 0px 3px 0px;
color:#006600;
}

#left-nav li a {
font-size:16px;
text-decoration:none;
}

img#home-quote {
margin:10px 48px 10px 48px;
}

#footer-container {
width:950px;
border-top:#3eb54c 1px solid;
height:20px;
margin:0px auto 0px auto;
}

#footer {
margin:0px auto 0px auto;
width:950px;
height:20px;
font-size:10px;
}

#footer-left {
float:left;
width:475px;
height:20px;
}

#footer-right {
float:left;
width:475px;
height:20px;
text-align:right;
}

#footer-right a {
text-decoration:none;
}

/* contact */

td.form-layout-lable {
padding:3px 10px 3px 0px;
vertical-align:top;
}


