@charset "utf-8";
/* CSS - MAY COURT OF BROCKVILLE */
/* COPYRIGHT 2008 */
/* CREATED BY KEVIN DAVIDSON - MEDIA PROMOTIONS */

/* LAYOUT */

body {
	background-color: #E4C994;
	text-align: center;  /* To centre the page in IE */
}

.mainbox {
	width: 793px;
	text-align: left;
	margin-left: auto; /* For Firefox centering */
	margin-right: auto; /* For Firefox centering */
	min-height: 100%;
	overflow: hidden;
}

.titlebox {
	text-align: left;
	height: 142px;
	width: 100%;
}

/* Nav Bar */
.navbar {
	height: 36px;
	background-image: url(../images/navbar.jpg);
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.inside-navbar {
	padding-top: 5px;
}
.navbar a{
	color: #ffffff;
	text-decoration: none;
}
.navbar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.content_container {
	height: auto;
	overflow: hidden;
}

/* Main Content */

.main_outer {
	float: left;
	width: 591px;
	color: #666666;
	background-image: url(../images/main_content_bkgnd.jpg);
	background-repeat: repeat;
	
	
}
.main_content_header {
	height: 16px;
	background-image: url(../images/content_header.jpg);
	background-repeat: no-repeat;
}
.main_content {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 370px;
	overflow: auto;
}
.main_content_footer {
	height: 17px;
	background-image: url(../images/main_content_footer.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

/* News Content */
.news_outer {
	float: right;
	width: 202px;
	color: #FFFFFF;
	background-image: url(../images/news_content_bkgnd.jpg);
	background-repeat: repeat;
	
}
.news_content_header {
	height: 16px;
	background-image: url(../images/news_header.jpg);
	background-repeat: no-repeat;
}
.news_content {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: left;
}
.news_content a {
	text-decoration: none;
	color: #CCCCCC;
}
.news_content a:hover {
	text-decoration: underline;
}

.news_content_footer {
	height: 17px;
	background-image: url(../images/news_content_footer.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
.news-header {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}

/* Bottom Page */
.footer_outer {
	width: 793px;
	margin-left: auto;
	margin-right: auto;
}
.footer_header {
	height: 17px;
	background-image: url(../images/footer_header.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
.footer_content {
	background-image: url(../images/footer_content.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.footer_inside_content {
	width: 400px;
}
.footer_content a{
	color: #ffffff;
	text-decoration: none;
}
.footer_content a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer_footer {
	background-image: url(../images/footer_footer.jpg);
	height: 25px;
}

/* Table Borders */
.table_border {
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
}
.table_border_support {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.newscontentheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
}
.maincontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news_title {
	font-size: 16px;
	color: #333333;
}
.news_date {
	font-size: 11px;
	color: #333333;
}

