/*defaults*/
body 	{
	color:#333333;
	margin:20px 0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color: #F3F3F3;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/bodyBack.jpg);
}
a		{
	color:#99CC00;
	text-decoration:underline;
}
a:hover	{
	color:#666666;
	text-decoration:none;
}


/*structural elements*/
#container	{
	text-align:center;
	width:820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#navigation	{
	padding:10px 0;
	text-align: right;
}
#header		{
	padding:2px;
	height:1px;
	background-color: #99CC00;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#content	{
	float:left;
	width:500px;
	padding:20px 10px 0 0;
	line-height:160%;
}
#contentWide	{
	float:left;
	width:810px;
	padding:20px 10px 0 0;
	line-height:160%;
	background-color: #FFFFFF;
}
#news		{
	float:right;
	width:270px;
	padding:20px 0;
	line-height:100%;
	text-align:left;
}
.newsItem	{
	padding:20px 20px 5px 20px;
	border:1px solid #F4A41B;
	font-size:90%;
	margin-bottom:20px;
	background-color: #FFFDD7;
}
#footer		{
	clear:both;
	width:100%;
	font-size:80%;
	padding:20px;
	text-align:left;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 60px;
}
#copyright	{float:right; }


/*headings*/
.newsItem h2	{
	color:#99CC00;
	margin:0 0 10px 0;
	padding:0;
	font-size:130%;
	font-weight:normal;
}

/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{
	color:#99CC00;
	padding:0 20px 0 0;
	text-decoration:none;
}
#navigation a:hover	{
	color:#666666;
}

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

h1 {
	font-size: 10px;
	color: #999999;
}
