﻿/*	Website width 920px
	Header height 265px, width 920px
	content width 700px
	sidebar width 200px
*/


html, body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #669804;
	background-image: url('images/background2.gif');
	background-repeat: repeat-x;
}

#container{
	width: 921px;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	margin-top: 10px;
}
	
#header{
	height: 271px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/header5.gif');
}	

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 708px;
	float: right;
	background-color: white;
	border-right:thin green inset;
	background-image: url('images/p1.gif');
}

#sidebar{
	width: 200px;
	color: #000000;
	background-color: #1D6704;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
}

.articles{
	width: 200px;
	height:200px;
	color: #999999;
	background-color: #FF00FF;
	padding-left: 10px;
	margin: 120px 0px 0px 0px;

}

h1 {
	font-size: large;
	font-weight: bold;
	margin: 10px 20px 0px 0px;
	padding: 10px 10px 0px 10px;
	text-align:center;
	border-bottom:thick green double;
}
	
h2{ 
	font-size: 15px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 10px;
}


h3 a:visited, h3 a:link{ 
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

h3 a:hover{ 
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	color:black;
}
h4{
	font-size: small;
	font-weight: bold;
	color: #1D6704;
	margin: 10px 0px 0px 15px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

h5{ 
	font-size: large;
	font-weight:bold;
	text-decoration:underline;
	color:black;
	text-align:center;
}

h6{
	font-size: x-small;
	color: #666666;
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

hr{
	width: 178px;
	text-align: center;
	font-weight: bold;
	color: #1D6704;
}
p {
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}
	
a:link,a:active,a:visited,a:focus {
	text-decoration: underline;
	color: #000000;
	outline:black none 0px;
}

.link a:hover{
	text-decoration: underline;
	color: #00B2AA;
}

#footer	{
	font-size: xx-small;
	background-color: #1D6704;
	padding-top: 10px;
	height: 80px;
	width: 920px;
	clear: both;
}


.menu {
	
	
	width:200px;
	text-align:center;
}

.menu img{
	border-width:0px;
	text-decoration:none;
	outline:black none 0px
}

.sbform {
	width:100%;
	margin-left:50px;
}

.sbform tr {
	width:50%;
}

.center{
	text-align:center;
}


.footmenu, .footmenu a:link, .footmenu a:visited{
	font-size:x-small;
	color: #000000;
}

 .footmenu a:hover{
	color:red;
 }


 .linkstab{
	width: 100%;
	
}
 
 
 .linkstab td{
	width:50%;
	border:medium maroon ridge;
	margin:6px 6px 6px 6px; 

}


