/* CSS Document */

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:12px; background-color:rgb(255,255,255); font-family:Arial, Helvetica, sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:996px; margin:0px auto;}
.main {clear:both; width:996px;	}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:240px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:745px; margin:0 0 0 10px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:185px; margin:0 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer {
	clear:both;
	width:996px;
	padding-top: 20px;
}

/* HEADER */
.header {
	width:996px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	margin-bottom: 2px;
}

.d0_foot a {color:#000;text-decoration:none}
.d0_foot a:hover {color:#f60;text-decoration:underline}
.d0_foot a:visited{color: #000000;}
.d0_foot a:active {color: #660000;}
.display { display:inline;border:2px solid white; float:left; background-color: orange; color:white; width:185px; height:4em; text-align:center; font-weight: bold; font-size:150%; }
