@IMPORT 'classes.css';
@IMPORT 'menu.css';

html,html body {height:100%;}
img{border:none;}
img.Left{float:left;margin-right:5px;border:solid 1px black;}
img.LeftNoBorder{float:left;margin-right:5px;border:none;}
img.Right{float:right;margin-left:5px;border:solid 1px black;}
img.Center{margin-bottom:5px;border:solid 1px black;}
img.HomeDate {margin-right:5px;float:right;font:bold 1em Arial,Helvetica,Sans-Serif;color:#434C6B;}
/*
h1{margin:0;background:transparent url("../images/linefade.jpg") bottom left no-repeat;}
h2{margin:0;background:transparent url("../images/linefade.jpg") bottom left no-repeat;}
h3{margin:0;background:transparent url("../images/linefade.jpg") bottom left no-repeat;}
*/
h1,h2,h3{margin:0;}

BODY{
	width:100%;
	margin:0px;
	color:black;
	font:normal .8em arial,helvetica,sans-serif;
	text-align:center;
}

a, a:visited, a:active{text-decoration:none;}

#Page{
	width:872px;
	position:relative;
	margin:0px auto; 
	text-align:left;
	/*height:100%;
	min-height: 100%;*/
}


/*apply to IE*/
#Container {
	/*height:100%;*/
	background-color:white;
	position:relative;
	width:100%;
	float:left;
	z-index:2;
}

/*apply to all but IE*/
html>body div#Container {height: auto;/*min-height: 100%;*/}

#Header{
	width:100%;
	height:142px;
	float:left;
}

#Logo{float:left;width:398px;height:143px;margin-top:0px;margin-left:0px;}

#Content{
	float:left;
	padding:0px;
	/*height:100%;*/
	width:100%;
}

#CenterCol{
	margin-left:47px;
	width:758px;
	/*height:100%;*/
	padding:0 5px;
	overflow:hidden;
}

#Date{float:right;margin:-25px 10px 0 0;color:white;font-weight:bold;position:relative;}

#Footer{
	width:100%;
	color:white;
	clear:both;
	position:absolute;
	z-index:3;
}

#Footer UL
{
	margin:5px;
	padding:0;
	list-style:none;
	text-align:center;
}

#Footer UL LI{display:inline;margin:5px 10px;}

#Footer UL LI A{font:bold .75em arial;color:white;}
#Footer UL LI A:Hover{color:#999999;border-top:solid 1px red;border-bottom:solid 1px red;}

#SubFooter{width:100%;background-image:none;text-align:center;color:White;}
#SubFooter a,#SubFooter a:hover{color:White;}

#Icons{float:left;margin-left:65px;margin-top:10px;width:600px;}