/* Common */

body {

	font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif;
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	background-color: #000000;
	
	text-align: center;

}

.outer {

	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
}

.inner {

	width: 100%;
	margin: 0;
	padding: 0;
	
}


p {

	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}

.contentWrapper {

	width: 940px;
	
	margin-left: auto;
	margin-right: auto;	
	
}




/* header */

.header {

	text-align: left;
	
	height: 99px;
	width: 940px;
}

/*  navi */

.navi {

	width: 940px;
	height: 44px;
	
	background-image: url('../images/naviBG.png');
	background-repeat: no-repeat;
	
	text-align: left;
}	

.navi ul {

	margin: 0 0 0 30px;
	padding: 0;
	
	list-style: none;	
}

.navi ul li {

	list-style: none;
	float: left;
	
	display: inline; /* IE6 hack for the double margin bug */	
	margin: 10px 30px 0px 0px;
	padding: 0;
}

.navi ul li a {

	text-decoration: none;
	font-size: 17px;
	color: #000000;
}

.navi ul li a:hover {

	color: #009dde;
}

.navi ul li.selected a {

	color: #009dde;
}

/* content */

.content {

	text-align: left;
	padding: 30px 0 30px 0;
	
}

.content .topLeft {

	width: 610px;
	padding-left: 30px;
	

}

.content .topRight {

	width: 330px;
}

.content H1 {

	margin-top: 0;
	color: #353535;
}

.content .intro {

	font-size: 14px;
}

.contentBottom {

	background-image: url('../images/bottomTableBG.png');
	height: 194px;
	width: 940px;
}

.contentBottom ul {

	padding: 0;
	margin: 10px;
	list-style: none;	
	width: 940px;
	height: 194px;
	

}

.contentBottom ul li {

	padding: 0;
	margin-right: 10px;	
	list-style: none;	
	width: 225px;
	float: left;
}


.contentBottom ul li H2 {
	height: 94px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0px; 
	color: #353535;
	font-size: 14px;

}

.contentBottom ul li h2 IMG {
	height: 39px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px; 
	color: #353535;
	font-size: 14px;

}
.contentBottom ul li a {

	text-decoration: none;
	font-size: 14px;
	color: #353535;
}

.contentBottom ul li a:hover {

	color: #009dde;
}

.contentBottom ul li.selected a {

	color: #009dde;
}
/* footer */

.footer {
	
	text-align: left;
	padding-bottom: 15px;
	
	height: 236px;	
	margin-left: auto;
	margin-right: auto;		
	
	padding-top: 20px;
	
	color: #6e6e6e;

	border: 1px solid #000000;
	
}


.footerWrapper {


	width: 940px;
	
	min-height: 236px;
	_height: 236px; /* IE6 hack */
	
	margin-left: auto;
	margin-right: auto;		
}

.footerContentLeft {

	float: left;

	
}

.footerContentRight {

	float: right;

}
.footerValidator {
	float: none;
}



.clear {
   clear: both;
}


