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 arial, verdana, sans-serif; font-weight: bold;
		font-style: italic;
		TEXT-DECORATION: none;
		}

.biglink:hover 	{
		COLOR: #FF6600;
		FONT: 12px arial, verdana, 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 "arial, verdana, sans-serif; font-weight: normal; }

.title 			{ COLOR: #141424; FONT: 18px "arial, verdana, sans-serif; font-weight: normal; }

.subtitle 		{ COLOR: #9196C1; FONT: 15px "arial, verdana, sans-serif; font-weight: bold; }

.subtitle2 		{ COLOR: #313031; FONT: 15px "verdana, arial, sans-serif; font-weight: bold; }

.just 			{ text-align: justify; }

.pageheight		{ height: 770px; }

.formmargin		{ margin: 0px; }

h4 {
   background: #A5A6DE url('images/buttonbg.jpg') repeat-x;
   color: #ffffff;
   font: bold 14px arial, verdana, sans-serif;
   letter-spacing: 1px;
   line-height: 30px;
   margin: .8em 0;
   padding-left: 5px;
   text-transform: uppercase;
   text-align: left;}



.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 1px 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: 200px;
		top: 155px;
		width: 200px;
		z-index:2;
		padding:5px;
        	border: #FFFFFF 0px solid;
		}

.hometextlayer	{ COLOR: #FFFFFF; FONT: 10px "arial, verdana, sans-serif; font-weight: bold; }

.hometexttitle	{ COLOR: #FFFFFF; FONT: 20px "arial, verdana, sans-serif; font-weight: normal; }





/* SETUP PAGES FOR PRINTING */


@media print {
.printhide 	{ display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none; }
}















/* CONTACT AND LINKS PAGE FORM CODE */

.shadeform	{
		FONT: 13px arial, verdana, sans-serif;
		text-align: left;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		WIDTH: 180px;
		border: #99A8AF 1px solid;
		}


.textarea	{
		FONT: 13px arial, verdana, sans-serif;
		text-align: left;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		WIDTH: 225px;
		HEIGHT: 130px;
		overflow: auto;
		border: #99A8AF 1px solid;
		}

.dropdown 	{
		font-size: 11px;
		background-color: #F0F6F9;
		COLOR: #000000;
		WIDTH: 180px;
		}


.searchform 	{
		FONT: 13px arial, verdana, sans-serif;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		WIDTH: 110px;
		HEIGHT: 20px;
		border: #99A8AF 1px solid;
		}


.searchdrop	{
		font-size: 11px;
		background-color: #F0F6F9;
		COLOR: #333333;
		WIDTH: 60px;
		}

.searchbutton 	{ font-size: 11px; }








/* START THE CODE FOR THE MENU */


.menuwidth		{ width: 175px; }

.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: arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		width: 175px;
		cursor: pointer;
		text-indent: 6px;
		text-align: left;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		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;
		}

/*////////// CONTENT AREA //////////*/




#content {
   float: left;
   width: 800px;
   margin: 0 10px 0 10px;
   padding: 5;
   line-height: 1.6em;}

.blocktable {
  padding: 0;
  margin-top: 20px;
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;}

.blockcontent {/* -- sets the table cell properties for the three-column table --*/
   padding: 0 10px;
   font-size: 90%;
   background-color: #E7E7F7;
   text-align: left;
   vertical-align: top;
   width: 33%;}

.blockcontent h3, .blockcontent h4 {
   margin-top: 0;
   text-align: center;}

.blockcontent2 {/* -- sets the table cell properties for the two-column table --*/
   padding: 0 10px;
   font-size: 90%;
   text-align: left;
   vertical-align: top;
   width: 50%;}

.blockcontent2 h3, .blockcontent2 h4 {
   margin-top: 0;
   text-align: center;}

#contentwide {/* -- used on the one-column page layout --*/
   padding: 0 10px;
   width: 940px;}

.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.inputtext { width: 350px; height: 20px; }

.inputcomments { width: 350px; height: 100px; }
