body
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	line-height:1.6em;
	max-width:;
	margin:20px 150px;
	/*
	background-image: url(images/construction.jpg);
	*/
	}

h1
	{
	font-size:210%;
	color:#AC0339;
	}
	
h2
	{
	font-size:150%;
	text-align:center;
	color:;
	border-bottom:4px dotted #AC0339;
	}
	
h1, h2
	{
	color:;
	}
	
#container
	{
	background-color:#AC0339;
	}
		
#content
	{
	margin:50px 0 0 0;
	}
		
#footer
	{
	margin:65px 0 0 0;
	text-align:center;
	font-size:80%;
	}
		
em
	{
	font-style:normal;
	font-weight:bold;
	color:#AC0339;
	}
	
.serviceseven
	{
	background-color:#e6e6d1;
	}
	
fieldset
	{
	border:none;
	}
	
.quotes
	{
	font-style:italic;
	}

/**************************TABLE/ FORM AREA************************************************/
table
	{
	border-collapse:collapse;
	border:thin black solid;
	margin:0 40px;
	}

.bizplan
	{
	background-color:#e6e6d1;
	}

th
	{
	background-color:#AC0339;
	}
	/**************************LINKS AREA******************************************/
a
	{
	padding:2.5px;
	text-decoration:none;
	}
	
a:link
	/*color should be lighter gray*/
			{
			color:#c0c0c0;
			text-decoration: none;
			}
			
a:visited
	/*color should be black*/
			{
			color:#acacac;
			text-decoration: none;
			}

a:hover
	/*color should be cranberry type*/
			{
			background:#f88396;
			color:#AC0339;
			}
			
#top ul
	/*removes the default list formatting*/
			{
			margin:0; 
			padding:0; 
			list-style: none;
			text-decoration: none;
			}

#top li ul
	/*other links only appear when hovered*/
			{
			display: none;
			text-decoration: none;
			}
			
#top li:hover ul
	/*makes list appear when hovered*/
			{
			display:; 
			width:1.2em; 
			position:;
			text-decoration: none;
			}
