.buttonscontainer {
	width: 120px;
}

.buttons a {
	color: #000000;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
}
.buttons {
	padding-left: 5px;
}


.buttons a:hover {
	color: #333333;
	text-decoration: none;
}

.subbuttons a {
	color: #333333;
	padding: 1px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
}

.subbuttons a:hover {
	color: #666666;
	text-decoration: none;
}

#contentArea #imgs {
	float: left;
	margin: 3px;
	height: 70px;
	text-align: center;
}
#contentArea #thumbs td {
	text-align: center;
}
#contentArea #pages {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images2/page.jpg);
	height: 36px;
	width: 304px;
	margin-right: 66px;
	margin-left: 66px;
	background-repeat: no-repeat;
	margin-top: 25px;
}


#rightnav #rBottom {
	background-image: url(../images2/rightfoot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 33px;
}
#leftnav #lBottom {
	height: 96px;
	background-image: url(../images2/leftfoot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.maincontent{
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}
.newscontent{
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
	font-size: 11px;
	font-weight: bold;
}.news a {
	color: #D50100;
	text-decoration: none;
}
.newsContext {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}
#contentArea .newscontent .news {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
	padding-right: 4px;
	padding-left: 4px;
}
.formitem {
	border: 1px solid #333333;
	margin-top: 5px;
	vertical-align: bottom;
}
#contentArea #form #submit {
	background-position: right;
}
#contentArea form #submit {
	float: right;
}

#contentArea form li {
	list-style-type: none;

}

.formitem:hover {
	background-color: #E9E9E9;
}
.formitem:focus {
	background-color: #E9E9E9;
}
label {
	float: left;
	text-align: right;
	display: block;
	width: 80px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

#contentArea form em {
	color: #FF0000;
}
