html {
	overflow-y: scroll;
}

body {
	background-color: #E6E6E6;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
}

.page-border {
	background-image: url(../images/page_bkgd.jpg);
	background-repeat: repeat-y;
	width: 861px;
	margin: 0px auto;	
}

.page {
	text-align: left;
	width: 761px;
	padding: 5px 0px 0px 47px;
}

.navbar {
	background-image: url(../images/nav_bkgd.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 24px;
	border: 1px solid #000;
	margin-top: 3px;
	margin-left: 1px;
}

.navbar ul {
	list-style-type: none;
	margin: 4px 30px 0px 0px;
}

.navbar ul li {
	float: right;
	padding-left: 30px;
}

.main {
	width: 700px;
	background-color: #F2F2F2;
	border: 1px solid #B2B2B2;
	margin-top: 15px;
	margin-left: -10px;
	padding: 5px 30px 0px 30px;
}
.mainnews {
	width: 700px;
	background-color: #F2F2F2;
	border: 1px solid #B2B2B2;
	margin-top: 15px;
	margin-left: 3px;
	padding: 5px 30px 0px 30px;
}
.table {
	margin-top: 15px;
	margin-left: 2px;
	padding: 0px 0px 0px 0px;
}
.tablebox{
	margin-top: 15px;
	margin-left: 0px;	
	padding: 0px 0px 0px 0px;
}

.center {
	text-align: center;
}


.start-box {
	position: relative;
	left: 175px;
	background-image: url(../images/redboxbkg.png);
	background-repeat: repeat-y;
	width: 365px;
	margin-top: -10px;
	height: 162px;
	font-size: 12px;
}

.right-box {
	float: right;
	margin-right: -15px;	
	text-align: center;
}

.start-box select {
	font-size: 12px;
}

.main p {
	padding: 0px 5px 0px 5px;
	line-height: 1.5;
}

.footer {
	text-align: center;
	padding-top: 8px;
}

h1 {
	color: #006837;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #006837;
	font-size: 17px;
	font-weight: bold;
}
h3 {    
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}
h4 {
        color: #000000
        font-size: 8px;
} 


a:link, a:visited, a:hover, a:active {
	color: #8D2535;
	text-decoration: none;
}

a:hover, a:active {
	color: #808080;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	font-family: Corbel, 'QuickType Condensed', 'QuickType II Condensed', 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #E6E6E6;
}

a.nav:hover, a.nav:active {
 	color: #B2B2B2;
}

.phone {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.start {
	margin-top: 3px;
	margin-bottom: 7px;
}

.copy {
	font-size: 11px;
}
