BODY	{
	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: #6666FF; text-decoration: none; }

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

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

a:hover		{
	color: #2282E1;
	text-decoration: none;
	font-size: 100%;
}

.biglink 	{
		COLOR: #6633FF;
		FONT: 12px verdana, arial, sans-serif; font-weight: bold;
		font-style: italic;
		TEXT-DECORATION: none;
		}

.biglink:hover 	{
		COLOR: #2282E1;
		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: #000000;
	border-color: #06F;
	FONT: small verdana, arial, sans-serif;
	font-weight: normal;
	text-align: left;
	font-family: verdana, arial, sans-serif;
}

.title 			{
	COLOR: #000;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 20px;
}
.fontSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: center;
}
.fontSmallItalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: italic;
	text-align: center;
}
.fontMediumBoldCenter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.subtitle 		{
	COLOR: #000;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
}

.services 		{ COLOR: #3366CC; FONT: 12px arial, verdana, sans-serif; font-weight: normal; }

.testimonial		{ COLOR: #3366CC; FONT: 12px arial, verdana, sans-serif; font-weight: normal; font-style: italic; }

.just 			{ text-align: justify; }

.pageheight		{
	height: auto;
}

.formmargin		{ margin: 0px; }

.footer		{
	COLOR: #00C;
	FONT: 9px verdana, arial, sans-serif;
	font-weight: normal;
	background-image: url("../menu-images/background-bottom-shade.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
		}


.pagebars	{
	height: 25px;
	background-color: #00C;
	background-image: url("../menu-images/bar-subphotos.jpg");
	border-top: #003366 1px solid;
	border-bottom: #003366 1px solid;
		}

.footerbar	{
		height: 30px;
		background-color: #0000FF;
	        background-image: url("../menu-images/bar-footer.jpg");
        	border-top: #000000 1px solid;
        	border-bottom: #000000 1px solid;
		}

.topheaderbar	{
	height: 25px;
	background-color: #00F;
	background-image: url(../menu-images/bar-topheader.jpg);
		}
.middleheaderbar	{
	height: 180px;
	background-image: url(../menu-images/logo.gif);
	z-index: auto;
	background-color: #0000FF;
		}
.bottomheaderbar	{
	height: 25px;
	background-color: #009;
	background-image: url(../menu-images/bar-bottomheader.jpg);
		}
		
.pictureend	{
	background-color: #00C;
	background-image: url(../menu-images/background-picture-end.jpg);
	border-left: #0000FF 1px solid;
		}


/* BORDERS */

.page-borders		{ background-color:#000000; }

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

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

A:hover .hoverborders 	{ border: #003366 1px solid; }

.sideborder		{
			border-top: #000000 0px solid;
			border-bottom: #000000 1px solid;
			}

.page-splits	{
	border: 1px solid #00C;
	width: 100%;
		}

img.ftlrt {
	display: block;
	padding: 5px;
}
.imgfltrt {
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: medium solid #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.italicized {
	font-style: italic;
}
.imglt {
	padding: 4px;
	margin: 2px;
	display: block;
	float: left;
}
.normalFontsize {
	font-size: larger;
	text-align: left;
}
.bold {
	font-weight: bold;
}

.smallFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	display: block;
}


/* HOMEPAGE FLASH */

/*.homeflash	{
		border: #000000 0px solid;
		}


*/



/* 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 verdana, arial, sans-serif;
	text-align: left;
	background-color: #FFF;
	background-image: url(../menu-images/shadeform.gif);
	WIDTH: 180px;
	border: #99A8AF 1px solid;
		}

