

/* ==============================  content layout ==============================  */
.content {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	padding: 0px;
}
.contentSidebar_main {
	width:567px;
	float:left;
	position: relative;
	margin:0px;
	padding:0px;
	padding-bottom: 15px;
}

.contentSidebar_main p{
	color: white;
}

.contentSidebar_side {
	width: 230px;
	float:right;
	position: relative;
	padding-bottom: 15px;
	padding: 6px;
}

.contentSidebar_side p {
	color: white;
}

.contentSidebar_mainLeft {
	width:270px;
	float:left;
	margin:0px;
	padding:0px;
}
.contentSidebar_mainRight {
	width:270px;
	float:right;
	margin:0px;
	padding: 0;
}
.contentInfoImageLeft {
	width:264px;
	float:left;
	position: relative;
	margin:0px;
	padding:0px;
	padding-bottom: 30px;
}

.contentblock_top {
	height: 14px;
	background-image: url("/images/contentblock_top.gif");
	background-position: center 0px;
	background-repeat: no-repeat;
}
.contentblock_mid {
	background-image: url("/images/contentblock_mid.gif");
	background-repeat: repeat-y;
	background-position: center;
}
.contentblock_image {
	background-image: url("/images/contentblock_mid.gif");
	background-repeat: repeat-y;
	background-position: center;
}
.contentblock_bottom {
	height: 14px;
	background-image: url("/images/contentblock_bottom.gif");
	background-position: center 0px;
	background-repeat:no-repeat;
}
.divider {
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}
.clear {
	clear:both;
}

/* ==============================  SPM required ==============================  */
body {
	;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Arial, Helvetica, Geneva, Tahoma, sans-serif;
}
#maintable {
	background-color: white;
}
#topbar {
	height: 40px;
	background-image:url("../images/topbar.gif");
	background-repeat:repeat-x;
}
.footnote {
	font-size: 9px;
	color: #7D7D7D;
	text-align: left;
}


/* ==============================  fixes ==============================  */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
