body {
	text-align: center;
	background-color: #636363;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
#head {
	height: 80px;
}
#site {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	width: 926px;
	background-image: url('../images/bckgrnd09.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
}
#menu {
	width: 580px;
	height: 27px;
	padding-top: 5px;
	background-color: #33A02D;
	color: #fff;
}
#content {
	width: 500px;
	padding: 20px;
	margin-left: 10px;
	min-height: 550px;
	clear:both;
	float: left;
}
#sponsor {
	float:right;
	width: 200px;
	margin:400px 0 10px 0;
	font-size: 10px;
}
#sponsor h6 {
	padding-bottom: 0px;
	margin-bottom: 0px;	
}
#sponsor p {
	line-height:14px;
}
#rootline {
	margin-left: 10px;
	font-size: 10px;
	border-bottom: 1px solid #111;
	width: 770px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#rootline a {
	color: #666;
}
#footer {
	margin-bottom: 15px;
	color: #fff;
	font-size: 10px;
	background-color: #33A02D;
	height: 50px;
	width: 100%;
	clear:both;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a img {
	margin: 10px;
	border-width: 0px;
}

/* MENU */
div.menu1-level1-no, div.menu1-level1-act {
	display: inline;
	padding-left: 19px;
	font-size: 12px;
	font-weight: bold;
}
div.menu1-level1-no div, div.menu1-level1-act div {
	display: inline;
}
div.menu1-level1-no a {
	color: #fff;
	text-decoration: none;
}
div.menu1-level1-act a {
	color: #fff;
	text-decoration: underline;
}
div.menu1-level2-no {
	padding: 2px;
	-moz-opacity:1; -khtml-opacity:1; opacity:1;filter:alpha(opacity=100);
}
div.menu1-level2-no a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div.menu1-level2-act a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* CONTENT */
#content h1 {
	font-size: 15px;
}
#content h2 {
	font-size: 12px;
}
#sponsor a, #content a {
	color: #33A02D;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#content li {
	padding-bottom: 5px;
}
.csc-textpic-caption {
	font-size: 9px;
	font-weight: bold;
}


/* FORMS */

label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
.csc-mailform-submit {
	background-color: #33A02D;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border: 1px solid #000;
}

