body {
	margin: 0px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 a:link, h1 a:visited {
	background-color: #f2e0ba;
	display: block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: solid;
	border-right-color: #dfb891;
	border-left-color: #FFF;
	color: #000;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
h1 a:hover, h1 a:active {
	background-color: #457DB0;
	display: block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: solid;
	border-right-color: #36C;
	border-left-color: #FFF;
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
h1#head a:link {
	background-color: #ffecc5;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.banner {
	background-color: #FFECC5;
	padding-bottom: 15px;
}
.bg {
	background-color: #457DB0;
}
.bg p {
	color: #FFF;
}
.bg td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}


.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.content p a:link , .content p a:visited {
	color: #cc9966;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc9966;
}
.content p a:hover , .content p a:active {
	color: #457DB0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #457DB0;
}
.content ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.footer {
	background-color: #ffecc5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc9966;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.footer a {
	text-decoration: none;
	color: #cc9966;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc9966;
}
#hidden {
	display: none;
	visibility: hidden;
}


.icons {
	padding-top: 10px;
}
.menu {
	background-color: #ffecc5;
	width: 1000px;
	display: block;
	float: left;
}
.pad {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f2e0ba;
}
.right {
	float: right;
}
