#header {
	/*background-color:#ffffff;*/
	/*border: 2px solid #FF0000;*/
	background-image: url(../images/badge_margin.gif);
	/*background-image: url(../images/header.gif);*/
	background-repeat:no-repeat;
	background-position:top right;
	height:110px;
	padding-right: 110px;
	/*text-align:right;*/
	vertical-align:bottom;
	font-size: 250%;
	font-family: Arial, sans-serif;
	color:#ffffff;
}

body {
	background-color:#baabd7; /*#333300;*/
	background-image: url(../images/cloudbg2.jpg);
}

#footer {
	background-color:#FFFFFF;
	border: 0px dashed #0000FF;
	text-align:right;
	color: #999999;
	font-size:70%;
	font-family: Arial, sans-serif;
	padding:5px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#page {
	/*float:right;*/
	width:760px;
	text-align:justify;
	/*margin-right:20px;*/
	margin-top: 20px;
	padding: 20px;
	background-color:#ffffff;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#pageWrapper {
	/*background-color:yellow;*/
	position:relative;
	margin: 0px auto 50px auto;
	text-align:left;
	top: 10px;
	/* if this width is changed, widths in #menu and #page need changing */
	width: 800px;
}

.pageContent {
	/*border: 0px dashed #0000FF;*/
	/*background-color: orange;*/
	/*border-top: 1px solid #C7E8F5;*/
	min-height:300px;
	/*
	border-width: 0px 1px 1px 1px;
	border-color: #B7BEC4;
	border-style: solid;
	*/
	padding:15px 0px 30px 0px;
	font-family: Arial, sans-serif;
	font-size:100%;
	/*background-image:url(../images/cnvbkgnd.jpg);*/
}
.pageContent h1 {
	font-size:120%;
	color: #000000;
}
.pageContent h2 {
	font-size:80%;
	color: #999999;
}
.pageContent p {
	font-size:80%;
	color:black;
}
.pageContent a {
	color:#25A4D6;
}
.pageContent table {
	width: 100%;
}
.pageContent td {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	font-size:80%;
	padding:3px;
	margin: 0px;
}
.pageContent th {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	color:#9999BB;
	font-size:90%;
	padding:3px;
	margin: 0px;
}

.imagecaption {
        font-size: 130%; 
}

/* MENU */
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.topwhitemenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
background: white;
overflow: hidden;
width: 100%;
}

.topwhitemenu li{
display: inline;
margin: 0;
}

.topwhitemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid gray; /*right divider between tabs*/
color: black;
background: white;
}

.topwhitemenu li a:visited{
color: black;
}

.topwhitemenu li a:hover{
background: lightblue; /*background of tabs for hover state */
}

.topwhitemenu a.selected{
background: lightblue; /*background of tab with "selected" class assigned to its LI */
}

#highlightedmenuitem{
  color:#ff0000;
  background-color:#FFFF99;
}
