/********************** Tags **********************/

h1 {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #4E7E4D;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4E7E4D;
}

h3 {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;	
	color: #4E7E4D;
}

p {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;	
	color: #225D2D;
}

body {
	background-color: #E8F7E5;
}

ul {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;	
	color: #225D2D;
}

ol {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;	
	color: #225D2D;
}

/********************** Classes **********************/

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;	
	letter-spacing: 1px;
	color: #4E7E4D;
	text-decoration: none;
	display:inline;
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 25px;	
	
	text-align: center;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;	
	letter-spacing: 1px;
	color: #860B0B;
	text-decoration: none;
	display:inline;
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 25px;	
	text-align: center;
}

.contactInfo {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #860B0B;
}


.copyrightInfo {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #860B0B;
}

/********************** ID's **********************/

#homeCenterDoc {
	position: relative;
	width: 570px;
	text-align: center;
	margin-left: 115px;
	margin-right: 115px;
	background-color: #FFFEEA;
}

