body {
        background: #a6a6a6;
        margin: 0px;
        padding: 0px;
        font: 60% Verdana, Arial, Helvetica;
}

/* Define the site here */

A:link { color: #ff7900; text-decoration: none; }
A:visited { color: #ff7900; text-decoration: none; }
A:active, A:hover { color: #000; text-decoration: none; }

h1.title {
        background: none;
	width: 700px;
	margin-left: 0%;
        border-bottom: dashed 1px #646464;
	color: #ff7900;
	font-family: verdana,arial,san-serif;
	font-size:15px;	
        padding-left: 0px;
}

h2.title {
	width: 700px;
        background: none;
        font-family: verdana,arial,san-serif;
        font-size:15px;
        padding-left: 0px;
}

div.Site {
	width: 718px;
	margin-bottom: 0%;
	margin-top: 2%;
	text-align:center;
	background: #a6a6a6;
	color: #a6a6a6;
	font-family: verdana,arial,san-serif;
	font-size:10px;
	border-top:0px solid #646464;
	border-right:0px solid #646464;
	border-bottom:0px solid #646464;
	border-left:0px solid #646464;
}

div.Navs {
	width: 718px;
	text-align: left;
}

div.Footer {
	position: relative;
	margin-bottom: 0%;
        width: 718px;
}

div.Container {
	position: relative;
        width: 718px;
        color: #646464;
        background: #f2f2f2;
        border-top:1px solid #646464;
        border-right:1px solid #646464;
        border-bottom:1px solid #646464;
        border-left:1px solid #646464;
}

div.contentCenter {
	margin-top:2%;
	margin-left:1%;
	margin-bottom: 2%;
	width: 700px;
	color: #646464;
	text-align: left;
	background: #f2f2f2;
}

div.whataboutit {
        color: #f2f2f2;
        background: #f2f2f2;
        text-align: center;
	font-size: 5px;
        width: 718px;
}

div.FooterText {
	color: #000;
        background: #a6a6a6;
	text-align: center;
        width: 718px;
}

div.contentImages {
	float: right;
        margin-top:0%;
        margin-bottom:2%;
	margin-right: 1%;
        color: #646464;
        text-align: right;
        background: #f2f2f2;
}

div.FeedBack {
        margin-top:0%;
        margin-left:0%;
        color: #646464;
        text-align: center;
        background: #f2f2f2;
}

