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

body{
	margin: 0px 0px 20px 0px;
	text-align: center; /*Center Layout In IE*/
	background-color: #000000;
}

/**Container To Hold The Layout**/
#container{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 880px;
	background-color: #00611B;
	border: 1px solid #ffffff;
}

#banner{
	height: 180px;
	background-image:url(images/layout/banner.jpg) !important;
	background-repeat: no-repeat;
}
#banner h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
}

#left{
	width: 160px;
	float: left;
}
.links{
	padding: 10px 10px 10px 20px;
	/* TOP RIGHT BOTTOM LEFT */
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#right{
	width: 720px;
	float: right;
}
.content{
	padding: 10px 20px 10px 10px;
	/* TOP RIGHT BOTTOM LEFT */
	color: #FFFFFF;
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 11px;
}