BODY		{
		margin: 0;
		padding: 0;
		border: #000000 0px solid;
		background-color: #000000;
		}




/* NON-MENU PAGE LINK COLORS */

a:link		{ color: #0000ff; text-decoration: none; }

a:visited	{ color: #33339F; text-decoration: none; }

a:active	{ color: #33339F; text-decoration: none; }

a:hover		{ color: #33339F; text-decoration: none; }

img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */}




/* SET OVERALL PAGE HEIGHT IN PIXELS OR PERCENT */

.pageheight	   { height: 100%; }





/* THE NEXT LINE CONTROLS THE FONT SIZE FOR ALL PAGES */


TABLE 		{ COLOR: #000000; FONT: 12px Helvetica, Arial, sans-serif; font-weight: ; }

.title 		{ COLOR: #000000; FONT: 17px Helvetica, Arial, sans-serif; font-weight: bold;  letter-spacing: 2px; }

.subtitle 	{ COLOR: #000000; FONT: 16px Helvetica, Arial, sans-serif; font-weight: bold;  letter-spacing: 2px; }

.largetitle	{ COLOR: #000000; FONT: 17px Helvetica, Arial, sans-serif; font-weight: bold; }

.phonetitle 	{ color: #000000; font: 12px Helvetica, Arial, sans-serif; font-weight: bold; }

.hilite		{ COLOR: #000000; font-weight: bold; }

.just 		{ text-align: justify; }

.page-splits	{
		 border:none;border-bottom: 1px dotted #000000;
                 width: 100%; 
		}




/* HEADER BACKGROUND COLOR */

.headercolor	{ background-color: transparent; }






/* THE LINKS IN THE menu_bottom.js USE THIS CODE */

.smalltitle 	{ COLOR: #000000; FONT: 10px Helvetica, Arial, sans-serif; font-weight: bold; letter-spacing: 3px; }






/* NON-GALLERY IMAGE BORDERS */

.borders	{ border: 0px solid; }




/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none }
}





/* FOOTER TEXT AND LINK COLORS */


a.footerlink:link	{ color: #0000ff; text-decoration: none }

a.footerlink:visited	{ color: #000000; text-decoration: none }

a.footerlink:active	{ color: #000000; text-decoration: none }

a.footerlink:hover	{ color: #33339F; text-decoration: none }

.footertext 		{ COLOR: #000000; FONT: 10px Helvetica, Arial, sans-serif; font-weight: bold }


/* MENU */


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 12px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}


/* GUESTBOOK */

body, td {
	
	
}

td.upper {
	color : #C9BE62;
	background : #827839;
	
}

