body {
	margin: 0;
	background: #002dae url(../images/body_bg.png) repeat-x top center;
}

body * {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: small;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

a:link, a:visited {
	color: #0186e3;
}

a:hover, a:active {
	color: #24c6fe;
}

div#contentswrapper {
	width: 900px;
	margin: 0 auto;
	background: transparent url(../images/contents_bg.png) repeat-y center center;
}

div#header {
	position: relative;
	height: 150px;
	background: transparent url(../images/header_bg.jpg) no-repeat;
}

div#header h1 {
	position: absolute;
	top: 28px;
	left: 16px;
}

div#header ul {
	position: absolute;
	top: 30px;
	right: 25px;
}

div#header ul li {
	margin-left: 15px;
	float: left;
}

div#header ul li a {
	color: white;
	padding-left: 10px;
	background: transparent url(../images/arrow.png) no-repeat left center;
}

div#header ul li a:link,
div#header ul li a:visited {
	text-decoration: none;
}

div#header ul li a:hover,
div#header ul li a:active {
	text-decoration: underline;
}

div#contentswrapper div.contents {
	width: 800px;
	margin: 0 auto;
}

div#contentswrapper div.contents.wide {
	width: 820px;
}

div#contentswrapper table.detail {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

div#contentswrapper table.detail th,
div#contentswrapper table.detail td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	line-height: 1.4;
}

div#contentswrapper table.detail th {
	background: #f4f4f4;
	text-align: left;
	padding: 5px 20px 5px 10px;
	font-weight: normal;
	white-space: nowrap;
}

div#contentswrapper table.detail td {
	padding: 5px 5px;
}

div.pagetop {
	text-align: right;
	padding: 5px 0;
}

div#footer {
	width: 900px;
	margin: 10px auto;
	padding-bottom: 20px;
}

div#footer ul {
	float: left;
}

div#footer ul li {
	margin-right: 12px;
	float: left;
}

div#footer ul li a {
	background: transparent url(../images/footer_arrow.png) no-repeat left center;
	padding-left: 10px;
	color: white;
}

div#footer div.copyright {
	float: right;
	color: #809ee1;
}

div#localheader {
	position: relative;
	width: 898px;
	height: 80px;
	background: transparent url(../images/localheader_bg.png) repeat-x center bottom;
	margin: 0 auto 25px;
}

div#localheader h2 {
	position: absolute;
	top: 12px;
	left: 199px;
}

div#localheader div.home {
	position: absolute;
	top: 12px;
	left: 73px;
}
