html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0;
	font-size: 15px; 
	font-family: arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */  }

body {
	height: 100%; 
	max-height: 100%; 
	overflow: hidden; 
	padding: 0; 
	margin: 0; 
	border: 0; }

#left {
	display: block; 
	overflow: auto; 
	position: absolute; 
	z-index: 1; 
	top: 2px; 
	bottom: 60px; 
	width: 250px; 
	margin-left: -500px; 
	left: 50%;
	background: #fff;
	border-left: 0px solid #000;
	border-right: 0px solid #00633a; }

* html #left {
	top: 0; 
	bottom: 0; 
	height: 100%;
	width: 250px;
	border-top: 60px solid #fff; 
	border-bottom: 60px solid #fff; }

#content {
	display: block; 
	overflow: auto; 
	position: absolute; 
	z-index: 1; 
	top: 2px; 
	bottom: 0px; 
	width: 780px; 
	margin-left: -250px; 
	left: 50%;
	padding: 10px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	background: #fff; }

* html #content {
	top: 0px; 
	bottom: 0px; 
	height: 100%;
	width: 800px;
	border-top: 2px solid #fff; 
	border-bottom: 0px solid #fff; }

table {
	font-family: arial;
	font-size: 15px;
	font-weight: normal; }

h1 {
	color:#FF0000;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	}
	
h2 {
	color: #FF0000;
	font-size: 15px;
	padding-left: 0px;
	margin-bottom: 3px;
	}
	
h3 {
	color:#FF0000;
	font-size:15px;
	font-weight: normal;
	padding-left: 0px;
	margin:0px;
	}
	
h4 {
	color:#666;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 2px;
	margin:0px;
	}
	
h5 {
	color:#333;
	font-size:14px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding-left: 0px;
	margin-top:0px;
	}

p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #404040;
	font-weight: bold;
	line-height: 16px;
	padding: 15px;
	margin-top: 0px; }
    
#content p {
	padding: 0px;
	text-align:justify;}

.boldhead {
	font-size:1.5em; 
	font-weight:bold; }

.bold {font-weight:bold;}

.center {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;}

.left {float:left; margin:10px; border:1px solid #000;}

.right {float:right; margin:10px; border:1px solid #000;}

.lefttext {float:left; width: 300px; text-align:justify;}

.righttext {float:right; width: 300px; margin-left: 30px; text-align: center;}

* html .lefttext {float:left; width: 300px; text-align:justify;}

* html .righttext {float:right; width: 300px; text-align:justify;}
    
a {
	font-size: 15px;
	font-weight: bold;
	color:#2c86de;
	text-decoration: none;
	margin-left: 0px; }
	
a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none; }
	
ul {
	}
	
li {
	font-size: 15px;
	color:#404040;
	font-weight: bold;
	margin: 0px; }
	
.bottom {
	margin-bottom: -5px; }
	
.image {
	border: solid 1px #000;
	padding: 5px;
}

.imageleft {
	float:left;
	margin-right: 20px;
	border: solid 1px #000;
	padding: 5px;
}

.imageright {
	float:right;
	margin-left: 10px;
	border: solid 1px #000;
	padding: 5px;
}

.imagecenter {
	border: solid 1px #000;
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}