@charset "utf-8";
/* CSS Document */

.header1 {
	position: relative;
	height: 135px;
	width: 900px;
	background-image: url(../images/header_bgd.png);
	background-repeat: repeat-x;
	background-position: center;
}
body {
	background-image: url(../images/main_bgd.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEFBF8;
	text-align: center;
	margin:5px 0px; padding:0px;
}

.survey1 {
	position: relative;
	height: auto;
	width: 898px;
	background-color: #FFF;
	border: thin solid #F3F3F3;
}


.survey1 h1 {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #0A3347;
	text-align: center;
}

.survey1 p {
	background-color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;
	word-spacing: 0px;
	letter-spacing: 1pt;
	font-family: Calibri;
	font-size: 13.5pt;
}

.footer1 {
	position: relative;
	height: 70px;
	width: 900px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	line-height: 5px;
	background-color: #336699;
}

.footer1 a:link {
	color: #FFF;
	text-decoration:none
}

.footer1 a:visited {
	color: #FFF;
	text-decoration: none;
}

.footer1 a:hover {
	color: #BBB;
	text-decoration: none;
}

.footer1 p {
  line-height:1.25;
  margin:0;
}

.footer1 .col1 {
  float:left;
  padding-top:10px;
  padding-left:10px;
  text-align:left;
  width:300px;
}

.footer1 .col2 {
  float:left;
  padding-top:10px;
  padding-right:10px;
  text-align:right;
  width:580px;
}

.footer1 .col2 .logo {
  float:right;
  margin-top:-3px;
  padding:0 23px;
  width:50px;
}

.main1 {
	width: 900px;
	position: relative;
	left: 5px;
	height: auto;
	top: 0px;
}
.menu1 {
	position: relative;
	height: 40px;
	width: 900px;
	background-image: url(../images/menu_bgd.png);
	background-repeat: repeat-x;
}
.shadow {
	width: 910px;
	margin:0px auto;
	height: auto;
	background-image: url(../images/shadow_bgd.png);
	background-repeat: repeat-y;
	background-position: center;
	top: 5px;
}
li{
    list-style-type:none;
}
li ul li{
    height: 30px;
    width: 600px;
    display: block;
    list-style-type:none;
    background-color: #FDFDF0;
}
