#site {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #0e4273;
	font-family: Arial,Helvetica,sans-serif;
}

/******************************************************************************/
/*
/* Top Header
/*
/*****************************************************************************/
#top_header {
	line-height:1.22em;
	height: 28px;
	overflow:hidden;
	border: 1px solid #0e4273;
	border-width: 1px 0;
	background: #fdf1d0 url(../images/topheaderbg.gif) repeat-x;
	font-size: 75%;
	position:relative;
}

/* Links */
#top_header .links {
	float: left;
	color:#333399;
	padding: .6em 0 0 1.4em;
	position:relative;
}

#top_header .links a {
	font-size:11px;
	text-decoration:underline;
}

#top_header .links a:hover {
	color:#0000CC;
}

#top_header .links img {
	vertical-align: middle;
}

/* Logos */
#top_header .logos {
	float: right;
	width: 200px;
	background-color: white;
	border-left: 1px solid #0e4273;
	margin-left: 1em;
	height: 28px;
}
	
#top_header .logos img {
	display:block;
	float:left;
	margin:.2em 0 0;
}

/******************************************************************************/
/* Header
/*****************************************************************************/
.a2_header {
	background-color:#EBF5FF;
}

/******************************************************************************/
/* Footer
/*****************************************************************************/
#footer {
	clear:both;
	overflow: auto;
	width: 990px;
	background: #e0e0e0 url(../images/dotted_horizontal.gif) 0 0 repeat-x;
	padding: .4em 0;
	margin-top: 50px;
}

/* Opera hack to accomodate its 1 place float "bug" */
@media all and (min-width:0px) {
	head~body #footer { width: 75.2em; }
}

#footer, #footer a {
	font-size:8pt;
	text-align:center;
	color:#333399;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	color:#0000CC;
	text-decoration: underline;
	background: none;
}

#footer img {
	vertical-align:middle;	
}

/* Copyright */
#footer .copyright {
	float: left;
	font-size: 80%;
	margin-left: .8em;
}

/* Links */
#footer .links {
	float: right;
	font-size: 80%;
	margin-right: .8em;
	background: none;
}

#footer .links a {
	text-decoration: underline;
}

#footer .links a:hover {
	color:#0000CC;
	text-decoration: underline;
	background: none;
}

div#container_footer	{ 
	text-align:left; 
	font-size:75%; 
	margin:0.9em 0 0; 
	padding:0 0 .9em .6em;
}

div#container_footer ul	{ 
	margin:0 0 .3em; 
	padding:0; 
}

div#container_footer ul#copyright { 
	margin-bottom:0.75em; 
}

div#container_footer ul li	{ 
	margin:0; 
	padding:0 0.4em 0 0.75em; 
	display:inline; 
	background:url(../images/footer_links_separator.gif) 0 55% no-repeat; 
	color:#666
}

div#container_footer ul li.no_bullet { 
	background: none; 
	padding: 0; 
}

div#container_footer a, div#container_footer a:visited {
	color:#666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	text-decoration: none; 
}

div#container_footer a:hover { 
	text-decoration:underline;
	background: none;
}

div#container_footer ul#copyright li a	{ 
	color:#003560; 
}