/* CSS Document */

body{
margin:0 auto;
text-align: center;
}

#container{
	width: 850px;
	margin:0 auto;
	border: 1px solid #000000;
	background-image:url(images/HomeBack.jpg);
	background-repeat:no-repeat;
}
		
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	text-align:center;
	font-weight: bold;
	color: #3399cc;
}

h2 em {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #3399cc;
	font-weight: normal;
}

#survey {
	margin: 0px 250px 0px 50px;
}

a.survey:link {
	color: #FF6600;
	text-decoration: underline;
}
a.survey:visited {
	color: #FF9900;
	text-decoration: underline;
}
a.survey:hover {
	color: #999999;
	text-decoration: none;
}



/*---------------FOOTER-------------*/

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FF9900;
	font-weight: normal;
	line-height: 17px;
}

a.foot:link{
	color: #FF9900;
	text-decoration: none;
}
a.foot:visited{
	color: #FF9900;
	text-decoration: none;
}
a.foot:hover{
	color: #999999;
	text-decoration: underline;
}
a.foot:active{
	color: #CCCCCC;
	text-decoration: underline;
}

