body {
	margin: 0;
	padding: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: black;
	line-height: 160%;
}

p {
	padding: 5px 0 3px 0;
	margin: 5px 0 0 0;
}

ul {padding: 0 0px 8px 15px;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: black;
}

h2 {
	font-style: italic;
}

h3 {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #67B358;
}

a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	width: 700px;
	height: 60px;
	border-bottom: none;
	display: none;
}



/* Menu */
#menu {
	width: 600px;
	height: 40px;
	margin: 0 auto;
	background: #AFC4D9;
	border-bottom: none;
	display: none;
}

/* CONTENT */
#content {
	margin: 0;
}

/* INTERIOR contains links & text */
#interior {
	margin: 0;
	width: 800px;
	border-bottom: none;
	background: #F2F3F3;
}

/*text*/
div.text {
	width: 700px;
	padding: 10px 10px 10px 0;
	float: left;
}

/*      LINKS-LEFT        */
div.links {
	height: 40px;
	width: 800px;
	display: none;
}



div.links h2 {
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: none;


}

/* FOOTER */
div.footer {
	margin: 0 auto;
	width: 600px;
	background: #AFC4D9;
	display: none;
}
/* DESIGNED BY */
div.design  {
	margin: 4px;
	font-family: "times new roman";
	font-size: 12px;
	text-align: center;
	color: #666666;
	vertical-align: bottom;
	display: none;
}

div.top {
	font-size: 10px;
	color: #FCCB47;
	display: none;
}
