/* Global styles - set the default behavior of standard HTML markup */
* { margin: 0; padding: 0; }
body { font-size: 62.5%; line-height: 180%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CCCCCC; background-color: #000; text-align: center; margin-top: 0px; }
p { font-size: 1.0em; margin: 0 0 15px 0; }
div > p { margin-top: 0; }
ol { margin-left: 40px; margin-top: 15px; margin-bottom: 15px; font-size: 1.0em; }
ul { margin-left: 36px; margin-top: 15px; margin-bottom: 15px; font-size: 1.0em; list-style: square; }
dl { margin-top: 15px; margin-bottom: 15px; font-size: 1.0em; }
a:link, a:visited { color: #CCCCCC; text-decoration: underline; }
a:hover, a:active { color: #3399FF; text-decoration: none; }
a img { border: 0; }
input, select, object { font-size: 1.0em; font-family: "Trebuchet MS", arial, helvetica, sans-serif; }
th, td { font-size: 1.0em; }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin-bottom: 15px;
	color: #FF9900;
	line-height: 140%;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
h3 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	margin: 15px 0 1px 0;
	font-weight: normal;
}
h4 { font-family: "Trebuchet MS", arial, helvetica, sans-serif; font-size: 1.2em; color: #FF9900; }
h5 { font-size: 1.0em; font-weight: normal; margin-bottom: 15px; color: #FF9900; line-height: 120%; }
h6 { font-size: 1.0em; font-weight: normal; margin: 15px 0; color: #FF9900; line-height: 120%; }

/* Define standard functional classes */
.clear { clear: both; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
.floatLeft { float: left margin-right: 25px;
	margin-bottom: 20px;}
.floatRight {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.leftColumn img.noFormat { border: 3px solid #FFFFFF; background-color: transparent; padding: 0; margin: 0; background-image: none; }

/* Define site color palette */
.black { color: #000; }
.white { color: #FFF; }
.grey { color: #CCCCCC; }
.orange { color: #FF9900; }

/* Master */
.master {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
}

/* Body wrapper */
.bodyWrapper-3column, .bodyWrapper-2column, .bodyWrapper-1column { margin: 0 0 0 0; }
.bodyWrapper-2column .rightColumn { display: none; }
.bodyWrapper-1column .rightColumn { display: none; }
.bodyWrapper-1column .leftColumn { display: none; }
.bodyWrapper-1column .centerColumn { margin-right: 0px; margin-left: 0px; }

/* Print-masthead */
.printMasthead { display: none; }


/* Footer */
.footer {
	font-size: 0.9em;
	color: #666666;
	padding-left: 85px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 22px;
}
.footer a:link, .footer a:visited { color: #333; }
.footer a:hover, .footer a:active { color: #666; }
.footer ul.footerNav { list-style: none; margin: 0; }
.footer ul.footerNav li { display: inline; border-left: 1px solid #777; padding: 0 5px; }
.footer ul.footerNav li.firstItem { border-left: 0; }
.footer ul.footerRight { list-style: none; float: right; margin: 0; }
.footer ul.footerRight li { display: inline; border-left: 1px solid #777; padding: 0 5px; }
.footer ul.footerRight li.firstItem { border-left: 0; }