/* CSS Document */

body {
	background: url(assets/shared/background_image.gif);
	margin: 20px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	}
	
p, td, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	}
	
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#900;
	}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000;
	text-transform: uppercase;
	}
	
#wrapper {
	width: 660px;
	background: #ffffff;
	margin: 20px auto;
	text-align: left;
	}
	
#ie5fix {
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
	}
	
.navList {
	list-style: url(assets/shared/nav_bullets.gif) outside;
	}
	
.navListBullet {
	font-size: 11px;
	width: 410px;
	}
	
.navUnderline {
	border-bottom: solid 1px #666;
	display: block;
	}
	
a:link {
	
	color: #b00;
	background-color: transparent;
	text-decoration: none;
	}
	
a:visited {
	
	color: #b00;
	background-color: transparent;
	text-decoration: none;
	}
	
a:active {
	
	color: #b00;
	background-color: transparent;
	text-decoration: none;
	}
	
a:hover {
	
	color: #b00;
	background-color: transparent;
	text-decoration: underline;
	}
	
.floatRight {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
.floatLeft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.copyPadding {
	padding-left: 30px;
	padding-right: 30px;
	}

.copyPaddingLeft {
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	}
	
.cellSpacer {
	padding-left: 10px;
	}

.center {
	text-align: center;
	}
	
.halfPage {
	padding-right: 310px;
}
