

/* text & tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(body-bg.gif);
}

p { margin: 8px 0px 12px 0px; }

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

ol {
	margin-top: 8px;
	margin-bottom: 8px;
}

li { margin-left: -18px; }

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0px -4px 0px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	text-transform: uppercase;
	color: #999999;
}

a {
	color: #123861;
	text-decoration: none;
}
	
a:hover {
	color: #c37500;
	text-decoration: underline;	
}

/* div styles */

#container {
	width: 800px;
	margin: 10px auto;
	border: 1px solid #000000;
	background: url(container-bg.gif) top left repeat-y;
	background-color: #FFFFFF;
}

#banner {
	width: 800px;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	background-image: none;
}

#sidebar {
	width: 200px;
	color: #E8E8E8;
}

.sidebar-box {
	width: 180px;
	padding: 10px;
	background-color: #395675;
	border-bottom: 3px solid #223c58;
}

	.sidebar-box a {
		color: #b8daff;	
	}
	
	.sidebar-box a:hover {
		color: #99FF99;
	}

#nav {

}

#content {
	float: right;
	width: 579px;
	padding: 10px 10px 10px 0px;
}

#footer {
	clear: both;
	width: 780px;
	padding: 10px;
	background: #223c58;
	border-top: 1px solid #000000;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #6baeff;
	text-decoration: underline;
}

/* styles */

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

#nav ul li a {
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
/*	border-bottom: 1px solid #000000;*/
	border-bottom: 3px solid #223c58;
	background: #496f99;
}

#nav ul li a:hover {
	background: #729ac7;
}

/* miscellaneous styles */

.chart {
	margin: 8px 0px 12px 0px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
}

.chart tr:nth-child(2n+1) { background-color: #F4F4F4; }

.chart tr td {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

.chart tr th {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: #444444;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

form input#name, #company, #industry, #address, #city, #state, #zip, #email, #phone, #fax { width: 350px; }
form textarea { width: 462px; height: 100px; }


.largertext {
	font-size: 14px;
}

.photoleft { float: left; margin: 5px 10px 2px 0px; font-size: 10px; line-height: 14px; }
.photoleft tr td { padding: 0px 0px 3px 0px; }
.photoleft tr td img { border: 1px solid #000000; }

.photoright { float: right;	margin: 5px 0px 2px 10px; font-size: 10px; line-height: 14px; }
.photoright tr td { padding: 0px 0px 3px 0px; }
.photoright tr td img { border: 1px solid #000000; }


.photo { padding: 10px; margin: 8px auto 12px auto; background-color: #F4F4F4; border: 1px solid #CCCCCC; font-size: 10px; line-height: 14px; }
.photo tr td { padding: 0px 0px 4px 0px; }
.photo tr td img { border: 1px solid #000000; }


.reports tr td {
	padding: 5px 0px;
}

.sponsortext {
	font-size: 10px;
	line-height: 14px;
}