html,body {
	height:100%;

	}

body {
	font-family: Arial, Verdana, sans-serif;
	padding:0px;
	margin:0px;
	background-color:#474747;
	font-size:0.8em;
	height:100%;
}

.container {
	margin-top:25px;
	height:80%;
	}

.logo {
	position:absolute;
	top:4px;
	left:10px;
	font-size:3em;
	font-weight:bold;
	font-style:italic;
	color:#B1D575;
	}
.logo a {	color:#87BF5C;}
.tagline {
	margin-top:2px;
	margin-left:20px;
	color:#fff;
	font-weight:bold;
	}

.tabs {
	margin-top:0px;
	width:100%;
	background:#474747;
	height:1.8em;
}

.top {
	margin-top:0px;
	width:100%;
	background:#80B371;
	height:20px;
	background-repeat:repeat-x;
	border-bottom:1px solid #80B371;

}

.content {
	width:100%;
	height:1350px;
	background:#eee;
	text-align:justify;
}


.footer {
clear:both;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(bg.gif);;
	text-align:center;
	border-top:2px solid #ccc;
	border-bottom:3px solid #000;
}

.left {
	float:left;
	width:65%;
	height:100%;
}

.right {
	float:right;
	width:32%;
	margin-top:20px;
	background:#eee;
	border-left:1px solid #ccc;
}

.righttop {
	width:100%;
	background-image:url(bg.gif);
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.rightbottom {
	width:100%;
	background:#7DAD71;
	background-image:url(bg.gif);
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:15px;
}

ul	{

	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

a.tab	{
	float:right;
	width:6em;
	height:1em;
	text-decoration:none;
	color:#fff;
	background-color:#A9D272;
	padding:0.4em;
	text-align:center;
	border-left:1px solid #474747;
}

a.active	{
	float:right;
	width:6em;
	height:1em;
	text-decoration:none;
	color:#fff;
	background-color:#80B371;
	padding:0.4em;
	text-align:center;
	border-left:1px solid #474747;
	
}

a.active:hover {
	background-color:#80B371;
	color:#fff;
	text-decoration:none;
}

a.tab:hover {
	background-color:#80B371;
	color:#fff;
	text-decoration:none;
}

li {
	display:inline;
}


a.first	{
	float:right;
	width:6em;
	height:1em;
	text-decoration:none;
	color:#fff;
	background-color:#df8282;
	padding:0.4em;
	text-align:center;
	border-right:1px solid #474747;
	background-image:url(corner2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

a.first:hover {
	background-color:#d60202;
	background-image:url(corner.gif);
	color:#fff;
	text-decoration:none;
}

a.firstactive	{
	float:right;
	width:6em;
	height:1em;
	text-decoration:none;
	color:#fff;
	background-color:#80B371;
	padding:0.4em;
	text-align:center;
	background-image:url(corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

a.firstactive:hover {
	background-color:#80B371;
	background-image:url(corner.gif);
	color:#fff;
	text-decoration:none;
}


.content p {
	padding:10px;
	}

.right p {
	padding:10px;
	}

h1 {
	font-size:1.4em;
	color:#07A301;
	margin-left:10px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
	font-style:italic;
	font-weight:normal;
	}

.righttext {
	padding:5px;
	color:#07A301;
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
}


.pic {
	float:left;
	padding:5px;
	margin-right:8px;
	margin-top:8px;
	margin-bottom:8px;
	border:1px solid #ccc;
	}


a {
	color:#00C108;
	text-decoration:none;
}

a:hover {

	text-decoration:underline;
}


a.blocklink {
	display:block;
	width:70%;
	padding:1em;
	border:1px solid #ccc;
	border-right:7px solid #A9D272;
	margin-top:5px;

}

a.blocklink:hover {
	display:block;
	width:70%;
	padding:1em;
	border:1px solid #fff;
	background:#ccc;
	border-right:7px solid #80B371;
}

form {
	padding:10px;
}

input {
	margin:5px;
	border:1px solid #ccc;
	color:red;
	cursor:pointer;
	padding:3px;
}
.content li {list-style-type:circle!important;display:block;margin:0 0 5px 40px}
.pageimg {float:right;margin:15px 0px 5px 15px;border:1px solid #87BF5C;padding:5px;background-color:#fff}
