/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 /*background: #ffffff;*/
 background-image:  url(../site_images/background.gif);
 color: #000000;
 text-align: left;
 }

#bar-top {
	width: 100%;
	height: 38px;
	text-align: center;
	background: #468C00;
	color: #333333;
	border: solid #000000;
	border-width: 2px 0;
	margin: 0;

}

#bar-bottom {
	width: 100%;
	height: 30px;
	text-align: center;
	position:relative;
	background: #468C00;
	color: #000000;
	border: solid #333333;
	border-width: 2px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
 }
#bar-top table tr th a {
	font-size: 14px;
}


#center {
	height: relative;
	position: relative;
	align: center;
	text-align: center;
	margin:5px 5% 10px 5%;
	left: 0px;
	right: 0px;

 }

#content {
	height: relative;
	position:relative;
	/*border: solid #000000;
	border-width: 0px 2px;
	background: #ffffff;*/
	color: #000000;
	margin:5px 10% 1% 10%;
	top: 0px;
	left: 20px;

 }
 
 #copy {
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 10px;
 }

#logo {
	margin:1% 0% 1% 0%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 14px;
	font-weight:bold;
 	color: #000000;
 	text-align: center
 }
