body{
	margin: 0px;
	padding: 0px;
	background-color: #006840;
}

#header{
	height: 150px;
	width: 100%;
	background: url(../images/bgHeader.jpg) repeat-x;
	border-bottom: 3px #cc6600 solid;
}

#tableHeader{
	height: 150px;
}

#body{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#newsFlash{
	float: right;
	width: 210px;
	font-family: georgia, Times New Roman;
	color: #f8e080;
	text-align: left;
	margin-top: 10px;
	border: 1px solid #cc6600;
}

#newsFlashTitle{
	font-size: 22px;
	line-height: 40px;
	border-top: 1px #f8e080 dotted;
	border-bottom: 1px #f8e080 dotted;
	background-color: #cc6600;
	padding-left: 5px;
	padding-left: 5px;
}

#newsFlashContent p{
	font-size: 16px;
	line-height: 22px;
	padding-left: 5px;
	padding-left: 5px;
}

#newsFlashContent{
	overflow: auto;
	height: 275px;
}

#newsFlashContent a{
	color: #f8e080;
}

#homeBox{
	width: 440px;
	margin-left: 35px;
	margin-top: 50px;
	float: left;
}

#homeBox p{
	font-family: georgia, Times New Roman;
	font-size: 16px;
	line-height: 22px;
	color: #f8e080;
	text-align: left;
}

#homebox a{
	color: #cc6600;
}

.homeBoxTitle{
	font-family: georgia, Times New Roman;
	font-size: 32px;
	color: #f8e080;
}

.orange{
	color: #cc6600;
}

.clear{
	clear: both;
}

#navigation{
	font-family: georgia, Times New Roman;
	color: #f8e080;
}

#tableNavigation{
	font-size: 12px;
	margin-top: 20px;
	width: 920px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	color: #f8e080;
}

#navigation img{
	width: 80px;
}

#footer{
	height: 100px;
	width: 100%;
	margin-top: 40px;
	padding-top: 20px;
	text-align: center;
	font-family: georgia, Times New Roman;
	color: #f8e080;
	font-size: 12px;
	background: url(../images/bgFooter.jpg) repeat-x;
}

#footer a{
	text-decoration: none;
	color: #f8e080;
}
