/* CSS Document */
html *
{
	padding: 0px;
	margin: 0px;
}
body 
{
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	background-image: url('http://www.couver.biz/Resources/Images/topback.jpg');
	background-repeat: repeat-x; 
	background-color:#005A00;
	background-position: center top;
}

a:link, a:visited, a:active
{
    color: Black;
    text-decoration: underline;
}

a:hover
{
    color:#008000;
    text-decoration: underline;
}

div.wrapper 
{
	width: 730px;
	text-align: left;
	margin: 0px auto;
}

div.header
{
    margin: 0px 0px 0px 0px;
	width: 730px;
	text-align:left;
    padding: 0px;
    border: none;
    position:relative;z-index:1;
}

div.image
{
    padding: 0px 0px 10px 0px;
    text-align:center;
    background-color:005A00;
}

div.clear{
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
	visibility:hidden;
}

* html div.clear{
	padding:0;
	display:none;
}

div.homecontent
{
    width: 730px;
    background-color:white;
    padding: 5px 5px 5px 5px;
    border: solid 2px black;
    position:relative;z-index:1;
}

.homecontent h1
{
    font-family:Arial Narrow;
}

div.content
{
    width: 730px;
    background-color:white;
    padding: 5px 5px 5px 5px;
    border: solid 2px black;
    position:relative;z-index:1;
}

div.leftcontent
{
    float: left;
    position: relative;
    width: 140px;
    font-size: 11px;
    padding: 5px;
    border: solid 1px black;
    background-color: #E9E981;
}

.leftcontent h1
{
    color: black;
    font-size: 11px;
}

div.spacertop
{
    height:30px;
}

div.rightcontent
{
    float: right;
    position: relative;
    width: 540px;
    font-size: 11pt;
}

div.rcbanner
{
    margin-top:-40px;
}

.rightcontent h1
{
    color: Maroon;
    margin: 5px 0px 5px 0px;
    font-size: 14pt;
    font-weight:bolder;
}

.rightcontent h2
{
    font-size: 13pt;
}

.rightcontent h3
{
    font-size: 11pt;
}

.rightcontent a:active
{
}

div.footer
{
    padding: 10px 0px 10px 10px;
    font-size: 10px;
    color: white;
}

.footer a:link, a:visited, a:active, a:hover
{
    color: white;
    text-decoration: underline;
}