@charset "utf-8";
/* CSS Document by Kevin O'Hara of jellyFaceCreative.com */

html, body {
	height: 100%;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

/* BEGIN Universal Elements */
	
img {
	border: none;
}

a:link {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #99cc00;
	text-decoration: underline;
}

a:active {
	color: #99cc00;
	text-decoration: none;
	font-weight: bold;
}

#clear {
	clear: both;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

.small {
	font-size: 85%;
}

/* END Universal Elements */

#header {
	height: 108px;
	border-bottom: 2px solid #99cc00;
}

#body_main {
	height: 100%;
	background-image: url(../images/body_main_bg.jpg);
	background-repeat: repeat-x;
}

#body_content {
	margin: 0 auto;
	width: 824px;
	height: 100%;
	background-color: #FFF;
}

#body_content p {
	
}

#body_content h1 {
	color: #333399;
}

#content {
	width: 70%;
	margin: 20px;
	display: inline;
	text-align: justify;
	float: left;
}

#content_news {
	margin: 20px;
	text-align: justify;
	float: left;
}

#nav {
	text-align: center;
	padding: 5px 0;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #99cc00; 
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	display: inline;
	padding-right: 30px;
	font-weight: bold;
}

#nav li a {
	color: #FFF;
}

#nav li a:hover {
	color: #333399;
}

#rightCol {
	width: 24%;
	margin-top: 20px;
	text-align: center;
	display: inline;
	float: right;
}

.stackImg {
	margin-bottom: 20px;
}

#footer {
	width: 824px;
	height: 20px;
	background-color: red;
	margin: 0 auto;
}

/* BEGIN Advertising Elements */

#adContent {
	width: 53%;
	margin: 20px;
	text-align: justify;
	float: left;
}

#leftAd {
	width: 160px;
	margin: 20px 5px 5px 5px;
	float: left;
}

#rightAd {
	width: 160px;
	margin: 20px 5px 5px 5px;
	float: right;
}

.banner {
	margin-bottom: 12px;

}

/* END Advertising Elements */

/* BEGIN Feed Burner */

div.feedburnerFeedBlock {
	width: 85%;
	margin: 10px auto;
}

div.feedburnerFeedBlock ul { 
	margin-left:0; 
	padding-left:0; 
	list-style-type: none 
}

.date {
	margin: 5px 10px;
	font-style: italic;
}


/* END Feed Burner */
