* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

body {
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height:normal;
	
}

h1 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}
#container {
	width:800px;
	margin:51px auto 10px auto;
	position: relative;
	background-color: #DAE8CE;
}
#top {
	margin:auto;
	position: relative;
	background-position: center;
	height: 125px;
	background-color: #4A6A40;
}
.header {
	position: absolute;
	top: 25px;
	right: 160px;
}
#content {
	margin:auto;
	position: relative;

}
	
#text {
	float: left;
	width: 500px;
	padding-left: 15px;
	text-align: justify;
}
#menu {

	float: right;
	width: 180px;
	padding-right: 15px;
}
h2, h3 {
	font-size: 11px;
	font-weight: bolder;
}
#top h2 {font-weight:normal;}
ul.generatedLinks li {
	list-style-type: circle;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.box {
	
	margin:0px;
	padding:0px;
	position: relative;
		
}
#text h2 {margin-top:20px; padding-top:7px; padding-bottom:7px;}
h2 a {
	color: #0080C0;
}
#menu ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	list-style-type: none;
}
li a, a {
	color: #0080C0;
	text-decoration: none;
}
p {
	padding-top: 7px;
}