
html, body {
margin : 0 auto;
padding : 0px;
background-color : #ffffff;
color : #000000;
height: 100%;

}

#container
{	
	/*min-height: 100%;*/
	height: auto !important;
	/*height: 100%;*/
	top: 10px;
	
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	
	width:950px;
	max-width: 950px;
	margin: 0 auto;    /*align for good browsers */
	text-align: left; /* counter the body center */
	position : relative;

	
	
	
	

}
#content img{
padding:7px;
padding-top:3px;

}

#header {
top : 0px;
color : #000000;
height: 123px;
}

.footer, .push {
margin : 0px auto;
width:950px;
color : #000000;
background:#FFCC00;
height: auto;
min-height: 30px;
border-top:#00284B 1px solid;
border-left: #999999 0px solid;
border-right: #999999 0px solid;
border-bottom: #999999 1px solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
padding-top:5px;
color:#00284B;
text-align:center;
clear: both;
bottom:10px;
}

.footer a:link {
	text-decoration: none;
	color:#333333;
}
.footer a:visited {
	text-decoration: none;
	color:#333333;
}
.footer a:hover {
	text-decoration: underline;
	
}
.footer a:active {
	text-decoration: none;
	color:#333333;
}



#leftnavigation {
	top:125px;
	position : absolute;
	left : 0;
	color : #000000;
	width: 250px;
	max-width: 250px;
}



#content h1{
font-size:1.5em;
color : #00284B;
} 

#content h2{
font-size:1.2em;
color : #00284B;
} 

#whatsnew
{
height:auto;
float:left;
width:46%;
padding-right:5%;
}

#whatson
{
height:auto;
float:left;
width:47%;
} 



.subheading  {
font-size:1.4em;
color:#003366;
}

#content a:link {
	text-decoration: none;

}
#content a:visited {
	text-decoration: none;

}
#content a:hover {
	text-decoration: underline;
	color:#00284B;
	
}
#content a:active {
	text-decoration: none;

}






#search {

	width:211px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #EEEEEE;
	font-family: Tahoma;
	font-size: 0.8em;
	color:#000000;
	border-right: 13px solid #EEEEEE;
	border-left: 6px solid #EEEEEE;
	background-color:#CCCCCC;
}

#moreNav {	
	width:211px;
	padding-left:10px;
	font-family: Tahoma;
	font-size: 0.8em;
	border-right: 13px solid #3399CC;
	border-left: 6px solid #3399CC;
	background-color:#99CCFF;
	height: 7px;
}
