/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#container {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: left;
	border: none;
	}

#container_branding {
	float: right;
	margin: 0;
	width: 195px;
	height: 81px;
	}

#branding_upper_left {
	display: none;
	}
	
#branding_upper_right {
	}

#branding_upper_right img {
	width: 195px;
	height: 81px;
	}

#container_branding_lower {
	display: none;
	}

#branding_lower_left {
	display: none;
	}

#branding_lower_right {
	display: none;
	}

#container_content {
	position: relative;
	margin: 0 6% 0 0;
	color: #000;
}

#navigation {
	width: 50%;
}

#skip_nav {
	display:none;
	}

#navigation ul {
	list-style: none;
	padding: .3em 0;
	margin: 0;
	font-weight: bold;
}

#navigation ul li {
	list-style: none;
	margin: .5em 0;
	font-weight: bold;
	border-bottom: #FFF 1px solid;
}

#navigation ul li ul li {
	font-weight:normal;
	margin: 0;
}
 
ul.nav_global {
	border-left: 3px double #036;
}

ul.nav_global a {
	display:block;
	margin: .2em 0 .2em -3px;
	padding: .1em 1em .1em 1em;
	text-decoration:none;
	border-left: 3px double #036;
}

ul.nav_global a:link, ul.nav_global a:visited {
	color:#333;
}

ul.nav_global a:hover {
	color:#D5E5E5;
	border-left: 3px double #D5E5E5;
	background: #036;
}

ul.nav_global a:active {
	color:#036;
	background: #FFF;
}

#content {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 2.5em 0;
}

#container_heading {
}

h1 {
	font-size: 2em;
	color:#000; 
}

#content h2 {
	font-size: 1.3em;
	margin: 2em 0;
	color:#000; 
}

#content a:link {	color: #FFF;}
#content a:visited {	color: #FFF;}
#content a:hover { color: #333; background-color: #FFF;}
#content a:active { color: #FFF; background-color: #333; }

a.top {
	background: url(images/top.gif) no-repeat left center;
	padding: 0 .5em 0 2em;
}
a.back {
	background: url(images/back.gif) no-repeat 10% 50%;
	padding: 0 .75em 0 2em;
}

#content td {
	color: #000;
	text-align: left;
	vertical-align: top;	
	padding: .5em;
}

.align-right {
	text-align: right;
}

div.clearer {
	height: 0;
	line-height: 0px;
	clear: both;
	}

#sidebar {
	display: none;
	}

#siteinfo_copyright {
	text-align: left;
	color: #000;
	font-size: 1em;
	height: 2em;
}

#siteinfo_copyright a:link, #siteinfo_copyright a:visited {
	color:#FFF;
	text-decoration: none;
}

#siteinfo_copyright a:hover {
	color:#DDD;
	text-decoration: underline;
}

#siteinfo_copyright a:active {
	color:#FFF;
	text-decoration: underline;
}
