﻿@charset "utf-8";
/* CSS Document */
/* 466795	= Dark blue (logo) 	*/
/* DCE5EE	= Light blue		*/
/* FDF520	= Yellow (logo)	*/

body {
	font-family: Calibri, Arial, Helvetica, 'sans serif'; 
	font-size: 100%;
	margin: 10px;
	background: url('../elements/Page-BgTexture.jpg') fixed 0 0;
	text-align: center;
	padding: 0px;
	}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 825px;
	}

body, table, th, tr, td, li, ul, ol	{
	color: #111111;
	font-family: Arial, Helvetica, 'sans serif';	
	font-size: 12px;}

PRE, CODE, TT	{ 
	color: #111111;
	font-family: Courier New, monospace;
	font-size: 12px;
	}

HR	{	
	width: 100%;
	color: #466795;
	}	

a:link,
a:visited	{
	color: #466795;
	text-decoration: underline;
	}	
		
a:active,
a:hover	{
	color: #466795;
	background-color: #FDF520;
	text-decoration: underline;
	}	

/*##### ADDRESS BOX #####*/

.addressbox td	{
	font-size: 8pt; 
	color: #444444;
	font-weight: bold;
	}

.addressbox a:link,
.addressbox a:visited	{
	font-size: 8pt; 
	font-weight: bold;
	color: #466795;
	text-decoration: underline;
	}

.addressbox a:hover,
.addressbox a:active	{
	font-size: 8pt; 
	font-weight: bold;
	color: #004080;
	text-decoration: underline;
	}


/*##### COPYRIGHT FOOTER  #####*/

.footer td	{
	clear: both;
	font-family: Calibri, Arial, Helvetica, 'sans serif'; 
	font-size: 9pt;
	color: #DCE5EE;
	font-weight: bold;
	}

.footer a:link,
.footer a:visited	{
	background-color: #466795;
	color: #DCE5EE;
	text-decoration: none;
	}

.footer a:hover, 
.footer a:active	{
	background-color: #466795;
	color: #FDF520;
	text-decoration: none;
	}


H2	{
	font-family: Times New Roman, Georgia, serif;
	font-size: 15pt; 
	letter-spacing: -1pt;
	color: #466795;
	}
	
H3	{
	font-family: Times New Roman, Georgia, serif;
	color: #111111; 
	font-size: 13pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
	}

/*##### CLASSES #####*/

.clear {
	clear: both;
	}

.box1 td	{
	border-bottom: 1px solid #DDDDDD;
	font-family: Arial;
	font-weight: bold;	font-size: 12px;}

.table1 table	{ 
	border: 1px;
	padding: 2px;
	border-color: #E0E0E0;
	border-collapse: collapse;
	}

.line150	{
	line-height: 150%;	font-size: 12px;}

.form		{ 
	font-family: Arial, helvetica, 'sans serif';	font-size: 12px;font-weight: bold; 
	color: #164466;
	}

.hdgA	{
	font-family: Times New Roman, Georgia, serif;
	font-size: 24px; 
	letter-spacing: -.5pt;
	color: #466795;
	}

.hdgB	{
	font-family: Times New Roman, Georgia, serif;
	font-size: 18px; 
	letter-spacing: -.5pt;
	color: #466795;
	}
.hdgC	{
	font-family: Calibri, Arial, Helvetica, 'sans serif'; 
	font-weight: bold;
	font-size: 11pt;
	}

.box8b	{
	font-size: 8pt;
	}


#sidebar {
	margin: 0px;
	padding: 0px;
	width: 175px;
	font-size: .90em; 
	}

/* NAVIGATION SIDEBAR */
.navbar	{
	font-family: Calibri, Arial, Helvetica, 'sans serif'; 
	width: 175px;
	}

.navbar a:link,
.navbar a:visited	{	font-size: 12px;font-weight: bold;
	text-decoration: none;
	color: #466795;
	width: 150px;
	background-color: #DCE5EE;
	border: 1px solid #DCE5EE;
	padding: 5px;
	display: block;
	}

.navbar a:hover,
.navbar a:active	{
	color: #FDF520;
	border: 1px solid #C0C0C0;
	background-color: #466795;
	padding: 5px;
	display: block;
	}

/*##### SERVICE BOX #####*/

.service td	{
	font-size: 10px;
	text-align: center;
	width: 185px;
	color: #466795;
	font-weight: bold;
	}

.service a:link,
.service a:visited	{
	background-color: #FFFFFF;
	color: #466795;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-weight: bold;
	}

.service a:hover,
.service a:active	{
	background-color: #466795;
	color: #FDF520;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-weight: bold;
	}

.list1 li	{
	margin: 5px; 
	list-style-type: square;
	}

.icons a:hover,
.icons a:active	{
	background: transparent;
	padding: 0; 
	clear: both;
	}