ul {
	margin-top: 0px; margin-bottom: 0px;
}
p {
	margin-top: 0px;
}
body {
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FCB249;
	/*background-position: center top;*/
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Verdana;
	color: #333333;
	font-size: 13px;
}
a {
	color: #BD5720;
	text-decoration: none;
}
a:hover {
	/*color: #FF6600;*/
	text-decoration: underline;
}
.lnkNav {
	font-family: "Times New Roman", Times, Arial;
	background-image: url(imgs/square-white.gif);
	background-repeat: no-repeat;
	background-position:  left;
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.lnkNav:hover {
	text-decoration: underline;
}
.lnkNavA {
	font-family: "Times New Roman", Times, Arial;
	background-image: url(imgs/square-orange.gif);
	background-repeat: no-repeat;
	background-position:  left;
	padding-left: 8px;
	color: #FFCC00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.lnkMore {
	background-image: url(imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position:  left;
	padding-left: 12px;
	color: #BD5720;
	text-decoration: none;
	font-size: 12px;
}
.lnkMore:hover {
	text-decoration: underline;
}
.lnkMoreA {
	background-image: url(imgs/square.gif);
	background-repeat: no-repeat;
	background-position:  left;
	padding-left: 12px;
	color: #0066FF;
	text-decoration: none;
	font-size: 12px;
}
.lnkWhite {
	color: #FFFFFF;
	text-decoration: none;
}
.lnkWhite:hover {
	text-decoration: underline;
}
.txtLink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.txtLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
.txtLinkA {
	color: #FFCC00;
	text-decoration: none;
	font-size: 12px;
}
.txtSmall {
	font-size: 11px;
}
.txtWhite {
	color: #FFFFFF;
}
.txtTitleHome {
	font-family: "Times New Roman", Times, Arial;
	color: #003366;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 5px 0px 5px;
}
.txtTitle {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
}
.txtSubtitle {
	color: #BD5720;
	font-size: 14px;
	font-weight: bold;
}
.txtSubBlue {
	color: #003366;
	font-size: 13px;
	font-weight: bold;
}
.txtSubtitle_blink {
	color: #BD5720;
	font-size: 14px;
	font-weight: bold;
}
.txtHeader {
	/*color: #BD5720;*/
	font-family: "Comic Sans MS", Arial;
	color: #003366;
	font-size: 20px;
	font-weight: bold;
}
.txtFooter {
	color: #FFFFFF;
	font-size: 11px;
}
.tbox {
	font-family: Arial, Verdana;
	font-size: 12px;
}
.btn {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-transform: uppercase;
}
#scrollup {
	position: relative;
	overflow: hidden;
	border: 1px solid #006699;
	height: 80px;
	width: 220px;
}
#scrollup .headline {
	position: absolute;
	top: 80px;
	left: 0px;
	height: 80px;
	width: 220px;
}
#fade {
	position: relative;
	overflow: hidden;
	width: 525px;
	height: 195px;
}
#fade .message {
	position: absolute;
	top: 220px;
	left: 1px;
	width: 525px;
	height: 195px;
}
#header {
	position: relative;
	overflow: hidden;
	height: 155px;
	width: 585px
}
#header .headerImage {
	position: absolute;
	top: 155px;
	left: 0px;
	height: 155px;
	width: 585px;
}

#notices {
	position: relative;
	overflow: hidden;
	width: 535px;
	height: 25px;
	background-color: #006699;
}
#notices .notice {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 535px;
	height: 22px;
	padding: 4px 0px 0px 5px;
	text-align: center;
}

#gallery {
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

.navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
} 
.navi .navi-point {
	/*float:left;*/
	margin: 0px;
	padding: 0px;
	width: 165px;
	background: #FFFFFF;
	z-index: 100;
	/*border: 1px solid #000000;
	height: 37px;*/
}
.sub-navi {
	margin: 5px 1px 5px 1px;
	padding: 0px;
	list-style-type: none;
	display: none;
}
.sub-navi li {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
}
.sub-navi li:hover {
	/*color: #BD5720;*/
	background-color: #FFFFFF;
}
.sub-navi li a {
	color: #FFFFFF;
}
.sub-navi li a:hover {
	color: #003366;
	text-decoration: none;
}

.link {
	cursor: pointer;
}
/*
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
*/
