body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
a/*:link*/ {
	color: #000000;
	text-decoration: underline;
}
/*a:visited {
	color: #999999;
	text-decoration: underline;
}
*/
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	clear: both;
	float: none;
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
}
#header .pic {
	clear: left;
	float: left;
}
#header #menu {
	float: right;
	color: #009;
	font-size: 10px;
	margin-top: 15px;
	margin-right:10px;
}
#header #menu a {
	color: #009;
	text-decoration: underline;
}
#pagebody {
	margin-top: 5px;
	clear: both;
}
#pagebody .pic {
	clear: left;
	float: left;
	margin-left: 2px;
	margin-bottom: 5px;
}
#sidebar {
	clear: left;
	float: left;
	width: 130px;
}
#sidebar #menu {
	background-color: #CCEEE8;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 740px;
}
#sidebar #menu ul {
	margin-left: 8px;
	padding-left:3px;
	list-style-type: none;
	padding: 0px;
}
#sidebar #menu ul li {
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar #menu a {
	color: #000066;
	font-weight: bold;
	display: block;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 11px;
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-left: 3px;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../images/line.gif);
}
#sidebar #menu a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#sidebar #menu .show {
	list-style-image: url(../images/arrow.gif);
	list-style-position:outside;
}

#pagebody #main {
	width: 85%;
	margin: 10px;
	text-align: left;
	float: right;
}
#main .title {
	margin-bottom: 10px;
	font-weight: bold;
}
#main h1 {
	font-size: 20pt;
	font-weight: bold;
}
#main h1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#main h1 a:hover {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}


#main .skin {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
	clear: both;
}
#main .skin .bone {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
}
.skin .bone h2 {
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 8px;
}
#main .skin h3 {
	font-size: 10pt;
	margin-left: 25px;
}
#main .skin ul {
	list-style-type: square;
}
#main .skin .cell_ul {
	list-style-image: url(../images/ul_01.gif);
	margin-left: 20px;
}

#main .skin li {
	line-height: 1.3em;
}

.skin ul li a {
	color: #000099;
	text-decoration: underline;
}
#main .skin .muscal {
	margin-top: 10px;
}
.muscal td {
	vertical-align: top;
	width: 50%;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	margin-bottom:15px;
}
#footer .skin_l {
	clear: both;
	float: left;
	width: auto;
	font-size: 9px;
	text-align: left;
	padding-top:5px;
	margin-left:10px;
}
#footer .skin_l p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
	line-height:1.2em;
}
#footer .skin_l a {
	color: #000000;
	text-decoration: underline;
}
#footer .skin_l a:hover {
	color: #28A78F;
	text-decoration: underline;
}
#footer .skin_r {
	float: right;
	padding-top:5px;
	width: auto;
	font-size: 9px;
	text-align: right;
	margin-right:10px;
}