body {
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: justify;
	line-height: 1.5em;
}
a:link {
	color: #006699;
}
a:hover {
	color: #DD6900;
}
a:active {
	color: #DD6900;
}
a:visited {
	color: #006699;
}
p {
	font-size: 12px;
	text-align: justify;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
}
blockquote {
	margin-left: 15px;
}
.image {
	border: 3px solid #006699;
}

.cp_header {
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.cp_topleft {
	background-image: url(images/tl.gif);
	background-repeat: no-repeat;
	width: 20px;
}
.cp_logo {
	/*background-image: url(images/mainlogo.gif);*/
        background-image: url(images/clubpolo_logo_snow.gif);
	background-repeat: no-repeat;
	width: 250px;
}
.cp_top {
	background-image: url(images/t.gif);
	background-repeat: repeat-x;
}
.cp_banner {
	height: 80px;
	text-align: right;
	vertical-align: bottom;
}
.cp_nav {
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 12px;
	text-align: left;
}
.cp_nav a:link {
	text-decoration: none;
	color: #006699;
}
.cp_nav a:hover {
	text-decoration: none;
	color: #DD6900;
}
.cp_nav a:visited {
	text-decoration: none;
	color: #006699;
}
.cp_nav a:visited:hover {
	text-decoration: none;
	color: #DD6900;
}
.cp_google {
	padding: 0px;
	margin: 0px;
}
.cp_topright {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	width: 20px;
}

#cp_left {
	background-image: url(images/l.gif);
	background-repeat: repeat-y;
	display: compact;
	overflow: visible;
}
#cp_main {
	background-color: #FFFFFF;
	background-image: url(images/r.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px 0px 0px 20px;
	padding: 2px 50px 15px 30px;
	display: block;
	overflow: visible;
	text-align: left;
}

.cp_footer {
	width: 100%;
	height: 60px;
}
.cp_bottomleft {
	width: 20px;
	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
}
.cp_legal {
	background-image: url(images/b.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 9px;
	color: #006699;
	line-height: normal;
}
.cp_bottomright {
	background-image: url(images/br.gif);
	width: 20px;
}

