/* CSS Document */

body {
	padding:0px;
	margin:0px;

	background-color:#FFFFFF;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-align:center;
}



/*	#top provides a hidden anchor at the very top of the webpage so that the top button at the bottom of the page functions properly	*/
#top {
	position:absolute;
	top:0px;
	
	visibility:hidden;
	
	text-align:left;
}



/*	#page centeres the page horizontally	*/
#page {
	width:770px;
	margin-left:auto;
	margin-top:20px;
	margin-right:auto;
	
	display:block;
	
	text-align:left;
}



/*	#header is the top part of the page containing the logo, search bar and
	accessibility links.
	
	#middle contains the menu, banner, divider and content

	#footer contains the legal menu		*/
#header {
	width:770px;
	height:95px;
	
	display:block;
}

#banner {
	width:770px;
	height:87px;
	
	display:block;
}

#middle {
	width:770px;
	height:auto;
	
	display:block;
}

#footer {
	width:770px;
	margin:20px 0px 20px 0px;
	
	display:block;
	text-align:right; 
	font-size: 75%;
}



/* elements inside the header */
#search {
	width:493px;
	height:21px;

	float:right;
}

#logo {
	width:277px;
	height:95px;
	float:left;
}

#logo_print {
	display:none;
}

#accessibility {
	width:auto;
	height:auto;
	
	padding:22px 3px 0px 0px;

	font-size:0.75em;
	line-height:160%;
	text-align:right;
	vertical-align:top;
	
	float:right;
}

#accessibility a {
	text-decoration:underline;
	color:#4C4C4C;
}

#accessibility a:hover {
	text-decoration:none;
	color:#4C4C4C;
}

#copyright {
	margin:10px 0px 0px 0px;
	
	font-size:0.75em;
	text-align:right;
    color:#999999;

	/* display:none; */
	float:right;
}

#banner_depth {
	width:660px;
	
	font-size:0.75em;
	color:#274F7E;
	
	display:block;
	overflow:hidden;
	float:left;
}

#banner_depth a {
	text-decoration:underline;
	color:#274F7E;
}

#banner_depth a:hover {
	text-decoration:underline;
	color:#7498C5;
}

#banner_title {
	width:660px;
	height:32px;
	
	font-size:1.1em;
	font-weight:bold;
	color:#274F7E;
	
	display:block;
	overflow:hidden;
	float:left;
}

#banner_image {
	width:660px;
	height:38px;
	float:left;
	display:block;
}

#banner_pic {
	width:110px;
	height:87px;
	
	display:block;
	float:right;
}



/* elements inside the middle */
#menu_side {
	height:auto;
	margin-top: 5px;
	margin-right: 4px;
}

#content {
	width: 100%;
	height:auto;
	padding: 0px 0px 0px 5px;
}



/* elements inside the footer */
#footer_links .footer_div {
	height:15px;
	width:1px;
	
	background-color:#CCCCCC;
	
	float:right;
}

#footer_links {
	height:15px;
	width:770px;
	margin:20px 0px 0px 0px;
	
	font-size:0.8em;
	
	float:right;
}

#footer_links a {
	text-decoration:none;
	color:#999999;
}

#footer_links a:hover {
	color:#999999;
}

#footer_links .footer_link {
	height:13px;
	padding:3px 0px 0px 0px;
	margin:0px 6px 0px 6px;
	
	float:right;
}

#footer_end {
	height:16px;
	width:14px;
	
	float:right;
}

#footer_links .footer_link .arrow {
	margin:0px 0px 0px 2px;
	
	border-width:0px;
	
	text-decoration:none;
}

#updated {
	width:750px;
	padding:10px 20px 5px 0px;
	
	font-size:0.8em;
	text-align:right;
	color:#999999;

	float:right;
}

img {
	border:0px;
}

.formlabel {
	width:120px;
	display:block;
}
table li{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.BodyTitle
{
    border-bottom: 1px solid #DDDDDD;
    width: 80%;
    font-size:1.2em;
	font-weight:bold;
	color:#0D4A8E;
	margin: 5px 0px 10px 0px;
}