/* Layout Stylesheet */ 

body {
	margin: 0;
	padding-bottom: 10px;
	background: #003300;
	color: #003300;
	text-align: center;
	background-image: url(images/bg_minidots.gif);
 }

#bar-top {
	width: 100%;
	height: 28px;
	background: #003300;
	color: #000000;
	border: solid #000099;
	border-width: 3px 0;
	margin: 0;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(images/RedHorizontal.gif);
}

#bar-bottom {
	width: 100%;
	height: 30px;
	position:relative;
	background: #003300;
	color: #003300;
	border: solid #000099;
	border-width: 3px 0;
	text-align: center;
	background-image: url(images/RedHorizontal.gif);
 }

#content {
	position:relative;
	border: solid #000099;
	border-width: 0;
	background: #ffffff;
	color: #000000;
	overflow: auto;
	margin:0 0% 0 0%;
	padding-left: 25px;
	padding-right: 25px;
	font: verdana;
	font-size: 12px;
	background-image: url(images/bggreydiag.gif);
	text-align: left;
 }

