<!--
body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#pageOut {
	width: 1024px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
}

#homeOut {
	width: 100%;
	height: 768px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/bgPomdapyHome.jpg);
	background-repeat: no-repeat;
}

#homeTime {
	margin-left: 35px;
	padding-top: 60px;
	font-family: Back to School, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
}

#homeMenu {
	margin-left: 20px;
	margin-top: 250px;
	font-family: Back to School, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #330000;
}
#homeMenu p { margin: 25px 0px }
#homeMenu a:link { color: #330000; text-decoration: none}
#homeMenu a:visited { color: #330000; text-decoration: none}
#homeMenu a:hover { color: #FF6600; text-decoration: none}
#homeMenu a:active { color: #FF6600; text-decoration: none}

#topBanner {
	width: 100%;
	height: 175px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/topBg.jpg);
	text-align: right;
}
#topBanner img{
	float: left;
}
#topBanner p{
	margin: 0px 20px 0px 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 20px;
	color: #000000;
}
#topBanner .emphasized{
	font-size: 24px;
	font-weight: bold;
}
#topBanner #pageTime {
	margin-left: 30px;
	padding-top: 20px;
	font-family: Back to School, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #330000;
	text-align: left;
}

#topMenu {
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/menuBg.jpg);
	background-repeat: no-repeat;
}

#topMenu ul {
	margin: 0px;
	margin-left: 100px;
	padding: 0px;
	list-style: none;
}

#topMenu li {
	float: left;
	width: 160px;
	color: #333333;
	text-align: center;
}

#topMenu li a {
	display: block;
	padding-top: 8px;
	height: 50px;
	color: #330000;
	text-decoration: none;
	font-size: 20px;
	
}

#topMenu li a:hover, #topMenu li a:focus, #topMenu li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#pageTop {
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/pageTopBg.jpg);
}

#pageBottom {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/pageBottomBg.jpg);
}

#topLink {
	width: 93%;
	margin-top: 20px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
	color: #330000;
	clear: both;
}
#topLink a:link { color: #330000; text-decoration: none}
#topLink a:visited { color: #330000; text-decoration: none}
#topLink a:hover { color: #FF6600; text-decoration: none; font-weight: bold}
#topLink a:active { color: #FF6600; text-decoration: none; font-weight: bold}

#foot {
	width: 100%;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
 	font-size: 13px;
 	color: #FFFFFF;
}
#foot a:link { color: #FFFFFF; text-decoration: none}
#foot a:visited { color: #FFFFFF; text-decoration: none}
#foot a:hover { color: #FF6600; text-decoration: underline}
#foot a:active { color: #FF6600; text-decoration: underline}

#copyright {
	width: 100%;
	margin-top: 10px;
	text-align: center;
 	font-size: 11px;
 	color: #FFFFFF;
}
#copyright a:link { color: #FFFFFF; text-decoration: none}
#copyright a:visited { color: #FFFFFF; text-decoration: none}
#copyright a:hover { color: #FFFFFF; text-decoration: underline}
#copyright a:active { color: #FFFFFF; text-decoration: underline}
-->
