BODY	{
	backgroUnd-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}


/* PAGE LINK COLORS */

a:link		{ color: #0033FF; text-decoration: none; }

a:visited	{ color: #0033FF; text-decoration: none; }

a:active	{ color: #6633FF; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }


/* NEXT LINE CONTROLS THE MAIN FONT SIZE ( not in boxes ) */

TABLE		{ COLOR: #000000; FONT: 12px arial, verdana, geneva, sans-serif; }

.title		{ COLOR: #106ECF; FONT: 20px "arial black", arial, geneva, sans-serif; font-weight: normal; }

.footer		{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif; }

.just 		{ text-align: justify; }


/* LEFT SIDEBAR OPTIONS */

.sidebar-background
			{
			background-color: #FFFFFF;
			}

.sidebarwidth		{ width: 160px; }

.sidebartitle		{ COLOR: #CC9900; FONT: 14px arial, geneva, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #666666; FONT: 11px verdana, arial, sans-serif; font-weight: normal; }


/* FEATURED PAGE TEXT BOXES */

.title-1	{ COLOR: #106ECF; FONT: 15px arial, geneva, sans-serif; font-weight: bold; }

.title-2	{ COLOR: #009999; FONT: 15px arial, geneva, sans-serif; font-weight: bold; }

.title-3	{ COLOR: #3399CC; FONT: 15px arial, geneva, sans-serif; font-weight: bold; }

.text-table-1		{
			width: 400px;
			color: #336699;
			FONT: 12px arial, verdana, sans-serif;
			font-weight: normal;
			background-color: #F3F7FC;
			background-image: url("../picts/background-boxes.jpg");
			border: #336699 1px solid;
			}

/* PARAGRAPH LINES */

.page-splits		{
			height: 1px;
			width: 100%;
			margin-top: 0px;
			margin-bottom: 0px;
			border: #106ECF 0px solid;
			background-color: #106ECF;
			color: #106ECF;
			}

/* IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }


/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
}
@media screen{
.printonly { display:none }
}


h1 {
	font-size: 18px;
}

h2 {
	font-size: 12px;
}