@charset "UTF-8";

body	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	background-color: #FFF;
	}

/* NON-MENU PAGE LINK CODE */

a:link		{
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #06C;
}

a:visited	{
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #06C;
}

a:active	{
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}

a:hover		{
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}

.biglink 	{
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.biglink:hover 	{
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	TEXT-DECORATION: underline;
}
.just 	{ text-align: justify; }

.pageheight		{ height: 700px; }

.whitespaceleft		{ width: 40px; }

.whitespaceright	{ width: 60px; }

/* BARS AND BORDERS */

.page-splits		{
			border: #CEC7D4 1px solid;
			background-color: #EBEFF7;
			color: #EBEFF7;
			height: 5px;
			width: 100%;
			}

.footertable		{
	background-image: url("picts/shadow-bottom.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #999999;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: normal;
			}
.footerbar		{
	height: 12px;
	color: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../picts/footerbar.jpg);
	background-repeat: repeat-x;
			}


.rightbarwidth		{ width: 25px; }

.rightbar	{
		background-color: #D5D9E1;
		border-right: #A2ADC4 0px solid;
		border-left: #A2ADC4 1px solid;
		}

.leftbarwidth		{ width: 10px; }

.leftbar	{
		background-color: #D5D9E1;
		border-right: #A2ADC4 1px solid;
		border-left: #A2ADC4 0px solid;
		}

/* TOP BAR AND HEADER AREA */

.header			{
	border-bottom: #173769 1px solid;
}
.imagearea		{
	width: 100%;
	border-left: #173769 1px solid;
	background-image: url(../picts/bar-background_home.gif);
			}

.headerarea		{
	width: 100%;
	border-left: #173769 1px solid;
	background-image: url(../picts/header_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
			}

.headerarea2		{
	width: 100%;
	border-left: #173769 1px solid;
	background-image: url(picts/header_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
			}

.footerarea		{
	width: 100%;
	border-left: #173769 1px solid;
	background-image: url(../picts/footer_bg.png);
			}
.headerBar2		{
	height: 20px;
	width: 100%;
	background-color: #D5D9E1;
	background-image: url("picts/shadow.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: #A2ADC4 1px solid;
			}

.date-font		{
	font-weight: bold;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
			}

#date-location		{
	position: relative;
	left: 8px;
	top: 0px;
	text-align: left;
}


a.barlink:link, a.barlink:visited, a.barlink:active	{
	color: #829FC2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.barlink:hover						{ color: #FFFFFF; text-decoration: none; }

/* PAGE BACKGROUNDS */

.shadow 	{
		background-image: url("picts/shadow-menu.gif");
		background-repeat: repeat-y;
		background-position: 0px 0px;
		}

/* SETUP PAGES FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none; }
}

/* START THE CODE FOR THE MENUS */

.menutopspace		{
	margin-top: 9px;
}

.changerarea		{
			border-top: #7E89A0 1px solid;
			border-bottom: #7E89A0 1px solid;
			margin-top: 9px;
			margin-bottom: 9px;
			}

.menubackground		{
			background-color: #C1C6D8;
			background-image: url("picts/menu-background.gif");
			border-right: #A2ADC4 1px solid;
			}

.menuwidth		{
	width: 150px;
}

.lastline		{ border-top: #E7EBF3 1px solid; }

.menu		{
	background-color: #C1C6D8;
	background-image: url("picts/menu.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	width: 100%;
	font-weight: bold;
	text-indent: 6px;
	line-height: 29px;
	text-align: left;
	display: block;
	border-top: #E7EBF3 1px solid;
	border-bottom: #A2ADC4 1px solid;
		}

a.menu:link 	{
	color: #435683;
	font-size: 12px;
}

a.menu:visited 	{
	color: #435683;
	font-size: 12px;
}

a.menu:active 	{
	color: #435683;
	font-size: 12px;
}

a.menu:hover 	{
	background-image: url("picts/menuon.gif");
	background-color: #CBCFDE;
	color: #000066;
	font-size: 12px;
		}
		
.copyright		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px;
	padding: 4px;
	height: auto;
	width: auto;
		}

a.copyright:link 	{
	color: #00F;
	font-size: 10px;
}

a.copyright:visited 	{
	color: #00F;
}

a.copyright:active 	{
	color: #999;
}

a.copyright:hover 	{
	color: #009;
		}

/* TEXT FORMATING */

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #06C;
	margin: 30px;
	padding: 12px;
}
#textTable { margin: 0 0 0 20px; }

.textMedium {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: lighter;
	color: #333;
	text-align: left;
}
.textLarge {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.textSmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.textSub {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3865AF;
}
.textSubSmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3865AF;
}

.textTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #336699;
}
.textMenu	{
	color: #435683;
	font-size: 12px;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.shadeform	{
		font: 12px arial, verdana, sans-serif;
		background-image: url("../picts/shadeform.gif");
		background-color: #ECF0F3;
		text-align: left;
		}
.vseparator {
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-left-style: solid;
	border-top-color: #999;
}
.textInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F03;
}
