body  {
	font: 10px Verdana, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #306;
	background: #D8DCA5;
}

td {
	font:14px Arial, Helvetica, sans-serif;
	color:#306;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	}

#outterwrapper {
	background: url(/images/bg.gif) no-repeat;
	height: 800px;
	float: left;
	width: 1500px;
}
.pageName {
	font: bold 16px Verdana, Geneva, sans-serif;
}
#contentColumn {
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 560px;
	overflow: auto;
	width: 760px;
	margin: 0;
	padding-bottom: 2px;
	padding-right: 25px;
} 
#content {
	padding-bottom: 30px;
} 
#outterwrapper #header {
	padding: 50px 10px 0;
} 

#navigation td {
	border-bottom: 0px solid #900;
}
	
#navigation a {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:0px;
}
	
#navigation a:hover {


}

#footer {
	color: #306;
	margin-top: 7px;
	font: 12px Verdana, Geneva, sans-serif;
	vertical-align: bottom;
	margin-left: 300px;
}
#info {
	color: #306;
	margin-top: 10px;
	font: bold 14px Verdana, Geneva, sans-serif;
	vertical-align: bottom;
	margin-left: 50px;
}
