
html,body {
	height: 100%; }
/*
p {
	border:1px solid black;
	margin:0px 10px 10px 10px; }
*/

.center_p {
	text-align:left;
	padding-top:0px;
	width:300px; }

.center_p2 {
	padding: 0;
	text-align:left;
	width:300px; }

#box {
/*	border:1px solid black; */
	width:750px;
	margin: 0px auto;
	padding:0px;
	text-align:left; }

#left {
	width:175px;
	padding:0px;
	float:left; }


#content {
	width:400px;
	padding:0px;
	float:left;
	overflow: auto; }

#right {
	width:175px;
	padding:0px;
	float:left; }

ul {
	margin: 0 15px 0 15px;
	padding: 0 15px 0 15px;
	list-style: none; }

li {
	text-align:left;
	padding-left: 20px;
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .7em; }


a {
	color: #9C9DA0;
	text-decoration: none; }

a:hover {
	color: black;
	text-decoration: underline; }


#foot table {
	background-color:transparent;
	font-size: 9px; }

#foot table a {
	color: #9C9DA0; 
}

#address {
	font-family: Verdana, Helvetica, Arial, SunSans-Regular, Sans-Serif;
	font-size:9px;
	line-height:15px;
	padding-top:10px;
	text-align:center }