/* CSS Document */
body {
	margin-top: 0px;
	background-color: #E5E5E5;
	/*background-image: url(images/bg.jpg);
	background-repeat: repeat-x;*/
	margin-bottom: 0px;
}

body.bgBody 
{
    background-image : url(images/content-bg2.jpg); 
	background-attachment: fixed;
    margin-top: 20px;
    margin-left: 100px;
    margin-right : 100px;
    margin-bottom: 30px;
}

h1 
{
    font-family: Arial;
    font-size: 30px ;
}

.superHead
{
    font-family: Arial;
    font-size: 13px ;
    font-weight: bold ;
}

p , li
{
    font-family: Tahoma;
    font-size: 13px;
}

div.testimonial
{
    border: outset 1px darkgray;
    border-bottom: outset 3px darkgray;
    border-right: outset 3px darkgray;
    background-color:#f8f8ff;
    padding: 10px;
    font-family: Tahoma;
    font-size: 13px;
    height: auto;
}

.PageFooter
{
    font-family: Trebuchet MS ;
	font-size: 11px;
	color: Gray ;
}

.NavFooter
{
    font-family: Trebuchet MS ;
	font-size: 11px;
	color: #444;
}

td 
{
    font-family: Tahoma;
    font-size: 13px;
}

ul.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
ul.nav li a{
	color: #FFFFFF;
	list-style: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	/*height: 24px;*/
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	border-bottom: solid 1px #666666;
}
ul.nav li a:hover {
	background-color: #aa0000;   /* #FF1DFF; */
}


ul.nav ul {
	width: 150px;
	margin: 0px;
}

p.homeaddress 
{
    font-family: Times New Roman ;
    font-size: medium ;
    font-weight:bold ;
}

