/* BEGIN Page Styles */

body {
	font-family: sans-serif;
	background-image: url(images/bg.gif);
}

div.mainPage {
	width: 100%;
	text-align: center;
}

div.mainPanel {
	border: medium solid Black;
	width: 700px;
	background-color: White;
	text-align: left;
}

div.contentArea {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.contentArea img {
	padding: 10px;
}

a:hover {
	color: Red;
	text-decoration: underline;
}

h1 {
	font-size: xx-large;
	color: #d81e05;
}

h2 {
	font-size: x-large;	
	color: #d81e05;
}

h3 {
	font-size: large;	
	color: #d81e05;
}

h4 {
	font-size: medium;
	color: #d81e05;
}

h5 {
	font-size: small;
	color: #d81e05;
}

h6 {
	font-size: x-small;
	color: #d81e05;
}

.dataTable table {
	border: thin solid Black;
}

.dataTable th {
	color: White;
	background-color: #d81e05;
	border: thin solid Black;
}

.dataTable td {
	border: thin solid Black;
}

.caption {
	margin-top: 0px;
	font-size: small;
}

.captionHead {
	margin-bottom: 0px;
}

/* END Page Styles */

/* BEGIN Header Styles */

.menuMainBar {
	background-color: #d81e05;
	width: 100%;
	color: White;
	border-top: thin solid Black;
	border-bottom: thin solid Black;
	padding-top: 0px;
	margin-top: 0px;
	font-size: small;
}

.menuMainBar a {
	color: White;
	text-decoration: none;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 0px;
	border-right: thin solid Black;
}

.menuMainBar a:hover {
	background-color: black;	
	text-decoration: underline;
	color: White;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 0px;
	border-right: thin solid Black;
}

/*
a.menuMainItemSelected {
	background-color: black;
}

a.menuMainItemSelected:hover {
	background-color: #d81e05;
}
*/

.menuSubBar {
	background-color: Black;
	width: 100%;
	color: White;
	border-bottom: thin solid Black;
	padding-top: 0px;
	margin-top: 0px;
	font-size: small;
}

.menuSubBar a {
	color: White;
	text-decoration: none;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	border-right: thin solid White;
}

.menuSubBar a:hover {
	color: White;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	border-right: thin solid White;
	background-color: #d81e05;	
	text-decoration: underline;
}

div.headerBanner {
	background-color: black;
	width: 100%;
	height: 100px;
}

/* END Header Styles */

/* BEGIN Footer Styles */

div.footer {
	background: #000000;
	color: White;
	font-size: small;
	padding: 2px 5px 2px 5px;
/* 	height: 45px; */
	text-align: center;
}

.footer a {
	color: White;
	text-decoration: none;
}

.footer a:hover {
	background-color: black;	
	text-decoration: underline;
	color: White;
}

div.footerSAE {
	text-align: right;
}

/* END Footer Styles */

/* BEGIN Sidebar Styles */

div.sideBox {
	float: right;
	width: 200px;
	padding: 10px;
}

div.sideBar {
	width: 200px;
	padding: 5px;
	
}

.announcementHead {
	background-color: Black;
	color: Red;
	font-weight: bold;
	text-align: center;
	font-size: medium;
}

.announcementContent {

}

.announcementContent ul {
	margin-left: 15px;
}

table.announcement {
	width: 200px;
	border: thin solid Black;
	font-size: small;
}

td.events {
	text-align: left;
	vertical-align: top;
}

th.events {
	text-align: left;
	vertical-align: top;
	width: 50px;
}

/* END Sidebar Styles */
