* {margin: 0px; padding: 0px;}
img {vertical-align: bottom;}

body {
	margin:0;
	padding:0;
	font-family: HelveticaNeue, Helvetica, Arial, Verdana, san-serif;
	background: #0a84b5 url(images/bg_body.jpg) no-repeat fixed right bottom;
	}

p { font-size: 10pt; line-height: 14pt; }
td { }
a:link {
	color: white;
	text-decoration: none;
}

form, div, p, h1, h2, h3, h4, h5, h6, object, csobj {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
font-family:Georgia, Times, serif; 
}

h1, h2 {
margin-bottom: 10pt;
}
	
a:visited {
	color:#ffad19;
}
a:hover {
	text-decoration: underline;
}
a:active { }

#wrapper {
	width:921px;
	margin:0 auto;
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat-y;
	padding:0;
	margin-top: 22px;
	
}
#fourColumns { 
	background-image: url(images/right_color_4columns.gif);
	background-repeat: repeat-y;
	padding: 0;
	width: 760px;
	min-height: 200px;
	}

#headerBlock {
	width:760px;
	float:left;
	clear:right;
}
#leftBlock {
	float:left;
	width:161px;
}

#rightBlock {
	float:right;
	width:760px;
} 

#footer { position: static; color: white; font-size: 0.6em; padding-top:2px; margin-top:8px; margin-left:auto; margin-right: auto; border-top: 1px solid #dbedf4; width: 921px; line-height: 15px; height: 1%; }

#articleLeft {
	width:auto;
}

.clearfix:after {/*The peroid is the last thing before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}

