/*  Global
	-------------------------------------------------------------------- */
	body {
	margin: 0px;
	color: #000;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
}

.container { width: 950px; margin-left: auto;
margin-right: auto; }
.header { display: none; }


.content p {
	padding-top: 0px;
	line-height: 1.5em;
}
.content ul { list-style: circle; }
h3 {
	font-size: 16px;
	clear: both;
	color: #000;
}
h2 {
	font-size: 20px;
	clear: both;
	color: #000;
}
h2 a { font-weight: normal; }
h1 {
	font-size: 18px;
	clear: both;
}

/*  Navigation
	-------------------------------------------------------------------- */
.navigation {
	display:  none;
}	
.subNavigation {
	display:  none; }

.navUtility {
	display:  none; }/*  Sidebar
	-------------------------------------------------------------------- */
.sidebar {
	display: none; }
	

/*  Index Box
	-------------------------------------------------------------------- */
.indexBox {
	display:  none; }
/*  Footer
	-------------------------------------------------------------------- */
.footer {
display:  none; }


/*	Alignment
	-------------------------------------------------------------------- */
.left { float:left; }
img.left, a img.left {
	float:left;
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:hover img.left {
	border-color: #EEEEEE;
	background: #EEEEEE;
}
.right { float:right; }
img.right, a img.right {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
img.center, a img.center, .center img, .center a img {
	margin: 4px 10px 5px 0px;
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
.centerImage {
	width:100%;
	text-align:center;
}
a:hover img.center {
	background-color: #EEEEEE;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.clearfix { clear:both; }
.caps { text-transform: uppercase; }
.textCenter { text-align: center; }
.textRight { text-align: right; }
.center {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}