* {
  font-family: Arial, Helvetica, sans-serif;
}

img {
 border: 0;
}
 
body {
  margin: 0;
  background: #3A5066;
  color: white;
  text-align: center;
}

body, table {
  font-size: 14px;
}

#page {
  background: #101921;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  border-bottom: 1px thick black;        
  text-align: left;
}

a {
	color: yellow;
	text-decoration: none;
}

#header {
	background: #2C333B;
	font-size: 32px;
	vertical-align: top;
	text-align: center;
	height: 40px;
	border-bottom: 1px dashed #FF9900;
	text-transform: Capitalize;
}

#logo {
	background: #8C0102;
	height: 75px;
}

#menu {
  font-size: 14px;
  font-style: Arial;
  text-align: left;
  float: right;
  width: 85px;
}

#menu ul {
	list-style: none;
	padding-left: 0px;
	width: 80px;
	padding-right: 5px;
}

#menu a {
	color: white;
}

#menu li {
	border-bottom: 2px dotted #FF9900;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#menu li:hover {
	background: #2C333B;
}

#footer {
	clear: left;
	font-size: 12px;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}

.content {
  float: left;
	width: 575px;
	padding-left: 10px;
	padding-top: 20px;
  min-height: 550px;
  height: auto !important;
  /*\*/height: 550px;
  text-align: center;
}

#projector {
  opacity: 1.00;
  filter: alpha(opacity=100);
  visibility: visible;
  overflow: hidden;
  width: 560px;
  height: 400px;
  top: 250px;
  position: center;
}

h1 {
	font-size: 16px;
}

h2, h3 {
	font-size: 15px;
}

/******
* Event blob spec
*
*/
.event {
	color: white;
	background: #2C333B;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-size: 14px;
}	

.event h1 {
	font-size: 14px;
}

.event ul {
	display: block;
	list-style: none;
	text-align: left;
}

.event dt {
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
}

.event dd {
	text-align: left;
	padding-left: 0px;
}


/*****
* page specific style
*
*/

/***
*.pubmenu dt {
*	font-weight: 500;
*	font-size: 13px;
*}
*.pubmenu dd {
*	font-style: italic;
*	margin-left: 20px;
*	padding-top: 2px;
*	padding-bottom: 5px;
*}
*/
.form {
	color: black;
	background: white;
	margin: 2px;
	padding: 2px;
	text-align: left;
	font-size: 14px;
	}
