body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background: #f3f3f3;
	letter-spacing: 1px;
	line-height: 20px;
	}
		
.base {
		font-family: verdana, sans-serif;
		font-size: 12px;
	}
	
a {
		color: #000;
		text-decoration: underline;
		font-weight: normal;
	}
	
a:hover {
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	
h1 {
	padding: 0px;
	margin: 0px;
	color: #009900;
	font-size: 36px;
	font-weight: bold;
	}
	
h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {	
	color: #009900;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px;	
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
}
h4 {
	color: #009900;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}	
	
#container {
		background-color: #FFFFFF;
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		border: 1px solid #009966;
	}
.header {
	width: auto;
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECFFF2;
	padding-right: 25px;
	padding-left: 25px;
}	
.inner {
	width: 700px;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	}

#navbar {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background-image: url(uderline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ECFFF2;
	}

#navbar li {
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
  	}
	
#navbar a:link, #navbar a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #009966;
	text-decoration: none;
	color: #606060;
	background-color: #CCFFDB;
	}

#navbar a:link.active{
	border-bottom: 1px solid #ffffff;	
	background: #ffffff;
	color: #000000;
	} 
#navbar a:visited.active {
	border-bottom: 1px solid #ffffff;	
	background: #ffffff;
	color: #000000;
	}

#navbar a:hover {
		background: #fff;
	}
	.picture {
	float: right;
	height: 300px;
	width: 200px;
	position: static;
	padding-left: 10px;
	padding-bottom: 10px;
}
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: normal;
	line-height: normal;
}
.green {
	color: #009933;
}
.greenbox {
	background-color: #ECFFF2;
	border: 1px dotted #009933;
	padding: 10px;
}
.ibox {
	width: 450px;
	font-style: italic;
	text-align: justify;
	margin-left: 20px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}
p ul {
	margin: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009900;
	width: 480px;
}
.footer {
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}