/* ----------------- TEXT STYLES ----------------- */
body {
	margin:20px 0 0 0;
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-image: url(../images/back140.jpg);
	background-repeat: repeat;
}

a {
	color:#336600;
	text-decoration:none;
}

a:hover {
	color: #336600;
	text-decoration:underline;
}

.green {
	color:#336600;
}

.bold {
	font-weight: bold;
}

h1 {
	text-indent:-5000px;
	margin:0 0 0 0;
	overflow:hidden;
	float:left;
}

#content H2 {
	font:normal 24px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.5px;
	color: #336600;
	padding:0 0 10px 0;
	margin:5px 0 0 0;
	border-bottom:  1px dotted #CCCCCC;
	text-align: left;
}

#sidebar H2 {
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #000000;
	margin:5px 0 0 0;
}

.subhead {
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #000000;
	margin:5px 0 0 0;
}

/* ----------------- LAYOUT STYLES ----------------- */

#container {
	margin:0 auto 0 auto;
	width:900px;
	background-color: #FFFFFF;
}

#sidebar {
	float:left;
	width:250px;
	margin:10px 50px 10px 10px;
}

#content {
	width:520px;
	float:right;
	margin:10px 35px 10px 0;
}

.sidebarLinks {
	margin:0 0 0 0;
	padding:0;
	border-top:1px dotted #CCCCCC;
}
	
.sidebarLinks li {
	list-style:none;
	margin:0;
	padding:0;
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
}
		
.sidebarLinks li a {
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
}
	
.sidebarLinks li a:hover {
	background:#f1f1f1;
	color:#336600;
	text-decoration:none;
}


/* ----------------- FOOTER STYLES ----------------- */

#footer {
	background:url(../images/back140.jpg) repeat;
	float:left;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:900px;
}
		
#copyright {
	float:left;
	width:300px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000000;
}

#copyright a {
	color:#000000;
	text-decoration:none;
}
.NavCell {
	height: 30px;
	background-color: #A0B78A;
	text-align: center;
}


#copyright a:hover {
	color:#C9191F;
	text-decoration:underline;
}

#copyright2 {
	float:left;
	width:600px;
}

.footerNav {
	float:right;
	padding:0;
	margin:0 0 0 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#000000;
}

.footerNav li {
	display:inline;
}

.footerNav li a {
	color:#000000;
	text-decoration:none;
}

.footerNav li a:hover {
	color:#000000;
	text-decoration:underline;
}




/* ----------------- BUTTON STYLES ----------------- */
#sidebar a.button
	{  /* Specify only the properties that differ from a.button */
	background:#e0e8d9;
	color:#333333;
	display:block;
	margin:0 0 0 0;
	padding:5px;
	text-decoration:none;
	width:240px;
	border: 1px dotted #cccccc;
}
#sidebar a.button:hover
	{  /* Specify only the properties that differ from a.button */
	background:#a0b78a;
	color:#000000;
	text-decoration:none;
	width:240px;
	border: 1px dotted #cccccc;
}

