html, body, div, h1, h2, h3, h4, h5, h6, fieldset, a, img {
	padding: 0;
	margin: 0;
}

body {
	padding: 17px 0;
}

#pageFrame {
	position: relative;
	width: 686px;
	margin: 0 auto;
	}

	#pageInnerFrame {
		width: 100%;
	}


#header {
	height: 73px;	
	margin-bottom: 19px;
	}
	#logo{
		float: left;
		padding-left: 30px;
		/*width: 371px;*/
		height: 73px;
	}
	#logo1{
		margin-right: 19px;
	}
	#header .right{
		padding-top: 10px;
		padding-right: 30px;
	}


/* BODY LAYOUT */
#outerColumnContainer
{
	z-index: 1;
	margin-left: 211px;
	}
	#innerColumnContainer
	{
		z-index: 2;
		width: 100%;
	}
	* html #innerColumnContainer
	{
		position: relative;	/* fix a render bug in IE under certain
					   conditions */
	}
	#contentColumn
	{
		margin: 0 0 0 -1px;		/* without this, boxes stop floating next to each other */
		width: 100%;
		}
	#leftColumn, #rightColumn, #contentColumn
	{
		float: left;
		position: relative;	/* IE has a display/render bug with non-floated 
					   block elements inside floated block elements. 
					   setting position:relative on the floating
					   element seems to resolve this. */
		z-index: 10;
		overflow: visible;	/* fix for IE italics bug */
	}
	#leftColumn
	{
		width: 211px;
		margin: 0 1px 0 -211px;	/* like in the #contentColumn selector, without
					   the 1px margin on the opposite side of the 
					   box, boxes stop floating next to each 
					   other */
	}



#footer {
	margin: 30px 7px 0 7px;
	z-index: 10;
	clear: both;
	position: relative;
	height: 70px;
	}

	#footer .left {
		padding-top: 11px;
	}

	#footer .nav-buttons{
		z-index: 69;
		position: absolute;
		top: -44px;
		left: 590px;
		width: 96px;
	}
	#footer .nav-buttons img{
		margin-right: 5px;
		margin-bottom: 8px;
	}

	#footer .right {
		padding-top: 11px;
	}
.cma, .cma a, .cma a:hover {
		position:relative;
		top:1px;
		left:-2px;
		float:right;
		text-decoration:none;
		color: #000000;
	}
	
.clear{		clear: both; padding-bottom: 1px; margin-bottom: -1px; }
.mozclear {	border-bottom: 0px solid #FFFFFF; margin-bottom: -1px;	}