body, html {
color: #000;
background: #4F677F;
}

/*
#container {
	margin: 0px auto;
	width: 780px;
	top: 0px;
}
*/
body {
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bottom_txt {
	font-size: 10px;
}
/*====================
Navigation Styles 76%/2.4em
======================*/
.arrw a {
	background-color: #9EBBD6;
	background-image: url("images/blank.gif");
	background-repeat: no-repeat;
	background-position: 12px 6px;
	text-align: right;
	display: block;
	/*White line between menu items*/
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 5px;
	width: 143px;
	height: 45px;
	text-decoration: none;
}
.arrw a:active { 
	color: #006633;}
.arrw a:hover  {
	color: #fff;
	background-color: #546C84;
	background-image: url("images/arrow.gif");
	background-repeat: no-repeat;
	text-decoration: underline;
}
.arrw a:visited { 
	color: #69111F;}
.menu_block { 
	/*float:left;*/
	width:148px;
	background-color:#E7E9E3;
	height:100%}
/*====================

Link Styles 76%/2.4em
======================*/
a:link {
color: #FFFFFF;
}
a:visited {
color: purple;
}
a:focus {
color: red;
}
a:hover {
color: green;
}
a:active {
color: yellow;
}
/*====================
Heading Styles
======================*/
h1 {
font-size: 1.8em;
margin: .6em 0;
}
h2 {
font-size: 1.6em;
margin: .6em 0;
}
h3 {
font-size: 1.4em;
margin: .6em 0;
}
h4 {
font-size: 1.2em;
margin: .4em 0;
}
h5 {
font-size: 1em;
margin: .4em 0;
}
/*====================
List Styles
======================*/
dl, ol, ul {
margin: 1em 0;
padding:0 0 0 2em;
}
li, dd {
margin: .25em 0;
}
dt {
font-weight: bold;
}
/*====================
Quote Styles
======================*/
blockquote {
margin: 1em 0;
padding-left: 20px;
}
/*====================
General Styles
======================*/
p {
margin: 1em 0;
}
img {
	border: 0;
}
code, kbd, pre {
font-family: Arial, Helvetica, sans-serif;
}
label {
display: block;
}
/*====================
Site Specific Styles
======================*/

td {
	font-size: 12px;
	margin: 8px;
}
padding8px {
	padding: 8px;
}
.class img {
	margin: 8;
}
.Bold {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #ffffff;
}
.dropCap {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 0px;
}
.image_float_right {
	float: right;
	padding-left: 10px;
}
.imgCenter {
	align: center;
}
.xouter{
	position:fixed;
	left:50%;
	float:left;
	clear:both;
	margin:10px 0;
	text-align:left;
}
.xinner{
border:1px solid #000;
position:relative;
left:-50%;
text-align:left;
}
.outer{
position:relative;
left:50%;
float:left;
clear:left;
}
.inner{
 align:center;
}