body {
	background: #003399;
}

#page {
	background: #FFFFFF url(img/left.gif) repeat-y left;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0;
	text-align: left;
}

#top {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #003399;
}
#top #logo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
#top #logo a img {
	border: none;
}

#top #local {
	float: left;
	font-size: smaller;
}
#top #local li {
	list-style: none;
}
#top #local a {
	text-decoration: none;
	color: #3399CC;
	font-weight: bold;
}
#top #local a:hover {
	text-decoration: underline;
	color: #3399CC;
	font-weight: bold;
}

#main {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}/*
*:first-child+html {} * html {} #main {
	height: 450px;
}*/

#content {
	padding: 0 180px 0 50px;
	text-align: left;
	width: auto;
	margin: 0 0 0 0;
	height: auto;
}/*
*:first-child+html {} * html {} #content {
	height: 450px;
}*/

.tl {
	background: url(img/tl.gif) no-repeat left;
	width: 40px;
	height: 39px;
}
#content h2, h3, h4, h5, p, hr {
	padding: 0 50px 0 20px;
}

#nav {
	float: left;
	height: auto;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: Navy;
}
#nav li:hover {
	color: #3300CC;
}
#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 1em;
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	background: #3399CC;
	margin: 0 0 2px 0;
}
#nav li a:hover {
	background: #FFCC00;
}
#nav>ul a {
	width: auto;
}

#bottom {
	background: #003399;
	text-align: center;
}
#bottom p {
	vertical-align: bottom;
	font-size: smaller;
	color: #FFFFFF;
}
