/*this is for the content of the webpages */
#twocolumns-left
{

	width: 470px;
	position: relative;
	float: left;
	padding: 5px;
	line-height: 1.2em;
	font-size: 85%;
}
#twocolumns-right
{
	
	
	width: 325px;
	position: relative;
	float: right;
	padding: 5px;
	line-height: 1.2em;
	font-size: 85%;
}
#middlecolumn
{
	position: relative;
	float: left;
	width: 3px;
	
	left: 3px;
	
}
h3
{
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 3px;
	line-height: 13px;
	font-size: 105%;
	text-indent: 5px;
}
#news
{
	width: 95%;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	left: 10px
}
h4.latest
{
	/*background-image: url('../images/latest.png');
	background-repeat: no-repeat;*/
	color: white;
	background-color: #99CC00;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 3px;
	line-height: 13px;
	font-size: 105%;
	text-indent: 5px;
	width: 100%;
	left: -5px;
}
a.latest,a.latest:link, a.latest:active
{
	color: red;
	font-size: 80%;
	text-decoration: none;
}
#threecolumns-left
{
	width: 250px;
	position: relative;
	float: left;
	padding: 3px;
	line-height: 140%;
	font-size: 85%;
	left: 5px;
	margin-left: 1px;
	margin-right: 1px;
	border: solid 1px #fff;
}
#threecolumns-right
{
	top: -1px;
	line-height: 140%;
	font-size: 85%;
	width: 259px;
	position: relative;
	float: right;
	padding: 3px;
	border: solid 1px #fff;
	margin-left: 1px;
	margin-right: 1px;
	left: 7px;
}
#threecolumns-middle
{
	position: relative;
	float: left;
	width: 259px;
	padding: 3px;
	line-height: 140%;
	font-size: 85%;
	left: 10px;
	margin-left: 1px;
	margin-right: 1px;
	border: solid 1px #fff;
}
hr
{

	margin-top: 5px;
	margin-bottom: 5px;
}
#security
{
	top: -5px;
	background: #dddddd;
	padding: 5px;
}
#bgcheck
{
	background: #dddddd;
	padding: 5px;
	font-weight: 600;
}
