/* main website styles */

img {
	border:none
	}

.main-background {
	background-color:#666666;
	background-image: url(images/background-tile.gif);
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #ffffff;
}


.main_text  a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.main_text  a:visited{
	color: #ffffff;
}

.main_text  a:hover{
	text-decoration: underline;
}

.main_text  a:visited{
	color: #999999;	
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
	padding-top: 10px;
}


/* News page styles*/ 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-top:0;
	color: #999999;
}

h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
}

.news_date {
	color: #B6D43F;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
}

a:visited{
	color: #999999;	
	text-decoration: none;
}

.news_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #999999;
}

.news_footer a:link{
	text-decoration: none;
	color: #999999;
}

/* html page styles*/

.heading {padding: 20px 0 3px; font-family: Arial, Helvetica, sans-serif; color: #999999; border-bottom: 1px solid #999999; }

.html_header_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #B6D43F;
}

/*other styles*/

.line-separation-top-bot {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.line-separation-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}

.line-separation-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}


/*layout styles*/

#info {
		padding-top: 3px;
		width: 737px;
		margin-left : auto;
		margin-right : auto;
	
	}

#flashcontent {
		overflow: hidden;
		position : relative;
		background-color: #FFFFFF;
		width: 737px;
		height: 526px;
		margin-left : auto;
		margin-right : auto;
	}
	
#htmlcontent {
		position : relative;
		background-color: #FFFFFF;
		width: 707px;
		margin-left : auto;
		margin-right : auto;
		padding-left: 15px;
		Padding-right: 15px;
		padding-bottom: 10px;
		padding-top: 15px;
	}
	
#nonflashcontent {
		position : relative;
		width: 717px;
		margin-left : auto;
		margin-right : auto;
	}

	.leftalign {
	text-align: left;
	}
	
	.rightalign {
	text-align: right;
	}
	
	.centeralign {
	text-align: center;
	}
	
	
.floatleft {
	float:left;
	clear:left;
	}
	
.floatright {
	float:right;
	clear:right;
	}
	
.clearboth {
	clear:both;
	}

/* SEO related styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #B6D43F;
	}

h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #B6D43F;
	}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #999999;
}

div.imgcentre {
  text-align:center;
}

img.inlineimg {
  display: inline;
  margin: 0 5px;
  border: #CCCCCC solid 1px;
}

/* Blog Styles - Other blog styles like h1, h2 and p styles can be edited in the blog.css file */

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

.smalltext {
	font-size:70%;
	}

.itemheaderarchive {
	font-weight:bold;

}

.subscribeimgpadding {
	padding-left: 5px;
}

