<!--
body {background-color: #CDDCCB; color: #000; font-family: Arial, Helvetica, sans-serif; border-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
    background-image: url("graphics/white_bkg.gif");
	background-repeat: repeat-y;
	background-position: center top;
}

div.site_container1 { width: 100%; text-align: center;
	background-image: url("graphics/bkg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}
a.clients:link { display: block; width: 148px; height: 54px; font-size: 90%; font-weight: bold; text-decoration: none; color: #295A21; text-align: center; background: url("graphics/but_up.gif") no-repeat left top; margin: 11px 0px 0px 11px; padding-top: 5px;}
a.clients:visited { display: block; width: 148px; height: 54px; font-size: 90%; font-weight: bold; text-decoration: none; color: #295A21; text-align: center; background: url("graphics/but_up.gif") no-repeat left top; margin: 11px 0px 0px 11px; padding-top: 5px;}
a.clients:hover { display: block; width: 148px; height: 54px; font-size: 90%; font-weight: bold; text-decoration: none; color: #CC0000; text-align: center; background: url("graphics/but_down.gif") no-repeat left top; margin: 11px 0px 0px 11px; padding-top: 5px;}
a.clients:active { display: block; width: 148px; height: 54px; font-size: 90%; font-weight: bold; text-decoration: none; color: #CC0000; text-align: center; background: url("graphics/but_up.gif") no-repeat left top; margin: 11px 0px 0px 11px; padding-top: 5px;}

div.site_container2 {
    display: block;
    padding: 0px;
    width: 760px;
	padding: 10px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    background-color: #FFF;
}

div.main_container {
	border-top: 1px solid #295A21;
	border-left: 1px solid #295A21;
	border-right: 1px solid #295A21;
	width: 758px;
}

div.banner {
	width: 758px;
	height: 138px;
	background-image: url("graphics/banner.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

div.bar {
	width: 758px;
	height: 20px;
	background-image: url("graphics/bar.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#top_nav { padding: 0px; margin: 0px; list-style: none; font-size: 80%; }

#top_nav li { float: left; line-height: 20px; font-weight: bold; }

#top_nav a:link { display: block; float: left; height: 20px; text-decoration: none; color: #1B3C15; padding: 0px 8px 0px 6px; background: url("graphics/side.gif") no-repeat right top;}
#top_nav a:visited { display: block; float: left; height: 20px; text-decoration: none; color: #1B3C15; padding: 0px 8px 0px 6px; background: url("graphics/side.gif") no-repeat right top;}
#top_nav a:hover { display: block; float: left; height: 20px; text-decoration: none; color: #CC0000; padding: 0px 8px 0px 6px; background: url("graphics/side.gif") no-repeat right top;}
#top_nav a:active { display: block; float: left; height: 20px; text-decoration: none; color: #CC0000; padding: 0px 8px 0px 6px; background: url("graphics/side.gif") no-repeat right top;}

div.col_container {
	width: 758px;
	background-image: url("graphics/right_col.gif");
	background-repeat: repeat-y;
	background-position: right top;
}

div.left_col {
	float: left;
	width: 589px;
}

div.right_col {
	float: left;
	width: 169px;
}

div.form_container {
	width: 169px;
	padding: 10px 0px 15px 0px;
}

div.form_col1 {
	float: left;
	width: 64px;
	font-size: 70%;
	text-align: right;
	line-height: 20px;
}

div.form_col2 {	
	float: left;
	width: 105px;
	line-height: 20px;
}

div.col_title {
	width: 169px;
	height: 25px;
	line-height: 25px;
	background-image: url("graphics/right_col_bar.gif");
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-size: 110%;
	color: #FFF;
}

#right_nav { padding: 10px 0px 0px 15px; margin: 0px 0px 0px 15px; list-style: disc; font-size: 80%; }

#right_nav li { line-height: 20px; font-weight: bold; }

#right_nav a:link { height: 20px; text-decoration: none; color: #295A21;}
#right_nav a:visited { height: 20px; text-decoration: none; color: #295A21;}
#right_nav a:hover { height: 20px; text-decoration: underline; color: #CC0000;}
#right_nav a:active { height: 20px; text-decoration: underline; color: #CC0000;}

div.footer {
	width: 758px;
	height: 20px;
	line-height: 20px;
	background-image: url("graphics/bar.gif");
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-weight: bold;
	font-size: 70%;
}

div.clearer { clear: both; margin: 0px; padding: 0px; border: 0px; line-height: 0px; height: 0px; font-size: 0px; }

input.login { font-size: 75%; height: 16px; border: 1px solid #295A21; }
input.login_but { font-size: 75%; }

h1 { margin: 0px; padding: 15px 15px 5px 15px; color: #CC0000; font-size: 120%; }
h2 { margin: 0px; 
padding-top: 0px;
padding-bottom: 0.5em; color: #295A21;
padding-left:15px; font-size: 1em; }

p { margin: 15px 0px 15px 0px; padding: 0px 15px 0px 15px; font-size: 80%;}

a:link {text-decoration: none; color: #295A21;}
a:visited {text-decoration: none; color: #295A21;}
a:hover {text-decoration: underline; color: #CC0000;}
a:active {text-decoration: underline; color: #CC0000;}

-->

