html {font-size:70%; margin: 0px; padding: 0px;}
body {
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; color: #333333; 
		background: url(../images/bk_body.jpg) repeat-x;
		}
	
div, ul, ol, li, p, span, pre, input, form, h1, h2, h3, h4, h5, h6, table, tr, td, th {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	a { color: #BF0000;	}
	a:hover { text-decoration: none;	}
	table {
	font-size: 100%;/*per IE5*/
	margin-top: 10px;
	margin-bottom: 10px;
	}
	caption { padding: 0em 0em 0.3em 0em; font-weight: bold; text-align: left; color: #4A5766; font-size: 1.1em; }
		html>body caption { padding: 0em 0em 0.3em 10px; }/*X netscape, firefox*/
		
#container {
	margin: 0px auto 0px auto;/*per netscape*/
	padding: 0px;
	float: left;
	width: 100%;
	}
#header {
	float: left;
	padding: 0px;
	margin:0px;
	width: 100%;
	background: url(../images/bk_header.jpg) no-repeat;
	border-bottom: 2px solid #BF0000;
	height: auto!important;
	min-height: 111px;
	height: 111px;
	}	
#header h1 {
	position: absolute;
top: -10000px;
left:-10000px;
width: 0;
height:0;
clear:none;
}

#body_outer {
	width: 60%;
	padding: 10px;
	margin: 0px auto 0px auto;/*per netscape*/
}
#body_outer h2 {
	color: #BF0000;
	border-bottom: 2px solid #A7B5C5;
	font-size: 1.5em;
	margin-bottom: 10px;
}
#body_outer h3 {
	color: #BF0000;
	border-bottom: 1px solid #A7B5C5;
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 10px;
}
#body_outer p {
	line-height: 1.5em;
	padding-bottom: 5px;
}

#body_outer table  {
	border: 2px solid #A7B5C5;
	border-collapse: separate;
	padding: 0px;
	width: 90%;
}
#body_outer table td, #body_outer table th  {
	border: 1px solid #A7B5C5;
	border-collapse: separate;
	padding: 2px;
}
#body_outer table th  { background-color: #F6F8F9; }

#body_outer input, #body_outer select {
	color: #333333;
	border: 1px solid #A7B5C5;
	background-color:  #F6F8F9;
	vertical-align: middle;
}
#body_outer label {
	font-weight: bold;
	}
#body_outer .button {
	width: auto;
	margin: 5px !important;
	text-align: center!important;
	color: #333333;
	border: 1px solid #A7B5C5;
	background-color:  #F6F8F9;
	font-weight: bold;
	font-size: 0.95em;
}	
.menu{
	text-align: right!important;
}
.menu a:link, .menu a:visited {
	font-weight: bold;
	color: #465260;
}
.menu a:hover, .menu a:active {
	font-weight: bold;
	color: #BF0000;
}

.adestra {
	text-align: right!important;
}
