a:link, a:active, a:visited {
	color: #c11609;
	text-decoration: none;
}
a:hover {
	color: #c11609;
	text-decoration: underline;
}
a.mail {
	text-decoration: none;
	color: #c11609;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
}
a.mail:hover {
	text-decoration: underline;
	color: #c11609;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
}
a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #c11609;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 215%;
}
a.box:hover {
	padding: 3px;
	background-color: #c11609;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #D3D3D3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
h1,h2,h3 {
	color:#353B48;
	margin: 5px 0 0 0;
}
.oneColElsCtrHdr #container {
	width: 100%;  /* 42 ems will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #D3D3D3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #D3D3D3; 
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #headerNav {
	padding: 10px 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	text-align: center;
} 

.oneColElsCtrHdr #headerTitle { 
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background: #D3D3D3; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #mainContent {
	padding: 20px 60px 20px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a2 {
	color: #AA0000;
	text-decoration: none;
}
.price-table
{
	padding: 0;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
	border: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
}
.price-table th, .price-table td
{
	border: 1px dotted #666;
	padding: 6px;
	text-align: right;
}
.price-table th
{
	color: #000;
	background-color: #DEDEDE;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
.phone {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #000000;
	letter-spacing: 4pt;
}
.address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}
.footerText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
