body {
	background-color: #EBECE4;
	margin-top: 0;
	margin-bottom: 0;
	/*
	text-align: center; 
	*/
}

p {
	color: black;
}

a:link {color:blue; text-decoration: none}
a:visited {color:blue; text-decoration: none}
a:hover {color:blue; text-decoration: underline}

.one {
	color:black;
	text-align:center;
	font-weight: bold;
}

table {
	border-style: solid;
	border-color: black;
	border-width: 0;
	border-collapse: collapse;
}

td.header {
	background-color:#FFEE52;
}

td.even {
	background-color:#D3D3D3;
}

td {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: .10cm;
	background-color:white;
}

div.left {
	clear:left;
	float:left;
}

div.center {
	float:left;
	position:relative;
	left:25px;
}

div.right {
	float:left;
	position:relative;
	left:50px;
}

div.leftBig {
	clear:left;
	float:left;
	width:500px;
}

.defBack {
	background-color: white;
	max-width: 1000px;
	padding: 10px;
}

.box {
	max-width:1000px;
  	background: #A2CD5A; 
	clear: both;
	font-weight: bold;
}

.boxfooter {
	margin-top: .5em;
}

.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}

.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}

.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}

.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}

.boxcontent {
  padding: 5px 10px 5px 10px;
}

#content {
	margin-top: .5em;
/*
	margin-left: auto;
	margin-right: auto;
*/
	padding: 0;
	max-width: 1000px;
}

#subNavContainer {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	margin-top: .5em;
	background-color: RoyalBlue;
	max-width: 1000px;
	font-weight: bold;
}

#subNavContainer ul {
	list-style-type: none;
	margin: 0;
	padding: .25em .25em;
}

#subNavContainer ul li { 
	display: inline; 
}

#subNavContainer ul li a {
	text-decoration: none;
	padding: 0em 1em;
	color: AliceBlue;
	background-color: RoyalBlue;
}

#subNavContainer ul li a:hover {
	color: AliceBlue;
	background-color: LightSkyBlue;
}

