/* Sets All Margins and Padding to 0 */

* {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;

/* Used for clearing floats in a wrapper */

}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline /*inline-block*/;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* css for structure */

body {
	background-color: #DBD6BE;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width: 700px;	
}
#wrapper {
	width: 840px;
	background: #FFF;
	text-align: left;
	margin: 0px auto;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #999;
}
* html div#wrapper {
	width: 700px;
	w\idth; 698px;
}
#main {
	width: 560px;
	padding: 20px;
	float: right;
	font-size: 12px;
}
* html div#main {
	width: 560px;
	w\idth; 520px;
}
#mainwide {
	width: 800px;
	float: left;	
	margin: 20px;
	font-size: 12px;
}
* html div#mainwide {
	width: 800px;
	w\idth: 760px;

}
#sidebar {
	width: 200px;
	background: #EAE7D8;
	padding: 10px;
	margin: 20px 0px 20px 20px;
	float: left;
	text-align: left;
	display: inline;
}
* html div#sidebar {
	width: 200px;
	w\idth; 180px;
}
#sponsors {
	text-align: center;
}
#sponsors img {
	margin: 6px 4px;
	border: none;
/* maybe add back in if I can get it to work

}
#main, #sidebar {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
#content {
	display: inline;
	overflow: hidden;
	
*/
	
/* Text Styling */

}
#content h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1.4em;
	color: #414f24;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.4em;
}
h3 {
	font-size: 1.15em;
	color: #333;
	margin: 1em 0;
}
#sidebar h2 {
	font-size: 14px;
	margin: 12px 0;
	color: #333333;
	color: #414f24;
}
#sidebar h3 {
	font-size: 11px;
	margin: 12px 0;
	color: #333333;
	color:#794500;
}
#sidebar p {
	font-size: .8em;
	line-height: 1.3em;
	margin-bottom: 1em;
}
#main p, #mainwide p{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1.6em;
}
#main h2, #mainwide h2 {
	color: #414f24;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1.6em;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 1.6em;
}
li {
	line-height: 1.4em;
}
ol li {
	margin-bottom: .8em;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #999;
}
a:hover {
	color: #999;	
}
img {
	border: none;
	
	
/* Navigation Styling */
	
}
#nav {
	font-size: 12px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 140px;
	height: 25px;
	color: #fff;
	background: #333;
	padding: 8px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}
#nav a:hover {
	background: #DBD6BE;
	color: #333333;
	border: #333333;
	border-width: 1px;
	border-style: solid;
	width: 138px;
	height: 23px;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
	background: #333;
	font-family: "Lucida Grande" , sans-serif;
	font-size: 10px;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* footer styling */

#footer {
	width: 820px;
	padding: 10px;
	text-align: right;
	font-size: 10px;
	color: #DBD6BE;
	clear: both;
	background: #333;
}
#footer a {
	color: #DBD6BE;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer p {
	line-height: 1.5em;
}

/* Table Styles */


table {
	border: 1px;
	border-right: 0;
	border-style: solid;
	border-color: #DBD6BE;
	width: 100%;
	color: #333333;
	margin-bottom: 2em;
}
table caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 5px 7px;
}	
table tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: .9em;
	padding: 5px 7px;
	border-right: 1px solid #DBD6BE;
}
.even td {
	background-color: #eeece0;
	}
h4 {
	font-size: 13px;
	color: #666;
}
.sitecredits {
	background: url(http://squarecircledesign.com/images/scd_green_icon.png) no-repeat 100% 50%;
	padding-right: 15px;
}