/************************************************************  
	CCS Reset
************************************************************/
html, body, div, span,
h1, h2, p, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
center { text-align: center; }
/** END CSS RESET **/
body {
	background-color: #000; 
	font-family: Arial, helvetica, sans-serif; 
	color: #fff; 
	font-size: 68%; 
	text-align: center;
}
/************************************************************  
	Typography
************************************************************/
h1 {
	font: bold 1.9em/1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	color: #fff;
}
h2 {
	font: bold 1.5em/1.4em Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	color: #fff;	
}
h3 {
	font: bold 1.4em/1.2em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #fff;	
}
p {
	font: normal 1.4em/1.5em Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	color: #fff;
}
a:link {
	color: #ff8e04;
	text-decoration: none;
}
a:visited {
	color: #ff8e04;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img#logo {
	float: left;
	margin: 0 0 15px 0;
}
div#mainContainer {
	width: 444px;
	margin: 20px auto;
	text-align: left;
}
div#content {
	width: 430px;
	margin: 0 0 0 24px;
}
p#contact {
	float: left;
}
div#mailing {
	width: 155px;
	float: right;
}
/************************************************************  
	Files
************************************************************/
div#files {
	clear: both;
	width: 426px;
	border-top: solid 1px #5e5e6c;
	margin-top: 15px;
	padding-top: 15px;
}
div#files ul { padding: 0; margin: 0; }
li.excel,
li.pdf {
	list-style: none;
	padding-left: 18px;
	margin: 0 0 6px 0;
	font-size: 1.2em;
}
li.excel { background: transparent url(images/icon_excel.gif) no-repeat; }
li.pdf { background: transparent url(images/icon_pdf.gif) no-repeat; }
div#files img {
	margin: 15px 0 0 40px;
}

