body {
	margin:5px; padding:0px;
	text-align:center;
	background-color:#DFDEEF;			
}

#mainContainer {
	border:1px solid #000000;
	width: 850px;
	margin:0px auto;
	text-align:left;
}

#menuContainer {
	width: 850px;
	height: 45px;
	background:url('images/menu_top_left.jpg');
	background-repeat: repeat-x;
	text-align:left;
}

#headerContainer {		
	width:850px;				
}

#greyBar {
	width: 850px;
	background:url('images/grey_bar.jpg');
	background-repeat: repeat-x;	
}

#redBar {
	width: 850px;
	background:url('images/red_bar.jpg');
	background-repeat: repeat-x;	
}		

#eventTable {
	width:250px;
	background-color:#E0DEDE;
	border-right:2px solid #DADEE3;
}

#eventTable h1 {
	font-family:arial,verdana,helvetica;
	color:#881E1E;
	font-weight:bold;
	font-size:16px;
	padding:0px;
	margin:0px;
	line-height:normal;
	text-decoration:underline;
}

a.eventLink {
	font-family:arial,verdana,helvetica;
	color:#881E1E;
	font-weight:bold;
	font-size:16px;
	padding:0px;
	margin:0px;
	line-height:normal;
	text-decoration:underline;
}

#eventTable h2 {
	font-family:arial,verdana,helvetica;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}		

#eventEven {
	width:250px;
	background-color:#C2C0C0;
}		

#eventOdd {
	width:250px;
	background-color:#E0DEDE;
}		

#newsTable {
	width:600px;
	background-color:#DFDEEF;
}		

#newsTable h1 {
	font-family:arial,verdana,helvetica;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	padding:0px;
	margin:0px;
	line-height:normal;
	text-decoration:underline;
}			

.header {
	font-family:arial,verdana,helvetica;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	padding:0px;
	margin:0px;
	line-height:normal;
	text-decoration:underline;
}

#newsTable h2 {
	font-family:arial,verdana,helvetica;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}		

#newsEven {
	width:250px;
	background-color:#A5BFDB;
}		

#newsOdd {
	width:250px;
	background-color:#DFDEEF;
}	

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border: 1px solid #D7D7D7;
}

.inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border: 1px solid #000000;
	bgcolor: #FFFFFF;
}

.header_small_ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.header_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div#loadingphotos
{
  margin: 0px 0px 0px 0px;
  display: block;
}

div#loadedphotos
{
  margin: 0px 0px 0px 0px;
  display: none;
}

#dropmenudiv{
	position:absolute;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	font:normal 10px Verdana;
	color: #000066;
	line-height:18px;
	z-index:100;
	text-align:left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dashed #DAD8D9;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #000066;
	text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #DAD8D9;
	text-align:left;
}