body {
	margin: 0px;
	padding:0px;
	background-color:#000000;
	font: small verdana,Sans-serif;
	color:#000000;
	text-align: center;
}

#wrapper {
       width: 768px;
       margin: 0px auto 0px auto;
       background-color:#ffffff;
}

#pageheader {
       width: 100%;
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
       background-color:#000000;
}

#siteimage{ 
			float: right;
}

#navwrapper {
			width: 100%;
      margin: 0px 0px 0px 0px;
			background-color:#1E1E1E;
}

#navitems {
	font-size: 14px;
	font-weight: bold;
	color:#555555;
	text-align: center;
	padding: 5px;
}

#pagefooter {
       width: 100%;
       padding: 0px 0px 20px 0px;
       background-color:#000000;
}

#footernavitems{
	font-size: 12px;
	text-align: center;
	padding: 10px 20px;
	color:#AAAAAA;
	background-color:#1E1E1E;
}

#footernavwrapper{
  clear:both;
  padding: 20px 0px 0px 0px;
  background-color:#ffffff;

}

#main{
width: 100%;
text-align: left;
background:#ffffff;
}

#content {
	padding: 10px 10px 10px 10px;
}

#leftcolumn {
	float: left;
	width: 240px;
	margin-top: 38px;
}

#rightcolumn {
	float: right;
	width: 490px;
}

#pagetitle {
	margin-top: 0px;
	margin-bottom: 10px;
}

#pagefooter {
  clear:both;
}


.videopthumb {
	float: left;
	padding-left: 5px;
	width: 116px;
	border: none;
}
.videopdata {
	float: left;
	padding-left: 10px;
	width: 50px;
	color: #666666;
}


.articlepthumb {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.darkbox {
	padding: 10px 10px 10px 10px;
  background-color: #DCDCDC;
	border: solid 1px #555555;
	width: 220px;

}

.lightbox {
	padding: 15px 15px;
	margin-bottom: 10px;
	background-color: #EDEDED;
	width: 460px;
}

.darkheader {
	font-size: 20px;
	font-weight: bold;
	color:#555555;
}

.greenheader {
	font-size: 20px;
	font-weight: bold;
	color:#758B40;
}

.darksubhead {
	font-size: 16px;
	font-weight: bold;
	color:#555555;
	margin: 5px 0px;
}

.greensubhead {
	font-size: 16px;
	font-weight: bold;
	color:#758B40;
}

.darkfocus {
	font-size: 13px;
	font-weight: bold;
	color:#555555;
}

.greenfocus {
	font-size: 13px;
	font-weight: bold;
	color:#758B40;
}

.readmore {
	text-align: right;
	font-weight: bold;
}

ul.linklist {
	list-style-type: square;
	padding-left: 15px;
	margin-left: 10px;
}

a.navlink:link {
	color: #AAAAAA;
	text-decoration: none;
}
a.navlink:visited {
	color: #AAAAAA;
	text-decoration: none;
}
a.navlink:active {
	color: #758B40;
}
a.navlink:hover {
	color: #758B40;
}


a:link {
	color: #758B40;
	text-decoration: none;
}
a:visited {
	color: #758B40;
	text-decoration: none;
}
a:active {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}

