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:942px;
	max-width: 942px;
	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:942px;
	color : #000000;
	background:#DFE9F2;
	height: auto;
	min-height: 20px;
	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;
}

.moreNav a:link {
	text-decoration: none;
	color:#333333;
}

.moreNav a:visited {
	text-decoration: none;
	color:#333333;
}

.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;
}

/* --- commented out 11/11/08
New code added to keep footer below nav or content
whichever was longest

#leftnavigation {
	top:123px;
	position : absolute;
	left : 0;
	color : #000000;
	width: 250px;
	max-width: 250px;
}

#content {
	margin-left:255px;
	color : #000000;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
*/
/* new nav and content css */
#leftnavigation {
	top:123px;
	/*position : absolute;*/
	left : 0;
	color : #000000;
	width: 250px;
	max-width: 250px;
	float: left;
	height: auto;
}

#content {
	/*margin-left:255px;*/
	color : #000000;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	float: right;
	width: 665px;
	height: auto;
}

#extra {	
	width:211px;
	padding: 1em 5px 1em 5px;
	margin: 1em 0 1em 10px;
	font-family: Tahoma;
	font-size: 1em;
	background-color:#123456;
	color: #ffffff;
	border: 1px solid #123456;
    -moz-border-radius: 5px;
    -moz-box-shadow: #888888 3px 3px 15px;
	-webkit-border-radius: 5px;
    -webkit-box-shadow: #888888 3px 3px 15px;
	border-radius: 5px;
    box-shadow: #888888 3px 3px 15px;
	text-align: center;
}

#extra2 {	
	width: 280px;
	padding: 1em 5px 1em 5px;
	margin: 1em 0 1em 10px;
	font-family: Tahoma;
	font-size: 1em;
	background-color:#123456;
	color: #ffffff;
	border: 1px solid #123456;
    -moz-border-radius: 5px;
    -moz-box-shadow: #888888 3px 3px 15px;
    -webkit-box-shadow: #888888 3px 3px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    box-shadow: #888888 3px 3px 15px;
	text-align: center;
}

#extra a,  #extra2 a{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff; !important
}

#extra:hover, #extra2:hover {
    -moz-box-shadow: #888888 3px 3px 5px;
    -webkit-box-shadow: #888888 3px 3px 5px;
    box-shadow: #888888 3px 3px 5px;
	background-color:#123440;
	color: #ffffff; !important
	text-decoration: none; !important
}

#extra2 a:hover, #extra2 a:visited{
   color: #ffffff; !important
   text-decoration: none;
}

#extra:visited,  #extra2:visited {
    color: #ffffff; !important
   text-decoration: none;
}
/* end new nav & content css */
#content h1{
	font-size:1.5em;
	color : #00284B;
} 

#content h2{
	font-size:1.2em;
	color : #00284B;
} 

.subheading  {
	font-size:1.2em;
	font-weight: 700;
	color: #00284B;
	margin: 0 0 10px 0;
}

.subheadingb  {
	font-size:1.2em;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 10px;
	border-top: 0px solid #00284B;
	border-bottom: 0px solid #00284B;
	background-color: #3f739b;
}

#content a:link {
	text-decoration: none;
	color:#0000FF;
}

#content a:visited {
	text-decoration: none;
	color:#0000FF;
}

#content a:hover {
	text-decoration: underline;
	color:#0000FF;
}

#content a:active {
	text-decoration: none;
	color:#0000FF;
}

#content ul li a:visited {
	text-decoration: none;
	color:#660033;
}

#search {
	/* to make the search visible, just comment out the next line */
	/*display: none;*/
	width:211px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom: 0px solid #EEEEEE;
	font-family: Tahoma;
	font-size: 0.8em;
	/*border-right: 13px solid #EEEEEE;
	border-left: 6px solid #EEEEEE;*/
	background-color: #ffffff;
}

#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;*/
	border-right: 13px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	background-color:#FFFFFF;
	height: 0px;
}

.caption {
	
	font-size: smaller;
}
/* -------------------------- Tell a friend */

#tellfriend {
	font-size: 12px; 
	margin: 0 0 0 10px; 
	font-family: verdana;
}

#tellfriend .link {
	text-decoration: none; 
	background-color: #eeeeee; 
	/*color: #ffffff; */
	color: #6893be;
	border:1px solid #cccccc; 
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin: 0 0 0 0; 
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	line-height: 30px;
}

#tellfriend .link:hover {
	color: #003366; 
	border:1px solid #bbbbbb;
}

/* -------------------------- Image alignment */
.leftalign {
	float: left;
	margin: 0px 10px 3px 0px;
	border: 0px solid #9E9E9E;
}

.rightalign {
	float: right;
	margin: 0 0 3px 10px;
	border: 0px solid #9E9E9E;
}

.centeralign {
	text-align: center;
	display: block;
	margin-top: 0px; 
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #9E9E9E;
}

/* -------------------------- What's On/New */
.whatsnew {
	text-align: left;
	/*width: 300px; 
	height: 100%;*/
	background-color: #ffffff;
	/*float: left;*/
	padding: 15px 12px 15px 0px;
}

.whatson {
	text-align: left;
	/*width: 300px; 
	height: 100%;*/
	background-color: #ffffff;
	/*float: right;*/
	padding: 15px 0px 15px 12px;
	border-left: 0px solid #9E9E9E;
}

.BackToTop {
	padding: 2px 5px 2px 5px;
	background-color: #CCCCCC;
}

.notice {
	padding: 0px 20px 10px 20px;
}

#extra2 a:hover{
	text-decoration: none;
	font-weight: bold;
	color:#ffffff; !important
}