#menu_left a:link, #menu_right a:link {text-decoration: none; color: black;}
#menu_left a:visited, #menu_right a:visited {text-decoration: none; color: #008000 ;}
#menu_left a:active, #menu_right a:active {text-decoration: none}
#menu_left a:hover, #menu_right a:hover {text-decoration: underline; color: black;}

/*#header a:link{text-decoration:none; color:#CC0066}
#header a:visited{color:#008000 ; text-decoration:none;}
#header a:active{color:#CC0033; text-decoration:none;}
#header a:hover{color:#CC0033; text-decoration:none;}*/

#header a:link{text-decoration:none; color:#FF0000}
#header a:visited{color:#008000 ; text-decoration:none;}

#header a:active, 
#header a:hover 
{
  color:#CC0033; 
  text-decoration:none;
}


#text p a:link, ul li a:link {
  color: #000;
}

#text p a:visited, ul li a:visited {
  color:#008000;
}


hr {

	border: none 0;
	border-top: 1px dashed #000;
	width: 90%;
	height: 1px;
}


html, body {

	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	color: #585858;
}



h1 {

	text-indent: -3000px;
	margin: 0px;
	padding: 0px;
	height: 0px;

}

#container {

	width: 100%;
	height: 100%;
	margin-top: 10px;
}

#header {

	height: 250px;
	
}

#header p {
  font-size: 1.7em;
  line-height: 1.5em;
}

#content {

	width: 1000px;
	margin: auto;
	background-image: url(../images/back_grad.jpg);
	background-repeat: repeat-y;
	
}

#menu_left {

	width: 202px;
	float: left;
	text-align: center;	
	font-weight: bold;
  background-color: #A1D5AE;
}

.menu_right {

	width: 202px;
	float: right;
	font-weight: bold;
	
}

#text {

	width: 555px;
	padding: 20px;

}

#text p {

	text-align: justify;
	
}

.redText {
  color: #FF0000;
  display: block;
  padding: 10px 0;
  text-align: center;
}

#text table {

	font-size: 11pt;
	
}

#phone_number_box {
padding: 10px;
background-color:#FF0033;
color:#FFFFFF;

}

#phone_number_box p
{
	margin: 0 auto;
	display:block;
	text-align: center;
  font-size: 3em;
  line-height: 1.2em;
}

.boldText {
  font-weight: bold;
}

.captions {
  text-align: center;
}

#text table, #text tr, #text td {
  border: 1px solid black;
}

#form_box table, #form_box tr, #form_box td {
  border: none;
}