* {
	margin: 0;
}

html{
	height:100%;
	overflow-y: scroll !important;
}

body{
	height:100%;
	width:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5;
	margin-left: auto;
	margin-right:auto;
	min-width:750px;
}
	
	h3 {
		color: #006600;
	}
	
	h4 {
		color:#009900;
	}
	
	h5 {
		color:#009900;
	}

	.style1 {
		color: #FFFFFF;
	}
	
	.style5 {
		color: #009900;
	}

	a:link {
		color: #009900;
		font-weight: bold;
		text-decoration:none;
	}
	
	a:visited {
		color:#009900;
		font-weight: bold;
		text-decoration:none;
	}
	
	a:hover {
		color:#009900;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:active {
		color:#999999;
		font-weight: bold;
	}
	
	li {
		margin: 1.5em;
	} 

.push {
	height: 24px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width: 750px;
	font-size: 0.9em;
	margin: 0 auto -24px;
	text-align: left;
	position: inherit;
}

.content {
	width: 750px;
	padding:10px;
}

.footer {
	background-color:#009900;
	position: relative;
	width: 750px;
	margin: 0 auto;
	height: 24px;
}

.indent{
	margin-left:20px;
}

.profilePhoto {
	float:left; 
	width:200px; 
	height:350px;
}
