body	{
	scrollbar-base-color: #9393D1;
	scrollbar-track-color: #F0F0F0;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}


/* PAGE BACKGROUNDS */


.backgrounds 	{
		background-image: url("picts/background.jpg");
		background-repeat: repeat-y;
		background-position: 0px 0px;
		}





/* NON-MENU LINK COLORS */

a:link		{ color: #6699FF; text-decoration: none; }

a:visited	{ color: #6699FF; text-decoration: none; }

a:active	{ color: #6699FF; text-decoration: none; }

a:hover		{ color: #3300FF; text-decoration: none; }

.biglink 	{
		color: #6633FF;
		font: 12px verdana, arial, sans-serif; font-weight: bold;
		font-style: italic;
		text-decoration: none;
		}

.biglink:hover 	{
		color: #FF6600;
		font: 12px verdana, arial, sans-serif; font-weight: bold;
		font-style: italic;
		text-decoration: none;
		}





/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

table 			{ color: #6C678A; font: 12px "Trebuchet MS", verdana, arial, sans-serif; font-weight: normal; }

.title 			{ color: #141424; font: 18px "Trebuchet MS", arial, sans-serif; font-weight: normal; }

.subtitle 		{ color: #9196C1; font: 15px "Trebuchet MS", arial, sans-serif; font-weight: bold; }

.just 			{ text-align: justify; }

.pageheight		{ height: 770px; }

.formmargin		{ margin: 0px; }





/* FONT USED FOR TEXT HEADER IN NON-FLASH BROWSERS */

.NoFlashTitle	{ color: #FFFFFF; font: normal 22px arial, sans-serif; }





.footer		{
		color: #999999;
		font: 9px verdana, arial, sans-serif;
		font-weight: normal;
		background-image: url("picts/background-bottom-shade.gif");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		}


.pagebars	{
		height: 30px;
		background-color: #CDCAE7;
	        background-image: url("picts/bar.jpg");
        	border-top: #000000 1px solid;
        	border-bottom: #000000 1px solid;
		}

.footerbar	{
		height: 30px;
		background-color: #CDCAE7;
	        background-image: url("picts/bar-footer.jpg");
        	border-top: #000000 1px solid;
        	border-bottom: #000000 1px solid;
		}

.flashchanger	{
		border-top: #7E7EB1 1px solid;
		border-bottom: #7E7EB1 1px solid;
		}

.pictureend	{
		background-color: #CDCAE7;
	        background-image: url("picts/background-picture-end.jpg");
        	border-left: #000000 1px solid;
		}





/* BORDERS */


.page-borders		{ background-color:#000000; }

.borders		{ border: #000000 0px solid; }

.hoverborders	 	{ position: relative; LEFT: 0px; top: 0px; border: #000000 1px solid; }

A:hover .hoverborders 	{ position: relative; LEFT: 2px; top: 2px; border: #CC99FF 1px solid; }

.page-splits	{
		border: #CCCCFF 1px solid;
		background-color: #FFFFFF;
		color: #FFFFFF; height: 3px;
		width: 100%;
		margin-top: 2px;
		margin-bottom: 2px;
		}




/* HOMEPAGE LAYERED TEXT STYLES */

#hometext 	{
		position: absolute;
		visibility: visible;
		left: 535px;
		top: 120px;
		width: 200px;
		z-index:2;
		padding:5px;
        	border: #FFFFFF 0px solid;
		}

.hometextlayer	{ color: #FFFFFF; font: 10px "Trebuchet MS", arial, sans-serif; font-weight: bold; }

.hometexttitle	{ color: #FFFFFF; font: 20px "Trebuchet MS", arial, sans-serif; font-weight: normal; }





/* SETUP PAGES FOR PRINTING */


@media print {
.printhide 	{ display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none; }
}





/* GALLERY CODE */

.picturetitle 		{ color: #000000; font: 13px "Trebuchet MS", arial, sans-serif; font-weight: normal; }

.gallerytext	 	{ color: #6C678A; font: 12px "Trebuchet MS", verdana, arial, sans-serif; font-weight: normal; }

.viewer-border		{ border: #000000 1px solid; }

.button-gallery 	{
			color: #9196C1;
			font: 10px verdana, arial, sans-serif;
			font-weight: normal;
			line-height: 16px;
			text-align: center;
			background-color: #ECEDF7;
	        	background-image: url("picts/menu-gallery.gif");
        		padding: 3px 3px 3px 3px;
			margin: 0px 1px 0px 0px;
        		display: block;
			cursor: pointer;
        		border: #9196C1 1px solid;
			}


.buttonon-gallery 	{
			color: #0066FF;
			font: 10px verdana, arial, sans-serif;
			font-weight: normal;
			line-height: 16px;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("picts/menu-gallery.gif");
        		padding: 3px 3px 3px 3px;
			margin: 0px 1px 0px 0px;
        		display: block;
			cursor: pointer;
        		border: #0066FF 1px solid;
			}

/* GALLERY MENU */


.menu-gallery		{
			font: 10px verdana, arial, sans-serif;
			font-weight: normal;
			text-decoration: none;
			display: block;
			cursor: pointer;
			text-align: center;
			white-space: nowrap;
			background-color: #FFFFFF;
		        background-image: url("picts/menu-gallery.gif");
			padding: 5px 9px 5px 9px;
			margin: 0px 2px 0px 0px; 
			border: #9196C1 1px solid;
			}


a.menu-gallery:link 	{ 
			color: #9196C1;
			}


a.menu-gallery:visited 	{ 
			color: #9196C1;
			}


a.menu-gallery:active 	{ 
			color: #9196C1;
			}


a.menu-gallery:hover 	{ 
			color: #0066FF;
        		border: #0066FF 1px solid;
			}
















/* START THE CODE FOR THE MENU */


.menuwidth		{ width: 185px; }

.menubackground		{
			background-color: #9196C1;
	        	background-image: url("picts/background-menu.gif");
        		border-right: #000000 1px solid;
			}


.topline	{ border-top: #7E7EB1 1px solid; }


.menu		{
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		width: 175px;
		cursor: pointer;
		text-indent: 6px;
		text-align: left;
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
		border-bottom: #7E7EB1 1px solid;
		}


a.menu:link 	{
		background-image: url("picts/menu.gif");
		background-color: #AEACDF;
		color: #666699;
		}


a.menu:visited 	{
		background-image: url("picts/menu.gif");
		background-color: #AEACDF;
		color: #666699;
		}


a.menu:active 	{
		background-image: url("picts/menuon.jpg");
		background-color: #BAB7E4;
		color: #330099;
		}


a.menu:hover 	{
		background-image: url("picts/menuon.jpg");
		background-color: #BAB7E4;
		color: #330099;
		}







