/* BODY */
body {
	padding:0;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 17.143px;
	color: #000000;
}

a img { border: 0px; }
.border { border: 1px solid black; }
.hidden { display: none; }
/* HEADER */

#header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 80px;
	max-height: 80px;
	overflow: hidden;
}

/* Header > Logo */
#head_logo {
	background-color: #00295A;
	display: block;
	float: left;
}

/* HEADER > Navigation */

#head_nav { list-style:none; font-size: 0.7em; margin:1em 0 0 20em; }
#head_nav li { display:inline; }
#head_nav li a { padding: 0 6px 0 6px; }
#head_nav li a:hover { text-decoration: underline; }

/* HEADER > Status Bar & Menu */

#head_menu {
	margin:1.8em 1em 0 0;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0px 3px 0px 3px;
}

#head_menu a:hover { text-decoration: underline; }

#statusbar { display: table; height: 29px; font-size: 0.7em; margin:0 0 0 2em; }
#statusbar div { vertical-align: middle; }

/* CONTENT */
#content_block { margin: 0 10px 0 20px; }

/* FOOTER */

#footer {
	clear: both;
	display:block;
	top: 10px;
	color: #666666;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	background: url(../../images/default/infobar/background3.gif) repeat-x;
	background-position: 0 14px;
	padding: 14px 0 0 0;
	margin: 0 14px 0 14px;
	line-height: 30px;
}

#footer_copyright { padding: 0 0 0 5px }
#footer_copyright a { color: #666666; }

#footer_about {
	float:right;
	line-height: 30px;
	height: 30px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer_about li {
	line-height: 30px;
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
	color:#000000
}

#footer_about a {
	color: #29348E;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.3em 0 0.3em;
}

#footer_about a:hover { text-decoration: underline; }
#footer_about span { color:#000000; }
