body {
	background: url(images/background_2.jpg) repeat-x top #FFF fixed;
	margin: 0px;
	padding: 0px;
	color: #33;
	font-family: verdana;
	font-size: 10pt;
}
a {
	color: #369;
}

a:hover {
	color: #f90;
}

.main {
	background: #FFF;
	border: 1px solid #999;
	position: absolute;
	left: 50%;
	margin-top: 5px;
	margin-left: -375px;
	width: 890px;
	padding: 0px;
}
.heading {
	padding: 19px 20px;
	background: #FFF url(images/stripes.jpg) repeat-y right 2px;
	border-bottom : 1px solid #999;
}
.top_nav {
	padding: 3px 0px;
	font-size: 9pt;
	
	
	background: url(images/nav_background.jpg) repeat-y left #FFF;
	
}

.top_nav a{
	margin: 0px;
	border-right: 1px solid #999;
	text-align:center;
	padding: 3px 10px;
	color: #666;
	text-decoration: none;
	
	
	
}
.top_nav a:hover{
	color: white;
	background-color : #fc9;
}

.top_nav a.selected {
	text-decoration : none;
	background-color : #ccc;
}
.title {
	padding: 0px;
	border-top : 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFF url(images/bann_int.jpg) no-repeat right;
}

.home_title {
	border-top : 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFF url(images/ban_rev_w_ceo2.jpg) no-repeat right;
	height: 200px;
	
}

.home_title .dudes {
	position: relative;
	left: 0px;
	top: 180px;
	font-size: 8pt;
	color: #369;
	text-align: right;
	width: 450px;
}	

.title h1, .home_title h1 {
	color: #369;
	padding: 20px;
	margin: 0px;
	font-size: 20pt;
	font-family : "Palladus";
	font-weight: 600;
}

.home_title h1 {
	width: 450px;
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
	font-family : "Palladus";
	color: #369;
	border-bottom: 1px solid #999;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 1px 0px;
	font-weight: normal;
}

address {
	font-style : normal;
}


.nav h4 {
	font-size: 12pt;
	color: #CCC;
	margin: 0px;
	padding: 0px 10px;
}

.nav {
	float: left;
	width: 220px;
	font-size: 8pt;
	padding:0px;
	margin: 0px;
}

.nav h2 {
	font-size: 1.2em;
	color: #998;
	margin:0px;
	padding: 10px 8px;
}

.nav p, .nav address {
	padding: 0px 8px;
	margin: 0px;
}

.nav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
}



.nav li  {
	width: 220px;
	list-style : none;
	
}

.nav a  {
	display: block;
	margin: 3px 0px 3px 0px;
	text-decoration: none;
	color: #369;
	padding: 0px 2px 0px 8px;
	background : url(images/arrow_369.gif) no-repeat 0px 5px;
}

.nav a.clean {
	display: inline;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}

.nav a:hover {
	background : url(images/arrow_orange.gif) no-repeat 0px 5px;
	color: #F60;
}

.nav a.selected {
	background : url(images/arrow_333.gif) no-repeat 0px 5px;
	color: #333;
	font-weight: bold;
	
}


.copy {
	border-left: 1px solid #999;
	padding: 10px;
	margin: 0px 0px 0px 225px;
	line-height: 1.5em;
}
.footer {
	border-top: 1px solid #999;
	font-size: xx-small;
	clear: both;
	padding: 10px;
	background: #FFF url(images/stripes.jpg) no-repeat right bottom;
}
.fineprint {
	line-height: 1em;
	font-size: xx-small;
}
table {
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 20px 0px;
}
th {
	background: #CCE4FF;
	border: 1px solid #999;
	padding: 5px 8px;
	vertical-align: top;
	font-size: 9pt;
}

td {
	border: 1px solid #999;
	padding: 5px 8px;
	vertical-align: top;
	font-size: 9pt;
}

table.performance {
	width: 630px;
}

table.performance th, table.performance td {
	font-size: 8pt;
	padding: 3px;
}


b, strong {
	color: #369;
}