#banner {
  position:absolute;
  top:50px;
  right:-243px;
}

#banner h3 {
    margin-left:20px;
    color: #fff;
    font-weight: bold;
}

h1.header_tab {
	font-size: 28px;
	font-family: georgia, sans-serif;
	color: #000;
	background: url(/images/layout/header_tab.gif) left top no-repeat;
	float: left;
	clear: both;
	width: 310px;
	height: 64px;
	padding-top: 26px;
	text-align: center;
	clear: both;
	margin-bottom: 38px;
}

#body_container #content {
	clear: both;
	margin: 0 20px 0 58px;
	width: auto;
	border-top: 1px dotted #dfdfdf;
}

#content_inner {
	margin: 16px 5px 10px 25px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	display:inline;
}

#content_inner .extra td {  border:1px solid silver;  padding:5px; vertical-align:middle; text-align:center;  }  #content_inner table {  border-spacing:4px; border-collapse:separate;  }

#content p {
	color: #6d6d6d;
	font-family: Tahoma;
	font-size: 100%;
	line-height: 20pt;
	text-align: justify;
	margin-bottom: 20px;
}

#footer_inner h3 {
	color: #c0c0c0;
	font-size: 16pt;
	margin: 0;
	padding: 35px 0 0 15px;
        float:left;
        position:absolute;
	font-family: Georgia;
}

#footer_inner a {
	color: #000;
	font-size: 14pt;
	font-family: Tahoma;
	text-decoration: none;
	margin-top: -5px;
	float: left;
        width:100%;
}

#menu ul {
	width: auto;
	height: 34px;
	float: right;
}

#menu ul li {
	float: left;
	height: 28px;
	text-align: center;
	display: block;
}

#menu .corner_left {
	width: 10px;
	height: 34px;
	float: left;
	display: block;
	background: url(/images/layout/button.gif) no-repeat top left;
}

#menu .corner_right {
	width: 10px;
	height: 34px;
	float: left;
	display: block;
	background: url(/images/layout/button.gif) no-repeat top right;
}

#menu ul li.active a {
	background: url(/images/layout/button_active_bg.gif) repeat-x top center
		;
	color: #fff;
}

#menu ul li.active .corner_left {
	background: url(/images/layout/button_active.gif) no-repeat top left;
}

#menu ul li.active .corner_right {
	background: url(/images/layout/button_active.gif) no-repeat top right;
}

#menu ul li a {
	width: auto;
	height: 34px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 6px 16px 0 16px;
	background: url(/images/layout/button_bg.gif) repeat-x top left;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}

img.image_float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.image_float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.larger {
	font-size: medium;
}

#content_inner .emfaze {
	font-size: medium;
	color: #A35071;
}

h1 {
	font-size: 22px;
	font-family: Tahoma;
	margin-bottom: 10px;
}

#content_inner a {
	color: #444;
	text-decoration: underline;
}

#content_inner strong {
	font-weight: bold;
}

.error {
	background: url(/images/exclamation.png) no-repeat left center;
	padding-left: 30px;
}

#content .notice, .notice {
	padding-left: 5%;
	font-size: 11px;
	width: 93%;
	color: silver;
	border-left: 3px solid #8897A6;
	margin-top: 2px;
	float:none;
}
