body {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
}

h1 {
color: #9F0C45;
font-size: 16px;
font-style: italic;
font-weight: normal;
}

h2 {
color: #7BB67F;
font-size: 14px;
font-weight: normal;
}

h3 {
color: #666666;
font-size: 12px;
font-weight: bold;
}

a, a:link, a:active, a:visited {
color: #7BB67F;
text-decoration: none;
}

a:hover {
background-color: #EEEEEE;
color: #7BB67F;
text-decoration: underline;
}

li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: square;
    color: #B3D6B0;
}

#container {
width:760px;
background-image:url("/img/site/bg_green.gif");
background-position: top left;
background-repeat: repeat-y;
}

#header {
width: 760px;
}

li.navlist {
color: #9F0C45;
list-style-image: none;
list-style-position: inside;
list-style-type: square;
padding: 0px 0px 2px 6px;
}

#nav {
font-size: 10px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
text-align: left;
background-color:#b3d6b0;
width:145px;
float: left;
}

#nav a, #nav a:active, #nav a:link, #nav a:visited {
font-size: 10px;
color: #333;
text-decoration:none;
}

#nav a:hover {
color:#DCA9BF;
text-decoration: none;
}

#client_login {
    width: 125px;
    border: 1px solid #7BB67F;
    background-color: #E7F2E7;
    font-size: 10px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 200%;
    padding-left:5px;
}

.textfielddark {
    border: 1px solid #46606C;
    background-color: #FFF;
    color: #333;
    font-size: 10px;
    text-indent: 5px;
}

.formbutton {
    border: 1px solid #7FADC4;
    color: #333;
    font-size: 10px;
    font-weight: bold;
}

#content-container {
	background-color: #fff;
	width: 612px;
	float: left;
}

#content {
    width:600px;
    padding: 5px 5px 0px 5px;
	min-height:200px;
}

#footer {
width: 760px;
background-color:#B3D6B0;
padding: 5px 0px 5px 0px;
text-align: right;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited {
font-size: 10px;
color: #333;
text-decoration:none;
}

#footer a:hover {
color:#DCA9BF;
text-decoration: none;
}

#sephone_footer td{
font-size: 9px;
color: #FFFFFF;
}

#sephone_footer a, #sephone_footer a:link, #sephone_footer a:active, #sephone_footer a:visited {
color: #FFF;
text-decoration: underline;
}

#sephone_footer a:hover {
color: #DCA9BF;
text-decoration: none;
}