body {
	text-align: center;
	background-color: #4D88A3;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
#site {
	margin: auto;
	padding-top: 20px;
	text-align: left;
	width: 821px;
}
#head {
	width: 821px;
	height: 209px;
}
#menu {
	width: 821px;
	height: 21px;
	padding: 2px;
}
#content {
	width: 821px;
	padding: 10px;
	margin: 0px;
	background-image: url('images/bckgrnd.jpg');
	background-repeat: repeat-y;
}
#rootline {
	margin-left: 10px;
	font-size: 10px;
	border-bottom: 1px solid #111;
	width: 770px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#rootline a {
	color: #666;
}
#text {
	width: 600px;
	margin: 0px;
	margin-left: 30px;
	padding:0px;
}
#bottom {
	width: 821px;
	height: 33px;
	background-image: url('images/bottom.jpg');
}
#footer {
	margin-left: 40px;
	margin-bottom: 15px;
	color: #ccc;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	text-decoration: underline;
}

/* MENU */
div.menu1-level1-no, div.menu1-level1-act {
	display: inline;
	padding-left: 17px;
	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 */
#text h1 {
	font-size: 15px;
}
#text h2 {
	font-size: 12px;
}
#text a {
	color: #4D88A3;
	text-decoration: none;
	font-weight: bold;
}
#text a:hover {
	text-decoration: underline;
}
#text li {
	padding-bottom: 5px;
}
#text .csc-textpic-caption {
	font-weight:bold;
	font-size:9px;
}

/* FORMS */
label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
.csc-mailform-submit {
	background-color: #4D88A3;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border: 1px solid #000;
}
