/* CSS Document */
/* for all */
* {
	padding:0px;
	margin:0px;
	border:none;
}
a:focus
{
  -moz-outline-style: none;
}

html, body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
}
a:active {
	outline:none;
}
h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:0.9em;
}
h5 {
	font-size:0.7em;
}
h6 {
	font-size:0.6em;
}
p {
	font-size:1em;
}
img {
	border:none;
}

/* global */
body {
	background-color:#fff;
}
.ontheleft {
	float:left;
}
.ontheright {
	float:right;
}

/* object dependent */
.wrapper {
	width:780px;
	margin:20px auto 20px;
	padding:0;
	overflow:hidden;
	border:#111 solid 1px;
}
.header {
	background:url(../image_sites_temp/headback.jpg);
	background-repeat:repeat-y;
}
.header img {
	padding:10px 15px;
}
.headerBottom {
	background:url(../image_sites_temp/headbackbottombar.gif);
	background-repeat:repeat-x;
	border-bottom:#666 solid 1px;
	height:21px;
}
.headerBottom p {
	padding:5px 20px;
}
.content {
	float:left;
	width:100%;
}
.navMenu {
	border-right:#666 solid 1px;
	background-color:#DCEBEB;
	width:140px;
	float:left;
	margin-bottom:-20000px;
	padding-bottom:20000px;
}
.navMenu ul {
	padding:50px 15px;
}
.navMenu li {
	list-style-type:none;
	padding:5px 0;
}
.navMenu a:link, .navMenu a:visited {
	color:#000;
}
.navMenu a:hover {
	color:#FF6600;
	text-decoration:underline;
}
.navMenu a:active {
	color:#FF9900;
}
.mainContent {
	width:500px;
	float:left;
	padding:20px 30px;
	margin:0;
}
.mainContent table {
	padding:20px 0;
	font-size:1em;
}
.mainContent h1 {
	padding-bottom:10px;
}
.mainContent p {
	padding:5px 0 0;
	font-size:1em;
	text-align:justify;
}
.mainContent li {
	list-style-type:disc;
	margin:5px 0 0 20px;
}