/* Sub Page */
#subPageLeft {
	width: 310px;
	float: left;
        text-align: left;
}

#subPageLeftHead  {
	background: url('images/sub_page_left_hover.png') no-repeat;
	height: 24px;
	font-weight: bold;
	font-family: 'Lucida Sans Unicode';
	padding: 5px;
	padding-top: 13px;
	padding-left: 10px;
	font-size: 110%;
        color: #fff;
        padding-bottom: 8px;
}

#subPageLeftHead h2 {
    border-bottom: 1px groove #fff;
    padding-bottom: 3px;
    width: 90%;
}

#subPageLeft h3 {
	font-weight: bold;
	border-bottom: 1px solid #000;
	width: 90%;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

#subPageLeftContents {
	width: 100%;
	background: url('images/sub_page_left_bg.png') repeat-y;
	padding: 0px;
	padding-top: 0px;
	font-size: 90%;
}

#subPageLeftContents li a {
        display: block;
        height: 27px;
        color: #fff;
        font-weight: bold;
        padding-left: 20px;
        padding-top: 8px;
}

#subPageLeftContents li a.current {
	background: url('/images/sub_page_left_bg_hover.png') repeat-y;
}

#subPageLeftContents li a:hover {
    background: url('images/sub_page_left_bg_hover.png') repeat-y;
}

#subPageLeftContents p {
	margin: 10px 10px;
	margin-right: 18px;
}

#subPageLeftBottom {
	background: url('images/sub_page_left_bottom.png') no-repeat;
	height: 23px;
}

#subPageRight {
	width: 650px;
	float: right;
        text-align: left;
	min-height: 250px;
	font-size: .8em;
        font-family: Verdana, Helvetica, sans-serif;
        line-height: 18px;
        letter-spacing: .2px;
}

#subPageRight td, th {
	font-size: 90%;
}

#subPageRight th {
	font-weight: bold;
	text-align: center;
}

#subPageRight p {
        margin-top: 10px;
	line-height: 18px;
}

#subPageRightPadder {
    padding-left: 20px;
}

#subPageRight h1, #content h1 {
    margin-top: 2px;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#subPageRight a {
    color: #DD8500;
}