* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #64B1FF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#wrapper #header {
	background-color: #FFF;
	height: 180px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#shadow {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
}

#wrapper #menu {
	height: 26px;
	background-image: url(../images/menuback.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#wrapper #body {
	background-repeat: repeat-x;
}




#wrapper #footer {
	font-size: 9px;
	color: #FFF;
	background-color: #0019FF;
	text-align: center;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 15px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	clear: both;
}
#footer a {
	color: #FFF;
	clear: both;
}

#bottom {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(../images/BG1.png);
	background-repeat: repeat-x;
	background-color: #8EACE6;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 15px;
	vertical-align: text-top;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #000080;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-left: 5px;
	font-weight: bolder;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #000080;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F60;
	background-color: #64B1FF;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #000080;
	padding-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	width: 40%;
	font-weight: bolder;
	font-style: normal;
	padding-left: 5px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	padding-left: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	margin: 10px;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #000080;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-left: 5px;
	font-weight: bolder;
	width: 300px;
}

a {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #000080;
	text-decoration: underline;
}
