/* tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: center;
	background-color: #444444;
}
h1 { display: none; }
hr { display:none }
a:link {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
td { padding-left: 41px; }
/* ids */
#wrapper { width: 770px; text-align: center; margin: 0 auto; padding: 0; }
#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 770px;
}
/* nav id */
#nav {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 69px;
	width: 770px;
	font-weight: bold;
	background-color: #003399;
	text-align: left;
	text-indent: 48px;
	}
#nav ul {
	padding: 15px 0px 0 0;
	margin: 0;
	display: block;
	font-size: 80%;
	}
#nav ul li {
	display: inline;
	padding: 2px 8px 3px;
	margin: 0 auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	}
#nav ul li a {margin: 0;}
#nav ul li a:link{color: #900; text-decoration: none;}
#nav ul li a:visited {color: #900; text-decoration: none;}
#nav ul li a:hover {color: #444; text-decoration: none;}
#nav ul li a:active {color: #ccc; text-decoration: none;}
/* main area */
#main-area {
	background-color: #FFCC99;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
	width: 769px;
}
#main-area p {
	padding-right: 40px;
	padding-left: 41px;
	font-size: 90%;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-area p img {
	float: right;
	margin-right: 38px;
	margin-left: 30px;
}
#main-area div img {
	margin: 30px;
	cursor: help;
}
#main-area h2 {
	padding-right: 42px;
	padding-left: 42px;
	font-size: 140%;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC9966;
	letter-spacing: 8px;
	margin: 0px;
	padding-top: 8px;
}
#main-area table td p {
	padding-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* footer */
#foot {
	font-size: 70%;
	background-color: #FFCC99;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 117px;
	width: 770px;
	clear: both;
}
#foot p {
	margin: 0;
	padding-top: 50px;
}
/* class */
.horiz {
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 770px;
	clear: both;
}
.smalltxt {
	font-size: 80%;
	text-align: right;
	display: block;
	padding-right: 5px;
	padding-bottom: 30px;
}
.smalltxtmiddle {
	font-size: 80%;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
}
.main-area-middle {
	text-align: center;
	display: block;
}
.textgal {
	text-align: left;
}
.textgalc {
	text-align: center;
	font-size: 12px;
}
