* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: white;
	font-family: helvetica;
	font-size: medium;
}
#container {
	margin: auto;
	width: 995px;
	height: 100%;
	margin-top: 50px;
	text-align: left;
}
#main {
	height: auto;
	width: 995px;
	border: 1px solid black;
	float: left;
	background: #78ABE2;
}
#banner {
	width: 995px;
	height: 108px;
	border-bottom: 1px solid black;
	background: url(images/logo.png) top left no-repeat;
	background-position: 10px 10px;
}
#banner .add {
	float: left;
	margin-top: 87px;
	margin-left: 16px;
	font-weight: bold;
}
#banner img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#banner #right {
	width: 240px;
	height: 108px;
	border-left: 1px solid black;
	float: right;
}
#banner #right p {
	text-align: left;
	margin-left: 20px;
	color: white;
	margin-top: 20px;
	font-weight: bold;
}
#middle {
	width: 995px;
	min-height: 255px;
	height: auto !important;
	height: 255px;
}
#middle #left {
	width: 207px;
	height: 255px;
	float: left;
	border-right: 1px solid black;
}
#middle #left {
	color: white;
	font-weight: bold;
}
#middle #left .black {
	display: block;
	background: black;
}
#middle #left .black p {
	margin-left: 20px;
}
#middle #left .orange {
	display: block;
	background: #F15A24;
	padding-top: 3px;
	margin-bottom: 10px;
	text-indent: 15px;
}
#middle #middle {
	width: 546px;
	height: 255px;
	float: left;
}
#middle #right {
	width: 239px;
	height: 255px;
	background: #78ABE2;
	float: left;
	border-left: 1px solid black;
}
#middle #right span {
	background: #F15A24;
	height: auto;
	display: block;
}
#middle #right li {
	list-style: none;
	color: white;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 4px;
	font-size: 14px;
}
#middle #right span p {
	color: white;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 20px;
}
#bottom {
	width: 995px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
}
#middle #left ul {
	list-style: none;
}
#middle #left li a {
	text-decoration: none;
	float: left;
	padding-top: 9px;
	padding-left: 20px;
	color: white;
	display: block;
	width: 181px;
	height: 22px;
	font-size: 14px;
}
#middle #left li a:hover {
	background: black;
}
#middle #left li {
	background: #000047;
	margin-bottom: 6px;
	width: 201px;
	height: 31px;
	float: right;
	margin-right: 3px;
}
#middle #left li.active {
	background: #F15A24;
	margin-bottom: 6px;
	width: 201px;
	height: 31px;
	float: right;
	margin-right: 3px;
}
#middle #left li.active a:hover {
	background: #F15A24;
}
#bottom {
	background: #2e86e4;
}
#bottom #left {
	width: 207px;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	height: 400px;
	float: left;
	clear: left;
}
#bottom #left ul {
	text-align: center;
}
#bottom #left li {
	list-style: none;
	font-size: 18px;
	margin-top: 5px;
}
#bottom #right {
	background: #78ABE2;
	width: 787px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: right;
	clear: right;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
#bottom #left span.black {
	display: block;
	color: white;
	background: #F15A24;
	text-align: center;
	height: auto;
	font-size: 18px;
}
#bottom #right span.orange {
	display: block;
	color: white;
	background: #F7931E;
	text-align: left;
	height: auto;
	padding-left: 15px;
	font-size: 20px;
}
#footer {
	float: left;
	clear: both;
	height: auto;
	width: 997px;
	margin-bottom: 50px;
}
#footer1 {
	width: 207px; 
	height: 20px;
	background: black; 
	float: left; 
	margin-left: 1px;
}
#footer2 {
	width: 787px; 
	height: 20px;
	background: black url(images/blackcorner2.png) bottom right no-repeat; 
	float: left; 
	margin-left: 1px;
}
#footer2 p {
	color: white;
	margin-left: 15px;
	font-weight: bold;
}
#footer3 {
	width: 207px; 
	height: 250px;
	background: black; 
	float: left; 
	margin-left: 1px; 
	margin-top: 1px;
	clear: left;
}
#footer4 {
	width: 620px; 
	height: 250px;
	background: transparent url(images/footer2.png) bottom right no-repeat;
	border-top: 1px solid black;
	border-left: 1px solid black;
	float: left; 
	margin-left: 1px; 
	margin-top: 1px;
	padding-bottom: 1px;
}
#bottom #right td{
	text-align: center;
}
#bottom #right p.firstline {
	text-align: center;
	margin-bottom: 5px;
	font-size: 20px;
}
#bottom #right p.secondline {
	font-weight: bold;
	color: black;
}
#bottom #right table {
	margin-top: 20px;
}
.front {
	text-align: center; 
}
.newsheading {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: white;
}
.newsbody {
	padding: 5px;
	font-size: 14px;
	margin-bottom: 20px;
	color: white;
}