BODY	{
	margin: 15px 5px 5px;
	padding: 0;
	border: solid 0 #000000;
	background-color: #fbfaba;
	}


/* NON-MENU PAGE LINK COLORS */


a:link		{ color: #999; text-decoration: none; }

a:visited	{ color: #999; text-decoration: none; }

a:active	{ color: #999; text-decoration: none; }

a:hover		{ color: #900; font-weight: bold; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

TABLE 		{ COLOR: #666666; FONT: 12px verdana, arial, sans-serif ; }

.title		{ COLOR: #000000; FONT: 17px arial, verdana, sans-serif; font-weight: normal }

.subtitle	{ COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: bold }

.footer		{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif; }

.just 		{ font-size: 12px; text-align: justify; }





/* HEADER BORDERS */

.maintable	{ border: #000000 1px solid; }





/* BORDERS FOR NEWS PAGE IMAGES AND NEWS TEXT */

.borders		{ border: #000000 1px solid; }

.smalltext		{ COLOR: #996600; FONT: 10px arial, sans-serif; font-weight: normal; }







/* UNDER THE MENU SIDEBAR OPTIONS ( TURN TEXT ON IN THE menu.js ) */

.menuimage	{ border: #000000 1px solid; margin-top: 11px; margin-bottom: 5px; }

.sidetexttitle 	{
		color: #fff; FONT: 11px "Comic Sans MS", verdana, arial, sans-serif, "Zapf Chancery", cursive; border: solid 1px #666666;
		background-color: #69c;
		}


.sidetext	{
		color: #000000; FONT: 11px "Comic Sans MS", arial, verdana, sans-serif, "Zapf Chancery", cursive;
		border-bottom: 1px solid #c0c0c0;
		border-left: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		background-color: #ffffff;
		}






/* LINKS PAGE CODE */


.linksmargin	{ margin: 0px; margin-top: 6px; }

.searchbutton 	{ FONT: 11px arial, verdana, helvetica, sans-serif; }

.searchform 	{
		FONT: 13px arial, verdana, sans-serif;
		background-color: #F6F6F3;
		WIDTH: 120PX;
		HEIGHT: 20PX;
		BORDER: #666666 1px solid;
		}





/* START THE CODE FOR THE MENUS */

.menubackground	{
		background-color: #FFFFFF;
		border-top: #000000 0px solid;
		border-bottom: #000000 0px solid;
		border-right: #C0C0C0 0px solid;
		border-left: #000000 0px solid;
		padding-top: 10px;
		padding-bottom: 5px;
		width: 150px;
		}



.menu		{ font-family: "Comic Sans MS", arial, verdana, helvetica, sans-serif, "Zapf Chancery", cursive; font-size: 10pt; font-weight: normal; letter-spacing: 1px; margin-bottom: 8px; margin-right: 0; margin-left: 0; width: 150px; cursor:pointer; text-align: left; display: block; line-height: 16px; padding: 1px 5px; white-space:nowrap; border: solid 1px #c0c0c0; }


a.menu:link 	{ background-color:#F0F0F0;
		  background-image: url(picts/menu1.gif);
		  color: #666666; }


a.menu:visited 	{ background-color:#F0F0F0;
		  background-image: url(picts/menu.gif);
		  color: #666666; }


a.menu:active 	{ background-color:#f0f0f0; background-image: url(picts/menualt.gif); color: #c00; font-weight: bold; }


a.menu:hover 	{ background-color:#f0f0f0;
		  color: #c00;
		  border: solid 1px #000000; }
