
/* Default (Home) Page specific */

.middle {
	background-image: url(../images/bodybgimg.jpg); background-repeat: no-repeat; background-position: left top;
	}

/*.middlecontent {
	padding: 40px 120px 0px 20px;
	}
.middlecontent h1 {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.5em;
	color: #fff; margin: 0px;
	}
.middlecontent p {
	color: #fff; margin-right: 100px; font-size: 1.2em; line-height: 1.4em; border-top: solid 2px #B64926;
	padding-top: 10px;
	}*/

.loginbox {
	
	margin: 12px 3px 0px 0px; 
padding: 0px; border-left: 1px solid #666;
vertical-align: top;
	}
.loginbox h3 {
	padding: 3px 8px; margin: 0px; display: block;
	font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1em; color: #FFF;
	background-image: url(../images/colhdrgrn.gif); background-repeat: no-repeat; background-position: right top;
	height: 18px; white-space: nowrap;
	}

.loginbox p {
	margin: 0px; padding: 3px 2px 6px 6px;
	font-size: .75em; line-height: 1.2em;
	background-color: #FFF0A5; border-bottom: 2px solid #468966;
	}
	
.newscolumn {
	margin: 12px 20px 0px 0px; padding: 0px; border-left: 1px solid #666; width: 180px; vertical-align: top;
	}
.newscolumn h3 {
	padding: 3px 8px; margin: 0px; display: block;
	font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1em; color: #FFF;
	background-image: url(../images/colhdrred.gif); background-repeat: no-repeat; background-position: left top;
	height: 18px; white-space: nowrap;
	}
.newscolumn p {
	margin: 0px; padding: 8px 3px 8px 10px;
	font-size: .75em; line-height: 1.5em;
	background-color: #FFF0A5; 
	border-bottom: 2px solid #8E2800;
	}

.mainNews
{
    width: 710px;
    margin-left: 20px;
}

.mainNews p
{
    border-bottom: 0;
    font-size: 12px;
    margin-left: 0;
    padding: 6px;
}
	
.button a {
	position: relative;
	border-style: none;
	display: block;
	height: 24px; width: 90px; 
	margin: 5px 40px 0px 40px; 	
	padding: 7px 0px 0px 0px;
	text-align: center; text-decoration: none;
	background: url(../images/button.gif) no-repeat;
	}
.button a:hover {
	background-position: 0px -40px;
	TEXT-DECORATION: none;
}

