/* ------------------------------
	Basic
------------------------------ */

body {
	background: #fff url('images/version3_BG.gif') top left repeat-x;
	margin: 0;
	padding: 0;}
	
body, th, td, input, select {
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #000;}

a			{color: #00f;}
a:hover 	{color: #c30;}
a:visited	{color: #009;}
a:active	{color: #c30;}

h1, h2, h3, h4 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #366;}

h1 {font-size: 20px; color: #099;}
h2 {font-size: 18px;}
h3 {font-size: 16px; font-weight: bold;}
h4 {font-size: 14px; font-weight: bold;}

hr {
	clear: both;
	border: 0;
	height: 1px;
	margin: 2em 0;
	padding: 0;
	background-color: #999;
	color: #999;}

img {border: 0;}

p {line-height: 1.5em;}
	
/* ------------------------------
	Layout
------------------------------ */
#content {
	padding-left: 25px;
	padding-bottom: 75px;}

#footer {
	padding: 10px;
	font-size: 10px;
	text-align: center;
	color: #666;}

#sponsors {
	text-align: right;}
#sponsors img {
	border: 0;
	vertical-align: middle;}

/* ------------------------------
	Top Menu
------------------------------ */
#topmenu {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
	color: #f66;}
	
#topmenu span {
	background: #c00;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;}

#topmenu a {
	white-space: nowrap;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: none;
	color: #099;}

#topmenu a:hover {
	background: #099;
	color: #fff;}

/* ------------------------------
	Menu
------------------------------ */
#menu {
	padding-bottom: 75px;}

#menu h3 {
	background: url('images/version3_menuHeader.gif') bottom right no-repeat;
	margin: 0 0 5px 0;
	padding: 0 5px 5px 0;
	font: bold 14px Arial, sans-serif;
	text-transform: uppercase;
	color: #099;}

#menu ul {
	list-style: none;
	margin: 0 0 2em 30px;
	padding: 0;}
	
#menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em 0;}
	
#menu li span {
	font-weight: bold;
	color: #000;}
	
#menu li a {
	text-decoration: none;
	color: #666;}

#menu li a:hover {
	color: #000;}

/* ------------------------------
	Sub Menu
------------------------------ */
#submenu {
	border-top: 1px solid #ccc;
	white-space: nowrap;
	margin: -1em 0 2em 0;
	padding: 0;
	line-height: 2em;}

#submenu a, #submenu span {
	white-space: nowrap;
	border-left: 1px solid #ccc;
	padding: 0 5px;
	text-decoration: none;
	color: #369;}

#submenu span {
	color: #c30;}

#submenu a:hover {
	background: #ccc;
	text-decoration: underline;}

/* ------------------------------
	Content
------------------------------ */
.colorBox {
	margin: 0;
	padding: 0;}

.dataTable, .subtratesTable {
	border: 1px solid #ccc;}

.dataTable th, .subtratesTable th {
	background: #ccc;
	padding: 2px 10px;}

.dataTable td {
	text-align: center;}
	
.extended li {
	margin-bottom: 1em;}

.imageLeft {
	float: left;
	margin-right: 10px;}

.imageRight {
	float: right;
	margin-left: 10px;}

.pdfList {
	list-style-image: url('images/bullet_pdf.gif');}

.pdfList li {
	padding-bottom: 1em;}
