/* Palette: */
/*	

333333 Dark Grey
446699 Greyish Blue
000033 Dark Blue
FFFFFF White
88AADD Lighter Grey-Blue

*/

* {
	font-family: san-serif,Arial;
	font-size: 11px;
	color: #FFF;
}

body{
	background-color: #000;
	text-align: center;
}

select, option, input{
	color: #000;
}

a, a:link, a:visited, a:hover{
	color: #8AD;
}

#content{	
	width: 800px;
	margin: auto;
}

#header{
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 10px 0px;
	font-family: Tahoma, Arial Black, Arial;
	letter-spacing: 0px;
	background: url("images/topgraphic.jpg");
}

#external{
	width:90%;
	height:300px;
}

.section{
	padding: 0px;
	margin: 5px 0px;
	text-align: left;
}

.section UL{
    margin: 0px 0px 5px 10px;
    padding: 0px 0px 5px 10px;

}

.sectionheader{
	text-align: center;
	padding: 4px 0px 3px 0px;
	margin-left: 10px;
	background: url("images/header2.jpg");
	font-weight: bold;
	width: 150px;
	color: #FFF;
	vertical-align: top;
}

.biglink{
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}

.biglink a{
	font-size: 20px;
	cursor: pointer;
}

.sectionbody{
	line-height: 14px;
	padding: 5px 10px;
	font-size: 11px;
	border: 2px solid #469;
	-moz-border-radius: 10px;
}

.sectionbody P{
	text-indent: 10px;
}

.hiddenContent{
	display: none;
}

.shownContent{
	display: block;
}

.customSetupTR1{
	background-color: #333;
	width: 50%;
}

.customSetupTable table{
	width: 50%;
}

.customSetupTable tr{
	width: 50%;
	padding: 3px;
	text-align: right;
}

.customSetupTable td{
	padding: 3px;
	width: 50%;
	text-align: left;
}

	
