/* CSS Document */
body {
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E59C00;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #14479D;
	text-decoration: line-through;
}
a:focus {
	color: #14479D;
}
a.top:link, a.top:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E59C00;
	text-decoration: none;
}
a.top:hover, a.top:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: line-through;
}
a.top:focus {
	color: #FFFFFF;
}
strong {
	color: #E59C00;
}
p {
	text-indent: 25px;
}
#center {
	text-align: center;
}
#outside {
	width: 800px;
	height: 100%;
	background-image: url(../images/tbg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
#head {
	width: 440px;
	height: 130px;
	background-image: url(../images/head.jpg);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#nav {
	width: 800px;
	height: 43px;
	background-image: url(../images/nav.jpg);
	text-align: center;
	position: relative;
}
#navLinks {
	height: 20px;
	top: 15px;
	position: relative;
}
#main {
	width: 800px;
	text-align: center;
	position: relative;
}
.middle {
	position: relative;
	float:left;
	margin-left: 11px;
}
#insideTop {
	width: 560px;
	height: 30px;
	background-image: url(../images/tablet.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
#content {
	width: 420px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#sitemap {
	text-align: right;
}
#sitemap .smlinksA {
	text-align: left;
}
#sitemap .smlinksB {
	width: 95%;
	text-align: left;
	float: right;
}
#bottom {
	width: 560px;
	height: 80px;
	background-image: url(../images/tableb.jpg);
	left: 120px;
	right: 120px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#bottomNav {
	top: 65px;
	position: relative;
}
ul {
	list-style-image: url(../images/li.gif);
}