body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background:url('../images/bg.jpg') #eae5ce;
	background-position:center;
	background-repeat:repeat-y;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #ee9600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ee9600;
}
a:hover {
	text-decoration: none;
	color: #ee9600;
}
a:active {
	text-decoration: underline;
	color: #ee9600;
}
a.contentLink {
	border:1px solid black; 
	background-color:#fff8ba; 
	padding:20px; 
	font-size:14px; 
	color:black;
	text-decoration:none;
}
a.contentLink:link {
	color:black;
}
a.contentLink:active {
	color:black;
}
a.contentLink:visited {
	color:black;
}
a.contentLink:hover {
	border:1px solid black;
	background-color:#00CC33;
	padding:20px;
	font-size:14px;
	color:black;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	color:#ee9600;
	font-weight: bold;
	font-size:16px;
}
h1 {
	color: #ee9600;
	font-size: 24px;
}
h2 {
	border-bottom:1px solid #ee9600;
	font-size:20px;
}
h3 {
	border-bottom:1px solid #ee9600;
	
}
a {
	font-weight: bold;
}
p {
	line-height:20px;
}
ul {
	margin:0; padding:0;
}
li {
	margin:0; margin-right:20px; display:inline;
}
#navContainer {
	text-align:left; 
	width:800px; 
	margin:0 auto; 
	padding:10px;
}
#navContainer a {
	text-decoration:none;
	color:black;
}
