/* CSS Document */
body {
	background-color: #43857C;
	text-align:center;
	margin: 0;
}

a.homenav { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 161px; /* width of reactive image */
     height: 33px; /* height of reactive image */
     background-image: url(images/menu/home.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.homemav:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/menu/home_on.gif); /* source for target image */
     }

#frame {
	width: 810px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:center;
}

#contentleft {
	width:160px;
	padding:0px;
	float:left;
}

#contentleft ul {
	list-style-type: none;
}

#contentleft ul li {
	list-style-type: none;
}

#contentcenter {
	width:489px;
	padding:0px;
	float:left;
	background: #fff;
	text-align:left;
	}

#contentright {
	width:160px;
	padding:0px;
	float:left;
}
ul {
	margin-top:-10px;
	margin-bottom:-10px;
	}
	
li {
	font-size:12px;
	line-height:16px;
	margin:0 40px;
	}

p {
	font-size:12px;
	line-height:16px;
	padding:5px 45px 5px 65px;
	}

a, a:link, a:visited, a:hover, a:active {
	color:#0066CC;
	font-weight:bold;
	}
cc_form {
	align: center;
	width: 150px;
	margin-left: 100px;
	display: block;
}
