﻿body {
	margin: 0px;
	padding: 0px;
}

body, p, td, ul, ol, div {
	font-size: 10pt;
}

body * {
	font-family: Verdana, Arial, sans-serif;
}

#pageContainer {
	text-align: center;
}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#systemNavigation {
	background-color: blue;
	text-align: right;
}

#systemNavigation ul {
	list-style: none;
}

#systemNavigation ul li {
	color: white;
	display: inline-block;
	padding: 5px;
}

#systemNavigation a {
	color: white;
}

#header {
	height: 300px;
	text-align: center;
	vertical-align: middle;
	border: 1px blue solid;
}

#mainNavigation {
	text-align: center;

}

#mainNavigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#mainNavigation ul li {
	background-color: green;
	color: white;
	display: inline-block;
	padding: 10px;
	margin: 0px 7px 0px 7px;
	font-weight: bold;
}

#mainNavigation a {
	color: white;
}

#leftNavigation {
	width: 225px;
	float: left;
	background-color: green;
}

#leftNavigation h1 {
	font-size: 12pt;
	color: white;
	margin-left: 25px;
}

#leftNavigation a {
	color: white;
}

#featuredNews {
	width: 570px;
	height: 200px;
	float: left;
	border-bottom: 1px green solid;
}

#recentNews {
	width: 570px;
	height: 300px;
	float: left;
}

#featuredVideo {
	width: 370px;
	height: 500px;
	float: right;
	border-left: 1px green solid;
}

#contentArea {
	width: 700px;
	float: right;
}

#footer {
	clear: both;
	background-color: gray;
}

#footer a {
	color: white;
}

.Status 
{
    font-weight: bold;
    color: Red;
    border: solid 1px Red;
    margin: 8px;
    padding: 5px;
}
