/****************************************
 *
 *stylesheetSplash.css
 *
 *This page contains the styles for the
 *Newcarbon splash page.
 ****************************************/
 
 body{
 	font-family: arial;
 	font-size: 9pt;
 	
 	background: #FFFFFF url('splashImages/backgrnd.gif') repeat-x top left;
 }
 
 #siteContainer{
 	margin-top: 40px;
 	margin-left: auto;
 	margin-right: auto;
 	
 	width: 816px;
 	
 	position: relative;
 }
 
 #topMenu{
 	font-size: 8pt;
 	font-weight: bold;
 	
 	position: absolute;
 	
 	right: 14px;
 	top: 4px;
 }
 
 #topMenu .topLink{
 	text-decoration: none;
 	color: #000000;
 }
 
 #leftborder{
 	background: url('splashImages/left.gif') repeat-y top left;
 	width: 816px;
 	
 }
 #rightborder{
 	background: url('splashImages/right.gif') repeat-y top right;
 	width: 816px;
 }
 #siteContent{
 	background: #FFFFFF;
 	
 	margin-left: 1px;
 	margin-right: 6px;
 	
 	padding: 15px 15px 15px 15px;
 }
 
 #leftContent{
  	float: left;
 	width: 315px;
 }
 
 #rightContent{
	float: right;
	width: 460px;
 }
 
 #footer{
 	font-size: 8pt;
 	text-align: center;
 }
 
 .button{
 	margin-bottom: 15px;
 	border: 0;
 }
 .button-nospaceafter{
 	border: 0;
 }
 
.clearFloat{
 	clear: both;
 	margin-bottom: -15px;
 }