/*********************************************************/
/*************************  ID's *************************/
/*********************************************************/

/* MainDocument creates the centered white space.
 margin:opx auto - centers the space in the middle of the window */

#mainDocument {
	width:767px;
	background-image: url("../images/background_large.jpg");
	background-color:#ffffff;	
	margin:10px auto;
	text-align: justify;	
}

#contentTop {
	background-image: url("../images/content_top_large.jpg");
	height: 61px;
}

#centerDoc {
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#FFFFFF;	
	width: 77%;
	float:right;
	margin: -22px 25px 0px 0px;
}
#mainDocument>#centerDoc {margin:-25pt 42px 15px 0px;} /*Mozilla Fix*/
/* amit - I have put a bottom margin on the mozilla fix for the centerDoc, This is done so the copyright
notice will be lifted a bit. Note: the copyright top is JS calculated as centerDoc.height - rightColumn.height */

#rightColumn {
	width:8%;
	background-color:transparent;
	float: left;
	margin: 0px 0px 10px 18px;
	text-align: center;
}
#mainDocument>#rightColumn {margin: 0px 0px 10px 40px;} /*Mozilla Fix*/

#copyright {
	bottom: 0pt;
	margin: auto;
	margin-bottom: 0pt;
	text-align: center;
	position: relative;
	font: normal 6pt Verdana, Arial, Helvetica, sans-serif;
}

#copyright a {
	text-decoration: none;
}

#footer {	
	background-image: url("../images/footer_large.jpg");
	height: 40px;
}

