
/*=============================== Standard Tags =================================*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #7b7654;
}

a:hover {
	color: #8e8963;
}

html {
	height: 100%;
	background: #efefef;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #4D4D4D;
	font-size: 11px;
	line-height: 15px;
	height: 100%;
	min-height: 600px;
	min-width: 800px;
	background-image: url(../gfx/bg_full.png);
	background-repeat: repeat-x;
	background-position: center top;
}

h2 {
	color: #32a93d;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 14px;
}

h3 {
	color: #4d4d4d;
	margin-bottom: 25px;
	font-size: 12px;
}

h4 {
	color: #32a93d;
	margin-bottom: 25px;
}

p {
	line-height: 17px;
	margin-bottom: 5px;
}

ul.pdf li {
	background: url(../gfx/pdf.gif) no-repeat -4px 3px;		
	list-style-type: none;
	line-height: 20px;
	margin-left: 0;
	padding-left: 18px;
}

ul.pdf {
	margin-bottom: 25px;
}

object {
	display: block;
}




/*=============================== Main Layout =================================*/

#top {
	position: relative;
	margin: 0 auto;
	width: 704px;
	height: 148px;
	background-image: url(../gfx/bg_full.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: -40px;
}


#wrapper {
	position: relative;
	margin: 0 auto;
	width: 650px;
	border-left: 1px dashed #cbc9bb;
	border-right: 1px dashed #cbc9bb;
	min-height: 100%;
	padding: 0 0 0 25px;
}

#title h1 {
	margin: 0 0 0 3px;
	padding: 25px 0 0 35px;
}

#title h1 a {
	display: block;
	height: 68px;
	width: 150px;
	text-indent: -2000em;
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
	float: left;

}

#title h2 {
	margin: 0 0 0 3px;
	padding: 10px 17px 0 0;
}

#title h2 a {
	display: block;
	height: 43px;
	width: 169px;
	text-indent: -2000em;
	background: url(../gfx/cbwc_logo.png) 0 0 no-repeat;
	outline: none;
	float: right;

}


dt {
	font-weight: bold;
	margin-top: 10px;
}


