body {
	font-family: Verdana, Sans-serif;
	font-size: small;	
	padding: 10px;
	padding-top: 40px;
	background: #eee;
}

#caps {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content {
	width: 760px;
	border: 1px solid #AAA;
	margin: 0 auto;
}

#header {
	height: 240px;
	width: 758px;
	/*border: 1px solid yellow;*/
}

#main {
	width: 760px;
	border: 1px none red;
	background: #E7E7E7;
	border-top: 10px solid #660000;
}

#footer {
	font-size: x-small;
	font-weight: bold;
	
	clear: both;
	text-align: right;
	
	padding-right: 2px;
}

#sidebar {
	background: #660000;
	padding-left: 10px;
	float: left;
	width: 180px;
	border: 1px none blue;
}

#text {
	font-size: small;
	float: right;
	padding-left: 10px;
	width: 558px;
} 

#bodycol {
    padding-right: 0px;
	font-size: small;
}
 
#sidebar a:link, #sidebar a:visited, #sidebar a:visited, #sidebar a:visited {
    color:    white;
    text-decoration: none;
	font-size: small;
}

.text_item{
	background-color: #dddddd;
}

.csc-header{
	color: white;
	background-color: #660000;

	background-image: url(../images/nw_min.gif);
	background-repeat: no-repeat;
	
	margin-right:  0px;
	margin-left:  2px;
	margin-top:   2px;
    margin-bottom: 0;
}

.bodytext {
	padding-left: 3px;
}

.contenttable {width: 100%; padding-left: 5px;}
.tr-even{
	background-color: #cccccc;
}

h1{
	font-size: large;
}