body 
{
	font: 				bold 12px/1.5em verdana;
	background-color: 	ivory; /*#e8ecec #fbf8e8; #002967*/

}

h4 
{
	margin-top: 			1px;
	font: 				bold 14px verdana, arial, helvetica, sans-serif;
	color: 				#fbf8e8;
	background-color:	#20658c;
	width:				100%;
	padding:				2px 2px 2px 2px;
	text-align:			center;
}

h5 
{
	font: 				bold 14px verdana, arial, helvetica, sans-serif;
	color:				#006cb4;
	padding:				1px 1px 1px 1px;
	text-align:			center;
}

h6 
{
	font: 				bold 14px verdana, arial, helvetica, sans-serif;
	color:				#639ccb;
	margin-top:			16px;
	margin-bottom:		15px;
	padding:				0px 0px 2px 2px;
	text-align:			center;
}

ul
{
	list-style:			circle;
}

table
{
	background-color:	#fbf8e8;
	border:				0px;
}

th
{
	color: 				#fbf8e8;
	background-color:	#20658c;
	font: 				bold 12px/1.5em verdana;
}

td
{
	font: 				12px/1.5em verdana;
}

table.editor 
{
	border-width: 1px;
	border-style: outset;
	border-collapse: separate;
	padding: 10px;
}
table.editor td 
{
	border-width: 0px;
	padding: 1px;
}

.statusmessage
{
	font: 				bold 12px verdana, arial, helvetica, sans-serif;
	color: 				#fbf8e8;
	background-color:	#20658c;
	width:				100%;
	text-align:			center;
}

p.names
{
	display:				inline;
	color:				#e8b533;
}

p.caption
{
	font: 				arial, verdana, helvetica, sans-serif;
	margin-top:			2px;
	text-align:			center;
}

img 
{
	padding: 			4px;
	border:				1px	solid black;
	background-color:	white;	
}

img.thumb
{
	display: 			block;
	margin-top:			10px;
    margin-left: 		auto;
    margin-right: 		auto; 
}

img.large
{
	display: 			block;
	margin-top:			10px;
    margin-left: 		auto;
    margin-right: 		auto;
}

.clearboth 
{ 
	clear: 				both; 
}

#statement
{
	font-style:			italic;
}

div.gallery
{
	width:				100%;
	height:				320px;
	border:				1px	solid #002967;
	margin-top:			15px;
}

div.gallerypic
{
	width:				35%;
	height:				300px;
	float:				left;
	text-align:			center;
}

div.gallerytext
{
	color: 				black;
	font-style:			italic;
	margin-right:		25px;
}

/************************************************************************************/
/* header		   																*/
/************************************************************************************/
#header
{
	width:				100%;
	height:				180px;
	background: 			url(Images/Banner.gif) no-repeat left; 
	background-color:	#20658c;
	text-align:			center;
	font-family:			"arial black","arial","sans-serif";
}

#headertext
{
	padding-top:			120px; /* this is lame */
	font-size:			2.5em;
	color:				#00ccff;
}

#headersubtext
{
	padding-top:			10px; /* this is lame */
	font-size:			1.3em;
	color:				#fff4c7;
}

/************************************************************************************/
/* main			   																*/
/************************************************************************************/
#container 
{
	width: 				760px;
	padding: 			0;
	margin: 				0 auto;
}

#middle 
{
	width: 				100%;
}

#main 
{
	background-color:	white;
	color:			 	black;
	border:				1px	solid #fbf8e8;
	padding: 			10px;
	font: 				normal 12px/1.5em verdana;
}

.frameleft
{
	height:				775px;
	width:				230px;
	float:				left;
	border:				1px	solid black;
	overflow:			auto;
}

.frameright
{
	height:				775px;
	width:				500px;
	margin:				5px;
	border-top:			1px solid black;
	border-right:		1px solid black;
	border-bottom:		1px solid black;
	overflow:			auto;
}

/************************************************************************************/
/* footer		   																*/
/************************************************************************************/
#footer 
{
	background-color: 	transparent;
	color: 				/* #fff4c7;*/
	width: 				750px;
	height: 				32px;
	padding: 			5px;
	font: 				normal 85% arial;
}

#footer .left
{
	text-align:				left;
	float:					left;
}

#footer .right
{
	text-align:				right;
}

/************************************************************************************/
/* links			   																*/
/************************************************************************************/
a:link 
{
	color: 				#002967;
}

a:visted 
{
	color: 				#006cb4;
}

a:hover 
{
	color: 				#639ccb;
}

a:active 
{
	color: 				#00ccff;
}

a
{
	color: 				#002967;
	text-decoration:		none;
}