html,body {
	margin: 0;
	padding: 0;
	background: #d3d3d3;
	width: 100%;
	height: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color: #3f3f3f;
}

div#container {
	width: 800px;
	
	text-align:left;
	margin: 0 auto;
	
}

div#header {
	height: 124px;
	background: url(img/header_5.gif) no-repeat;
}

#header a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#footer {
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration:none;
}

div#content {
	background: #fff url(img/content_bg.gif) no-repeat;
	height: 484px;
	padding: 10px 5px 10px 10px;
}

#nav {
	width: 190px;
	float: left;
	height: 484px;
}

#nav ul {
	margin: 0;
	margin-top: 9px;
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 0;
	padding: 0 0 5px 15px;
	list-style: none;
}

#nav li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#nav li a:hover {
	color: #3f3f3f;
}


#nav li a.act {
	color: #009186;
}

a {
	color: #c1a964;
}


#colleft {
	width: 380px;
	float: left;
	height: 484px;
	overflow: auto;
}

#colleft p {
	padding-right: 5px;
}

#colright {
	width: 200px;
	float: left;
	margin-left:10px;
	height: 484px;
	overflow: auto;	
}

#colmain {
	margin-left: 10px;
	width: 580px;
	float: left;
	height: 484px;
	overflow: auto;	
}

.csc-firstHeader {
	margin-top: 0;
	padding-top: 0;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.csc-textpic-caption {
	font-size: 10px;
	color: #7e7e7e;
	padding-top: 5px;
	text-align: right;
}

/* news styles */

.newslist h1 {
	margin: 0 0 15px 0;
	padding: 0;
}

.newsitem {
	margin-bottom: 12px;
}

.newsitem h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.newsitem p {
	margin: 0;
	padding: 0;
}


/* form styles */

fieldset {
	border: none;
}

.csc-mailform-field label {
	width: 100px;
	float: left;
	display: block;
}

.csc-mailform-field {
	padding-bottom: 5px;
}

.csc-mailform-submit {
	margin-left: 100px;
}
