.outer {
	background-image: url(images/background_tile.png);
	background-repeat: repeat-x;
	width: 100%;
}
.inner {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.topfiller {
	height: 10px;
	width: 984px;
	background-image: url(images/background_tile.png);
	background-repeat: repeat-x;
}
.main {
	background-color: #FFFFFF;
	width: 984px;
}
.topmenufiller {
	height: 10px;
	width: 984px;
	background-color: #FFFFFF;
}
.bottomfiller {
	height: 10px;
	width: 984px;
	background-color: #FFFFFF;
	clear: right;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
	width: 974px; 
	margin-left: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 900px;
	height: 100%;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 20px;
}
.bottombanner {
	background-image: url(images/grnbottom.jpg);
	height: 150px;
	width: 984px;
	position: relative;
}


.pano {
	background-image: url(images/topbanner.jpg);
	height: 156px;
	width: 984px;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006666;
}
.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006666;
	font-weight: bold;
}
.actions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
.totals {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
}
body {
	background-color: #006666;
	margin: 0px;
	background-image: url(images/background_tile.png);
	background-repeat: repeat;
}

a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #0033ff;
	text-decoration: underline;
}

table {
	background-color: #eeFFee;
	empty-cells:show;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 95%;
	border-collapse: collapse;

}
td{
	border: 1px solid #660033;
	}


ul.highlight{
	background-color: #f1edef;
	padding: 10px;
	list-style-position: inside;
	list-style-type: square;
	width: 80%;
}


.goleft {
	float:left;
	}
.goright {
	float:right;
	}
.newline {
	clear: both;
}


.newspanel {
	float: right;
	background-color: #f1edef;
	width: 350px;
	padding: 10px;
	height: 100%;
}
.contentpanel {
	width: 470px;
	float: none;
}
	
.mainsubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; /
	font-weight: bold; 
	color: #660033; 
	float: right;
	width: 100px; 
	height: 100%;
	margin-left: 10px; 
	background-color: #ffffff;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
	width: 850px;
	height: 100%;
	background-color: #ffffff;
}
.subsubheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	font-weight: bold;
}

