body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #bee0f9;
	font-family: 'Questrial', sans-serif;
	margin: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#main {
	height: auto;
	width: 1000px;
	margin: auto;
}
#main #mid-top {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	/* height: 700px; */
	width: 100%;
	float: left;
}

#main #header {
	width: 95%;
	height: 151px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}
#main #header a{text-decoration:none; color:#000000; text-decoration:none;}
#main #header a:hover{text-decoration:underline; color:#FFFFFF; text-decoration:none;}
#main #header #logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 151px;
	width: 263px;
}
#main #header #toolbar {
	height: 53px;
	width: 628px;
	margin-top: 5px;
	margin-left: 28px;
	background-color: #000000;
	float: left;
}
#main #mid-top #header #toolbar #home {
	background-image: url(images/home-img.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 66px;
	width: 70px;
	margin-right: 10px;
}

#main #header #toolbar a{text-decoration:none; color:#FFFFFF; text-decoration:none;}
#main #header #toolbar a:hover{text-decoration:underline; color:#FF9933; text-decoration:none;}
#main #header #toolbar ul {
	width:auto;
	}
#main #header #toolbar ul li {
	font-family: 'Questrial', sans-serif;
	color:#FFFFFF;
	font-size:14px;
	float:left;
	padding-left:0px;
	padding-right:20px;
	list-style:none;
	padding-top:5px;
	}
a{text-decoration:none; color:#FFFFFF;}
a:hover{text-decoration:underline; color:#FF9933;}
#main #header #email {
	float: right;
	margin-top: 10px;
	/*background-image: url(images/tp-icon.jpg);*/
	background-repeat: no-repeat;
	height: 20px;
	width: auto;
	margin-right: 41px;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	padding-top: 10px;
}
#main #bottom {
	height: auto;
	width: 920px;
	margin-left: 40px;
	float: left;
	margin-top: 35px;
	background-color: #FFFFFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	behavior: url(border-radius.htc);
	margin-bottom: 120px;
}
#main #bottom #bt-text {
	float: left;
	width: 580px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-left: 12px;
	text-align: justify;
}
#main #bottom #bt-img {
	background-image: url(images/bt-img.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 138px;
	width: 295px;
}
#main #bt-links {
	background-color: #232330;
	height: 75px;
	width: 100%;
	float: left;
	text-decoration:none;
	}
#main #bt-links #ft {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	line-height: 8px;
}
#main #bottom #bt-text #wel-text {
	color: #234772;
}
#ft {
	height: 60px;
	width: 100%;
	float: left;
	background-color: #232330;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 5px;
	text-decoration: none;
}
#main #grass {
	float: left;
	height: 137px;
	width: 1000px;
	background-image: url(images/grass.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
