/* CSS Document */

/* Basic Elements */
html, body {background-color: #00a54e;
	background-image:url(http://www.uchinsdale.org/ecp/bg.jpg);
	background-position:center;
	margin: 0;
	}
#container {
	width: 950px;
	height: auto;
	margin: auto;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#999999;
	border-width:thick;
	}
#header {
	width: 100%;
	height: 150px;
	background: url(http://www.uchinsdale.org/ecp/header.jpg) center no-repeat;
	border-bottom: 2px dashed #cecece;
	}
#content {
	float: right;
	width: 75%;
	}
#left {
	float: left;
	width: 25%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 0;
	color: #fff;
	background-color:#999999;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #CC0033;
	border-left: 5px #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: #00a54e;
	border-left: 5px solid #00a54e;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #0066CC;
	text-decoration: none;
	}
a:hover {
	color: #00a54e;
	}

.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
a:link {
	color: #0066CC;
}
body {
	background-color: #00AB4B;
}
