body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, Arial, sans-serif; 
	line-height: 1.6em; 
	background: #ccc; 
	color: #454545; 
}

a { 
	color: #003B6E; 
	background: inherit; 
	text-decoration: none;
}
a:hover { 
	color: #9EC068; 
	background: inherit; 
	text-decoration: underline;
}	

h1 { 
	font: bold 2.5em "Arial", Sans-Serif; 
	margin: 0; 
	letter-spacing: -1px; 
}
h2 { 
	font: bold 2em Arial, Sans-Serif; 
	margin: 0; 
	padding: 0; 
}
h1 a, h2 a { 
	color: #2b2b2b; 
	background: #fff; 
	text-decoration: none; 
}

h1 a:hover, h2 a:hover { 
	color: #2b2b2b; 
	background: #FFF; 
}

.title { 
	color: #808080; 
	background: #fff; 
}

/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }

/* content holder */
#content { 
	margin: 10px auto; 
	width: 960px;
}
#outline { 
	background: #fff; 
	border: 1px solid black;
}

#header { height: 75px; }
#top_info { float: right; width: 570px; margin: 20px 5px 0 0; text-align: right; }

#tabs { background: #ccc color: #000;  height: 32px; text-align: center; padding: 0 0 0 210px;}
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #ccc  url(images/barbg.gif) no-repeat; color: #808080; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover { background: #ccc url(images/barcurrent.gif) no-repeat; color: #000; }	
#tabs li a.current { background: #ccc url(images/barcurrent.gif) no-repeat; color: #2C71AE; }	
.key { text-decoration: underline; }

.logo { background: #000 url(images/logo.jpg) no-repeat bottom left; height: 175px; color: #444; margin: 0 0 20px 0; }

.left { 
	width: 690px;
}

.right {
	float:right;
	width: 240px;
}
	
.description { 
	padding: 0 0 2px 0; 
	margin: 0 10px 5px 0;
}

.thumbnail { 
	float: left; 
	margin: 0 18px 8px 0; 
	border: 0px; 
}

.box {
	float: left; 
	text-align:center; 
	border:#ccc 1px solid; 
	width: 225px; 
	background: #fff; 
	margin-left:10px;
	margin-bottom: 10px;
	color: #5d5d5d; 
	font-size:12px; 
	font-weight: bold; 
	text-transform: uppercase;
}
	
.middle {
	clear:both;
	padding: 10px;
	width: 940px; 
}

.footer { 
	clear: both; 
	text-align: center; 
	line-height: 1.8em; 
}