body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.5;
	font-size: 13px;	
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-color: #e7e5d4;
	text-align: left;

}

a{
	color: #5B6E15;
	text-decoration: none;
}

a:link{
	color: #5B6E15;
	text-decoration: none;
}

a:visited{
	color: #5B6E15;
	text-decoration: none;
}

a:hover{
	color: #134A45;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 125%;
 color: #134A45;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #134A45;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
outline{
  border-color: 5b6e15;


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
}
#homephoto{
	width: 578px;
	background: #F7F5E7;
	padding: 10px;
	left: 135;	
}

#footer{
  font-size: 85%;
}


