﻿@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: center;
	background: #5d5d5d url(images/page_bg.gif);
	margin: 0px;
	padding: 10px;
}

html, #wrapper, h1 {
    margin: 0px;
    padding: 0px;
}

img { border: 0px; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 710px;
    position: relative;
}

h1, h2, h3 {
	font-size: 14px;
}

p {
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0;
	}
	
.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: 5px 20px 0px 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

 /* page structure */

#wrapper {
    background: url(images/body_t.gif) top no-repeat;
    padding-top: 20px;
}

#body {
    background: url(images/body_bg.gif) repeat-y;
    padding-bottom: 10px;
}

#body p {
    background: white;
}
#nav {
	position: absolute;
	top: 25px;
	left: 253px;
	width: 450px;
	height:35px;
	background: url(images/nav.gif) repeat-x;
}
#nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}
#nav li{
	margin: 0px;
	height:35px;
	list-style-type: square;
	list-style-position: inside;
	float:left;
	border-right: 1px solid #FFFFFF;
	display:inline;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.lastchild{border-right: 0px none #FFFFFF !important;}

#nav a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color:#fcff85;
}

#current {
    float: left;
    width: 235px;
    margin-left: 10px;
    margin-top: -10px;
    background: url(images/menu_bg.gif) repeat-y;
    border-bottom: 1px solid #05256b;
}

* html #current {
    margin-left: 5px;
}

#content {
    float: right;
    width: 450px;
    padding-top: 40px;
    margin-right: 8px;
}

* html #content {
    margin-right: 4px;
}

#footer {
	background: url(images/body_b.gif) no-repeat;
	text-align: center;
	padding-right: 10px;
	padding-left: 450px;
	padding-bottom: 30px;
}

#copyright {
	position: relative;
	top: -8px;
	color: #989898;
	font-size: 9px;
}


* html #current ul {
    padding: 3px 0px;
    padd\ing: 0px;
}

* html #current ul a {
    width: 100%;
    w\idth: auto;
}

* html #currenttitle {
    top: 411px;
}

/* page content */

#content h1 {
	margin: 10px 0px;
	padding: 0px;
	text-transform: capitalize;
	color: #0b4895;
}

#content p {
    margin: 10px 0px;
    padding: 0px;    
}

#content .contentbox {
	border: 1px solid #e1e1e1;
	border-top: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
}

* html #content .contentbox {
    padding-bottom: 11px;
}

#content a {
    color: #333399;
}

#content a:hover {
    color: #000;
}
#wrapper #body #current a img {
	padding-bottom: 20px;
}

