body {
	margin: 0px;
	}

#background {
	background-image: url(images/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-bottom: 1px solid gray;
	}

ul 
{
	padding-left: 10px; 
	margin-left: 20px; 
	font-family: Georgia;
	font-size: 10pt;
	color: black;

}

ol 
{
	padding-left: 10px; 
	margin-left: 20px; 
	font-family: Georgia;
	font-size: 10pt;
	color: black;

}


li 
{
	font-family: Georgia;
	line-height: 160%;
	font-size: 10pt;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
}


a:link {
	color: black;
	text-decoration: underline;
	}

a:visited {
	color: black;
	text-decoration: underline;
	}


a:hover {
	color: white;
	text-decoration: none;
	background-color: #cc0000;
	}

.table {
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;

	}


.menu {
	color: #222222;
	padding-left: 20px;
	padding-right: 0px;
	font-family: arial;
	font-size: 10pt;
	line-height: 140%;
	}

.phone {
	color: #222222;
	padding-right: 0px;
	font-family: arial;
	font-size: 8pt;
	line-height: 140%;
	}

.footer {
	padding-left: 20px;
	padding-top: 10px;
	height: 40px;
	font-family: arial;
	font-size: 10pt;
	color: black;
	background-color: #eeeeee;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	}
	
.image {
	margin-top: 10px;
	border: 1px dashed gray;
	}
	

.content {
	background-image: url(images/images/header.gif);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 20px;
	}
	
	
.content h2 {
	font-family: Arial;
	font-size: 14pt;
	color: #003399;
	padding-left: 20px;
	padding-right: 20px;
		}
	
.content h3 {
	font-family: arial;
	font-weight: normal;
	font-size: 12pt;
	color: #cc0000;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.content p {
	font-family: georgia;
	font-size: 10pt;
	line-height: 160%;
	color: black;
	padding-left: 20px;
	padding-right: 20px;

	}
	
	
	
	
.revenge {
	background-repeat: no-repeat;
	padding-bottom: 20px;
	}
	
	
.revenge h2 {
	font-family: Arial;
	font-size: 14pt;
	color: #003399;
	padding-left: 20px;
	padding-right: 20px;
	}
.revenge h3 {
	font-family: arial;
	font-weight: normal;
	font-size: 12pt;
	color: #cc0000;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.revenge p {
	font-family: georgia;
	font-size: 10pt;
	line-height: 160%;
	color: black;
	padding-left: 20px;
	padding-right: 20px;

	}
	
.action_plan p {
	font-weight: bold;
	color: #cc0000;
	border: 1px solid gray;
	background-color: #eeeeee;
	padding: 10px;
	margin: 10px;
	}
	
.front_callout {
	border: 1px solid gray;
	}
