/* NON-HEADER */

*{padding:0; margin:0;}
 body {
	 font-size:62.5%; 
	 background-color:rgb(255,255,255); 
	 font-family:verdana,arial,sans-serif;
 } 
 /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:900px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	border:solid 1px rgb(150,150,150); 
	font-size:1.0em;
}

.main {
	clear:both; 
	width:900px; 
	padding-bottom:30px; 
	background:transparent url(../img/bg_main_withnav.jpg) top left repeat-y;
}

.main-navigation {
	display:inline /*Fix IE floating margin bug*/; 
	float:left; 
	width:200px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.main-content {
	display:inline; /*Fix IE floating margin bug*/; 
	float:left; 
	width:440px; 
	margin:0 0 0 30px; 
	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:900px; 
	height:3.7em; 
	padding:1.1em 0 0; 
	background:#e1e1e1 url(../img/bg_foot.jpg) no-repeat; 
	font-size:1.0em; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

/* HEADER */
.header {
	width:900px; 
}

.header-middle {
	width:900px; 
	height:150px; 
	background:rgb(230,230,230) url(../img/bg_head_middle.jpg); 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.header-bottom {
	width:900px; 
	height:40px; 
	background:rgb(255,255,255) url(../img/bg_head_space.jpg) repeat-y;
}
.header-space {
	clear:both; 
	width:900px; 
	padding:1.0em 0 .5em 0; 
	background:rgb(100,100,100) url(../img/bg_head_space.jpg) repeat-y;
}

/*  HEADER SECTION  */

.space2 {
	clear:both; 
	width:900px; 
	padding:1.0em 0 1.5em 0; 
	background:rgb(100,100,100) url(../img/bg_head_bottom_nav.jpg) repeat-y;
} /*Color navigation bar normal mode*/


/* MAIN NAVIGATION */
.main-navigation .round-border-topright {
	width:10px; height:10px; 
	position:absolute; 
	z-index:100; 
	margin:0 0 0 190px; 
	background:url(../img/bg_corner_topright.gif) no-repeat; 
}

/* MAIN CONTENT */
.column1-unit {
	width:440px; 
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/;
}


/* SUBCONTENT */
.subcontent-unit-border {
	width:183px; 
	margin:0 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px #949108; 
	background:fff;
}

.subcontent-unit-border-sponsors {
	width:183px; 
	margin:0 0 2.5em 0px; 
	padding:0 0 10px 0; 
	border:solid 1px #949108; 
	background-color:fff;
}

.round-border-topleft {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../img/bg_corner_topleft.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:-1px;
}
.round-border-topright {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../img/bg_corner_topright.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:174px;
}
.round-noborder-topleft {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../img/bg_corner_topleft.gif) no-repeat; 
	margin-top:0px; 
	margin-left:0px;
}
.round-noborder-topright {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../img/bg_corner_topright.gif) no-repeat; 
	margin-top:0px; 
	margin-left:175px;
}

/*  FOOTER SECTION  */

.footer p {line-height:1.3em; 
	text-align:center; 
	color:rgb(125,125,125); 
	font-weight:bold; 
	font-size:110%;
}
.footer p.credits {
	font-weight:normal;
}

/*  CLEAR FLOATS  */

.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:440px; height:0.1em; border:none; background:#d2d2d2; color:#d2d2d2;}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-space {width:900px; background:transparent;}}

@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} 
/*IE proprietary flicker hack for background images. Not validating, but OK*/

