/* Header */

#header {
	text-aline: right;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 70%;
	height: 67px;
	text-align: right;
}
#header .logo {
	float: left;
	margin-top: 18px;
}
#header ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#header li {
	display: inline;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
	margin-left: 3px;
}
#header form {
	color: #333333;
	margin-bottom: 2px;
	margin-top: 5px;
}
#header input {
	vertical-align: middle;
}
#image {
	clear: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}
#image img {
	vertical-aline: text-bottom;
	width: 740px;
}
.update {
	background-color: #CE1126;
	padding: 4px 15px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 70%;
	color: #FFFFFF;
	margin-bottom: 3px;
	text-align: left;
}
html > body .update {
	width: 710px;
}
/* Left Column */

#leftcol {
	padding-top: 2px;

}
#leftcol h3 {
	margin: 0px;
}
#leftcol h3 a {
	font-size: 60%;
	line-height: 140%;
	display: block;
	width: 160px;
	margin: 0px;
	color: #FFFF66;
	background-color: #009E49;
	padding: 5px 5px 5px 10px;
	border-right: 1px solid #4BA366;
	border-left: 1px solid #4BA366;
	border-bottom: 1px solid #FFFFFF;
}
html > body #leftcol h3 a {
	width: 143px;
}
#leftcol h3 a:hover {
	text-decoration: none;
	background-color: #d8f6d0;
	color: #666666;
}
#leftcol ul {
	margin: 0px;
	list-style-type: none;
}
html > body #leftcol ul {
	margin-left: -40px;
	padding-left: 40px;
}
#leftcol li a {
	border-bottom: 1px solid #D0D0D0;
	font-size: 70%;
	line-height: 140%;
	background-image: url(../images/nav1.gif);
	background-repeat: no-repeat;
	background-position: 11px 10px;
	display: block;
	width: 160px;
	background-color: #f0faf0;
	color: #444444;
	padding: 4px 5px 4px 18px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}
html > body #leftcol li a {
	width: 135px;
}
#leftcol li a:hover{
	text-decoration: none;
	background-color: #d8f6d0;
	color: #4F5434;
}
#leftcol h4 {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	font-weight: bold;
	color: #555555;
	font-size: 70%;
	margin: 7px 0px 0px;
	border: 1px solid #C0E0C9;
	width: auto;
	padding: 4px 5px 4px 20px;
	background-color: #E1F7E6;
	line-height: 135%;
}
html > body #leftcol h4 {
	width: auto;
}
#leftcol h4 a {
	color: #007B53;
}
#leftcol .banner {
	text-aline: center;
	margin-top: 5px;
	clear: both;
	text-align: center;
}
#leftcol .banner img {
	margin-top: 5px;
	border: 1px solid #666666;
}

/* Right Column */

#rightcol {
	font-size: 70%;
	line-height: 135%;
}
#rightcol .block img {
	float: left;
	border: 1px solid #666666;
	margin-top: 3px;
	width: 150px;
	margin-left: 12px;
	margin-bottom: 5px;
}
#rightcol ul {
	margin: 0px 0px 15px;
}
html > body #rightcol ul {
	margin-left: -35px;
	padding-left: 35px;
}
#rightcol li {
	line-height: 125%;
	margin-bottom: 2px;
	margin-top: 2px;
	border-bottom: 1px solid #DDDDDD;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding: 2px 5px 3px 15px;
	list-style: none;
}
#rightcol h4 {
	background-image: url(../images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: bold;
	color: #666666;
	font-size: 95%;
	margin: 0px;
	width: auto;
	padding: 0px 5px 4px 15px;
	line-height: 135%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
html > body #rightcol h4 {
	width: auto;
}


/* Center Column */

#middle {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}
#center {
	font-size: 70%;
	line-height: 160%;
	padding-right: 18px;
	padding-left: 17px;
	color: #333333;
	text-aline: left;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#center p {
	margin-top: 5px;
	margin-bottom: 20px;
}
#center img {
	float: left;
	margin-right: 7px;
	border: 1px solid #666666;
	margin-top: 7px;
}
#center ul {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
	clear: both;
}
html > body #center ul{
	margin-left: -32px;
	padding-left: 32px;
}
#center ul li {
	padding-bottom: 5px;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 140%;
}
.footer {
	border-top: 5px solid #FFFF00;
	font-size: 70%;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 135%;
	color: #FFFFFF;
	background-color: #ca0000;
	padding: 10px 15px 15px;
}
html > body .footer {
	width: 710px;
}
.footer img {
	border: 1px solid #666666;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer a {
	color: #FFFF66;
}

/* Common Style */

