body {
	margin: 0;
	padding: 0;
	background: url(../images/header_repeat.gif) repeat-x;
}	

.headerTable {
	background: url(../images/header.gif) no-repeat;
	height: 95px;
}	

.navTable {
	
}	


a {
	color: #2E2E5C;
	visited: #A17345;
}	

a img{ border: 0; }

.boxGroup {
	background: url(../images/box_borders.gif) no-repeat;
}	

.innerBoxGroup {
	background: url(../images/inner_box_borders.gif) no-repeat;
}

.brownBox {
	background: url(../images/box_brown_3.gif) no-repeat;
}	

.blueBox {
	background: url(../images/box_blue_4.gif) no-repeat;
}	


.greenBox {
	background: url(../images/box_green_3.gif) no-repeat; 
	
}	

.boxBold {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 13px 0 5px 0;
	padding: 0px 13px 0px 15px;
	line-height: 100%;	
}	

.boxBold2 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 13px 0 0px 0;
	padding: 0px 15px 0px 0px;
	line-height: 100%;	
}	


ul {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #333;
}


ul.boxList {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 1em 0;
	padding-left: 32px;
	list-style: square;
	}

li {
	padding: 0 6px 6px 0;
	line-height: 1.4em;

	}


.bottomBox {
	padding: 7px 0 0 0;
}



h1 {
	font-family: "trebuchet ms", trebuchet, arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 5px 0;
}	

h2 {
	font-family: "trebuchet ms", trebuchet, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E1CC13;
	margin: 10px 0 5px 0;
}	


p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 150%;
}



.bottomBoxHeadline {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #EA2626;
	padding: 3px 0 3px 10px;
	margin: 0;
	line-height: 100%;
}


.bottomBoxGraph {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;
	color: #656565;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 100%;	
}


.bottomBoxLink {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1F3083;
	padding: 3px 0 3px 10px;
	margin: 0;
	line-height: 100%;	
}


.bottomBoxLink a {
	color: #1F3083;
}	
	
	
.bottomBar {
	background: url(../images/bottom_bar.gif) repeat-x;
	height: 15px;
	margin: 15px 0 0 0;
}	


.footerLeft {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 3px 0 3px 20px;
	margin: 0;
}


.footerRight {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 3px 23px 3px 0;
	margin: 0;
}

.quote
	{ vertical-align: top;
	padding-top: 15px;
	padding-right: 55px;  
	font: 10pt georgia, times; 
	line-height: 18px;
	color: #777777;}
	
	

/* nav
----------------------------------------------- */

#nav {	float: right; }
#nav ul{ margin: 0;	}

#nav li{
	float: left;
	list-style: none;
	text-align: center;
	width: 97px;
	height: 28px;
	background: url(../images/tab.gif) no-repeat;
	margin-right: 2px;
	}

#nav a {
	font-family: "trebuchet ms", trebuchet, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 26px;
	}

#nav a:hover{ color: #E1CC13; }