		BODY  {
	background-color : #F8F8FF;
}

H1 {
	font-family: "Times New Roman", Times, serif;
}


H2, H3, H4 {
	font-family: "Times New Roman", Times, serif;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

	
li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.splash{
	background-color: Black;
}

.container {
	border: thin outset White;
	width : 800px;
	height : auto;
	background-color : #DCDCDC;

}

.header {
	background-color : transparent;
}

.content{
	text-align : justify;
	background-color : transparent;
	padding-left : 4px;
	padding : 4px 4px;
	width : 600px;
	
}

.footer{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
}

A,  A:VISITED {
	color : #2F4F4F;
	text-decoration: underline;
}

A:HOVER {
	text-decoration : none;
	color : White;
	background-color : #CD5C5C;
}

.imageborder {
	border : thin outset White;
}

.menucontainer {
	width: 120px;
	margin-left : 22px;
	background-color : transparent;
}

.menubutton a, .menubutton a:visited {
	color: Black;
	background-color: transparent;
	display: block;
	font: normal 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform : none;
	border : thin outset White;
	padding : 4px 2px;
	margin : 1px 1px;
	width : 120px;
	text-align : left;
}

.menubutton a:hover {
	background-color: #D3D3D3;
	color: Black;
	text-decoration: none;
	border : thin inset White;
}


.submenubutton a, submenubutton a:visited{
	color: Black;
	background-color: transparent;
	display: block;
	font: normal 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	border: thin outset White;
	padding: 4px 2px;
	margin: 1px 1px;
	width: 120px;
	text-align: left;
	font-style: italic;
}

.submenubutton a:hover {
	background-color: #D3D3D3;
	color: Black;
	text-decoration: none;
	border : thin inset White;
}


.sidebar {
	width: 120px;
	margin-left : 1px;
	background-color : transparent;
	border : thin outset White;
	margin-top : 10px;
	height : 150px;
	padding-left : 2px;
	padding-right : 2px;
}



.gallerycaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.gallerytable {
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}


