body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #425294;
}
table{
	background-color: #BCBCBC;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-x;
}

.header{
	background-color:#BCBCBC;
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.top_band{
	background-color:#425294;
	width: 100%;
	background-image: url(../images/stucco_tile_gray.jpg);
	background-repeat: repeat;
}
.nav_band{
	clear: both;
	background-color:#425294;
	text-align: center;
	width: 800px;
	font-size: 75%;
	margin-left: auto;
	margin-right: auto;
}
.nav_band ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav_band li{
	display: inline;
	width: 200px;
	padding-right: 20px;
	padding-left: 0px;
	line-height: 1.7;
}
.nav_band a:link, .nav_band a:visited { 
    text-decoration: none;
	color:#FFFFFF;
}
.nav_band a:hover { 
    text-decoration: underline;
	color:#E2E2E2;
}

.container{
	background-color: #BCBCBC;
	width: 800px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
}
.left_bar{
	float: left;
	background-color:#BCBCBC;
	width: 100px;
	height: 500px;
	background-position: bottom;
}
.main_content{
	float: left;
	width: 578px;
	max-width:578px;
	padding: 10px;
	text-align: justify;
}
.right_bar{
	float: right;
	background-color:#A7A7A7;
	width: 100px;
	height: 500px;
	background-position: bottom;
}
.right_bar p{
	text-align: justify;
	color: #000000;
}
h1{
	font-size: 1.2em;
	text-align: center;
}
h2{
	font-size: 1em;
	text-align:center;
	padding: 10px;
}
#index p{
	font-size: .8em;
}
.footer{
	background-color: #bcbcbc;
	clear: both;
	text-align: center;
	font-size: .8em;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}.float_left {
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
h3 {
	font: bold 1.2em;
	color: #666666;
	text-align: center;
}

