a:link{
	/*color: rgb(174,64,94);*/
	color: black;
	}

a:link.overBlue	{
	color: rgb(255,255,255);
	}

a:visited{
	color: rgb(95,95,95);
	}
	
a:visited.overBlue	{
	color: rgb(199,200,200);
	}
	
a:hover {
	background-color: rgb(174,64,94);
	color: rgb(251,251,251);
	}

body  {	font-family: Arial, sans serif;
	font-size: 100%;
	font-style: normal;   
	background-color: rgb(251,251,251);
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right: 0;
	color: rgb(50,50,50);
	height: 100%;
	}


div.body	{
	width: 100%;
	}

div.leftHome, div.leftHome2	{
	border: 1px solid rgb(174,64,94);
	}
	
div.leftMenu	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 101px;
	width: 100%;
	border-right: 1px solid rgb(161,143,124);
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgb(174,64,94);
	color: white;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	font-weight: bolder;
	display: none;
	}

div.menuContent {
	padding-left: 283px;
	padding-right: 2px;
	}

div.leftMenu	a:link	{
	color: rgb(161,143,124);
	margin-left: 5px;
	}

div.leftMenu	a:visited	{
	color: rgb(182,182,182);
	margin-left: 5px;
	}

div#phone {
	font-weight: bold;
	font-style: italic;
	font-size: 125%;
	position: absolute;
	left: 285px;
	top: 71px;
	}

em	{
	font-style: normal;
	font-weight: bold;
	}

h1	{
	color: rgb(174,64,94);
	font-size: 100%;
	}

img {
	border: 0;
	}

img.bgBody	{
	width: 100%;
	}
	
img.logo	{
	border: none;
	}

img.logo	{
	position:  absolute;
	top: 0px;
	
	}

li	{
	list-style-type: square;
	}
	
p	{

	}

div.left p, h2, h3, dd, dt, li	{
	margin-right: 2%;
	}

p.em	{
	border-right: 1px solid rgb(161,143,124);
	background-color: rgb(174,64,94);
	color: white;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	}
	
p.error	{
	color: rgb(255,0,0);
	}

p.footer	{
	background-color: rgb(174,64,94);
	color: rgb(255,255,255);
	font-style: italic;
	font-size: 75%;
	vertical-align: bottom;
	width: 100%;
	margin-top: 0px;
	}

p.margins	{
	margin-left: 21%;
	margin-right: 29%;
	}
