@charset "UTF-8";
.bodyStd #container {
	width: 1000px;
	background-image: url(../images/CAPS_Template/repeat.png);
	background-repeat: repeat-y;	
}
.bodyStd #header {
	background-image: url(../images/CAPS_Template/header.png);
	background-repeat: no-repeat;
	height: 43px;
	background-position: 0px 0px;
	padding-top:110px;
}
.bodyStd #mainContent {
	background-image: url(../images/CAPS_Template/body.png);
	background-repeat: no-repeat;
	min-height: 221px;
	padding-right: 140px;
	padding-left: 140px;
}
.bodyStd #footer {
	background-image: url(../images/CAPS_Template/footer.png);
	background-repeat: no-repeat;	
}
.bodyStd #headerMenu ul {
	padding: 0px;
	list-style-type: none;
	margin-left:140px;
	margin-right:140px;
	height:20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bodyStd #headerMenu ul li {
float:left;
}
.bodyStd #headerMenu ul a {
	display:block;
	text-decoration: none;
	border:none;
	padding: 5px 10px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}
.bodyStd #headerMenu ul a:hover {
	background-color:#9FBF04;
}
.commentsboxtext {
display:none;
}