/*

#999999 = Lines
#F1F1F1 = Navigation background
#366599 = Dark header color & body fonr color
#D2E4FC = Light header color
#c0c0c0 = Footer text
#B8860B = anchor hover color, bottom header text and selected nav item


font-family: Verdana;
font-size : 8pt; except in footer = 7pt

*/
/*Header*/

.Header
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-top:5px;
	width: 755px;
	}
	
.HeaderTop
{
	background-color: #366599;
	border-bottom: 1px solid #999999;
	padding-left : 10px;
	padding-top : 10px;
	}
	
.HeaderBottom
{
	background-color: #D2E4FC;
	padding: 2px;
	padding-left:181px;
	font-family: Verdana;
	font-size : 8pt;
	color: #B8860B;
	font-weight: bold;
	}
	
/*Body */

.Text
{
	font-family: Verdana;
	font-size : 8pt;
	color: #366599;
	padding: 5px;
	text-align: justify;
	}
	
.TextNoPadding
{
	font-family: Verdana;
	font-size : 8pt;
	color: #366599;
	text-align: justify;
	}

.body
{
	border: 1px solid #999999;
	height: 501px;
	width: 755px;
	background-color: #FAFAFA;
}

/*Navigation*/

.NavigationHolder
{
	width: 155px;
	}
	
.NavigationSpacer
{
	border-right:1px solid #999999;
	height:1px;
	background-color: #F1F1F1;
	}

.NavigationItem
{
	width: 140px;
	height : 16px;
	background-color: #F1F1F1;
	border-Right: 1px solid #999999;
	border-bottom: 1px solid #F1F1F1;
	border-Top: 1px solid #F1F1F1;
	padding : 2px;
	}
	
.NavigationItemOver
{
	width: 140px;
	height : 16px;
	background-color: #CCCCCC;
	border-Right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-Top: 1px solid #999999;
	padding : 2px;
	}
	
.NavigationItem2
{
	width: 15px;
	height : 16px;
	border-bottom: 1px solid #FAFAFA;
	border-Top: 1px solid  #FAFAFA;
	border-Right: 1px solid  #FAFAFA;
	}
	
.NavigationItem2Over
{
	width: 15px;
	height : 16px;
	background-color : #D2E4FC;
	border-bottom: 1px solid #999999;
	border-Top: 1px solid #999999;
	border-Right: 1px solid #999999;
	}
	
.NavigationItem2Selected
{
	width: 15px;
	height : 16px;
	background-color : #B8860B;
	border-bottom: 1px solid #999999;
	border-Top: 1px solid #999999;
	border-Right: 1px solid #999999;
	}
	
.NavHolderBottom
{
	background-color: #F1F1F1;
	border-Right: 1px solid #999999;	
	width: 140px;
	height: 100%;
	padding-left:5px;
	padding-right:5px;
	}
	
.NavHolderTop
{
	background-color: #F1F1F1;
	border-Right: 1px solid #999999;	
	width: 140px;
	height: 10px;
	}
	
.NavAnchor
{
	width: 100%;
	}
	
.NavDots
{
	color: #366599;
	}
	
/* Content */

.Content
{
	padding:22px;
	}
	
.SectionHeader
{
	font-family: Verdana;
	font-weight: bold;
	font-size : 8pt;
	color: #B8860B;
	background-color: #F1F1F1;
	padding: 3px;
	border: 1px solid #c0c0c0;
	}
	
.HRule
{
	HEIGHT:1px;
	color:#B8860B;
	}
	
.BImg
{
	BORDER:#c0c0c0 1px solid;
	}
	
/*Footer*/

.Footer
{
	width: 755px;
	}

.Copyright
{
	color : #c0c0c0;
	font-family: Verdana;
	font-size : 7pt;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 1px;
	}
	
/*Misc*/

	
.ContactPadding
{
	padding-bottom:10px;
	}

a
{
	color: black;
	text-decoration: none;
	font-family: Verdana;
	font-size : 8pt;
	}

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