﻿BODY	{
	SCROLLBAR-BASE-COLOR: #0F338A;
	SCROLLBAR-TRACK-COLOR: #999999;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	text-align: center;
}


/* START CODE FOR NON-MENU LINKS */


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

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

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

a:hover		{ color: #6699FF; text-decoration: none; }




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

.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline; }




/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 15px verdana, arial, sans-serif;
	text-align: left;
}

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

.subtitle	{ font-variant: normal;
	line-height: normal;
}

.copyright	{ COLOR: #999999; FONT: 9px verdana, arial, sans-serif; }

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

.phonetitle	{ COLOR: #0000FF; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }

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

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; }

.h1	{
	COLOR: #336699;
	FONT: 12px verdana, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	bottom: 0px;
}

.h2	{
	text-align: center;
	margin-bottom: 0px;
	bottom: 0px;
	font-variant: normal;
	line-height: normal;
}

.h3	{
	COLOR: #336699;
	FONT: 13px verdana, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	bottom: 0px;
}


/* PARAGRAPH HORIZONTAL RULES */

.page-splits	{ width: 100%; color: #FFFFFF; height: 3px; border: 1px solid #CCCCFF; }

.sidebar-splits	{ width: 100%; color: #000099; height: 4px; border: 1px solid #35538D; }



/* LEFT AND RIGHT TEXT SPACING */

.whitespaceL	{ width: 5px; }

.whitespaceR	{ width: 10px; }




/* IMAGE BORDERS */

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




/* DROP SHADOWS */

.shadow-top	{ background-image: url("picts/shadow.gif"); background-repeat: repeat-x; }

.shadow-bottom	{ background-image: url("picts/shadow.gif"); background-repeat: repeat-x; }




/* PAGE TOP AND BOTTOM BORDERS */

.pagebars	{
		background-color: #C0C0C0;
		background-image: url("picts/bar.jpg");
		height: 20px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #C0C0C0;
		background-image: url("picts/bar.jpg");
		height: 25px;
		border: solid #000000;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}




/* LEFT SIDEBAR OPTIONS */

#sidebarleft		{ position: relative; left: 0px; top: -20px; }

a.sidelink:link		{ color: #99CCFF; text-decoration: none; }

a.sidelink:visited	{ color: #99CCFF; text-decoration: none; }

a.sidelink:active	{ color: #99CCFF; text-decoration: none; }

a.sidelink:hover	{ color: #99FF99; text-decoration: none; }

.bordersSB		{ border: #C0C0C0 1px solid; }

.sidebartitle		{ COLOR: #CC0000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif; }

.date-font		{ color: #FFFFFF; font: 10px verdana, arial, sans-serif; font-weight: bold; }

.sidebar-background	{
			background-image: url("picts/background-sidebar.gif");
			background-repeat: repeat-y;
			background-position: top left;
			}




/* RIGHT SIDEBAR OPTIONS */

.sidebarR	{ width: 2px; }




/* RIGHT END AREA */

.right-end	{ width: 25px; background-color: #003083; }