.body {
	margin: 0;
	padding: 0;
	text-aline: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/bg.gif);
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #387C4D;
}
h4{
	color: #000000;
	line-height: 130%;
	padding-left: 22px;
	font-size: 110%;
	line-height: 150%;
	background-image: url(../images/topic.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 50px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}
h5{
	color: #555555;
	font-size: 100%;
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 0px;
}
strong {
	color: #666666;
	line-height: 150%;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 3px;
	letter-spacing: .05em;
}
em {
	color: #007B53;
}
hr{
	clear: both;
	margin: 0px;
	border: none;
	background-color: #A5A5A5;
	color: #A5A5A5;
	height: 1px;
}
.input {
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	margin-bottom: 3px;
	margin-right: 1px;
	font-size: 100%;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button {
	margin-bottom: 3px;
	vertical-align: middle;
	margin-left: 4px;
}
.more {
	padding-left: 18px;
	display: inline;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding-right: 7px;
	clear: both;
	float: right;
}
.top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-top: 8px;
	clear: both;
	text-aline: right;
	padding-right: 15px;
	text-align: right;
}
.leftimg{
	float: left;
	margin-right: 7px;
	border: 1px solid #666666;
	margin-top: 12px;
}
.focus img{
	float: left;
	margin-right: 8px;
	border: 1px solid #666666;
	margin-top: 8px;
	width: 160px;
}

/* Layout Table */

.layout {
	border-collapse:collapse;
	font-size: 100%;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	clear: both;
}
.layout td {
	vertical-aline: top;
	text-aline: left;
	vertical-align: top;
	padding-bottom: 20px;
	text-align: left;
}
.layout .leftbg {
	vertical-aline: top;
	width: 160px;
}
.layout .rightbg {
	vertical-aline: top;
	width: 165px;
}

/* List Page Style */

.lptable caption {
	font-weight: normal;
	color: #333333;
	padding-bottom: 8px;
	font-size: 110%;
}
.lptable {
	border-collapse:collapse;
	margin-top: 10px;
	width: 99%;
	font-size: 100%;
	margin-bottom: 30px;
}
.lptable th {
	padding: 5px 5px 5px 10px;
	vertical-aline: top;
	text-aline: left;
	font-weight: normal;
	background-color: #E8F9EC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0E0C9;
	border-bottom-color: #C0E0C9;
}
.lptable td {
	padding: 6px 5px 6px 10px;
	vertical-aline: top;
	line-height: 145%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0E0C9;
}
.term {
	margin-bottom: 15px;
	color: #333333;
}
.category {
	margin-top: 10px;
	margin-bottom: 10px;
}
.category a {
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
}
.previous{
	background-image: url(../images/previous.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 8px;
	margin-left: 5px;
}
.next{
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 8px;
}
.search {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 3px;
	padding-left: 15px;
}
.nplist {
	margin: 15px 20px 25px 16px;
}
.nplist ul li {
	padding-left: 15px;
	padding-bottom: 6px;
	list-style: none;
	background-image: url(../images/np.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	border-bottom: 1px solid #CCCCCC;
}
/* Content Page Style */

.cptable {
	border-collapse:collapse;
	font-size: 100%;
	border: 2px solid #C0E0C9;
	margin-bottom: 25px;
	color: #333333;
	margin-left: 5px;
	margin-top: 18px;
}
.cptable caption {
	color: #996600;
	padding-bottom: 5px;
	font-size: 110%;
}
.cptable th {
	font-weight: normal;
	background-color: #EDFAF0;
	padding: 5px 10px 3px 5px;
	border: 1px solid #C0E0C9;
	text-aline: left;
	vertical-aline: top;
	line-height: 140%;
	vertical-align: top;
}
.cptable td {
	font-weight: normal;
	padding: 5px 5px 3px 10px;
	border: 1px solid #C0E0C9;
	line-height: 140%;
}
.path {
	margin: 0px 0px 10px;
}
.friendly {
	text-aline: right;
	margin-top: -10px;
	text-align: right;
}
.friendly .print {
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	margin-left: 5px;
}
.friendly .back {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
}
.friendly .email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
}

/* Sitemap */

.sitemap li{
	line-height: 160%;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;
	list-style-type: none;
	margin-left: 15px;
	margin-top: 3px;
}
.sitemap li li {
	line-height: 160%;
	padding-bottom: 2px;
	list-style-type: none;
	border: none;
	margin-top: 2px;
}
.sitemap li li li, .sitemap li li li li , .sitemap li li li li li {
	line-height: 160%;
	padding-bottom: 2px;
	list-style-type: none;
	border: none;
	margin-top: 2px;
}
.f_banner {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.f_banner img {
	border: 1px solid #666666;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	width: 120px;
}

