.main { 
margin:0 0 15px 0; padding:0 3px; text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	list-style-type: square;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:link {
	 color: #006a44;
	 text-decoration: none;
	 font-size: 12px;
 }
	 
a:visited { 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #38963f;
	 text-decoration: none;
	 font-size: 12px;
 }
a:hover {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #f3ef87;
	 text-decoration: none;
	 font-size: 12px;
}
a:active { 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #0b0b0b;
	 text-decoration: none;
	 font-size: 12px;
 }
Body { font-family:Arial; font-size:12px; color:#000000; FONT-WEIGHT:normal; FONT-STYLE:normal; TEXT-DECORATION:none; }

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	}
	
.wrapper { padding-bottom:20px; }
.page { width:1000px; margin:0 auto; text-align:center; }
.sidebar {}

/* Base Columns */
.col-left { float:left; width:182px; padding:0; margin:0 0 -1px; }
.col-main { float:left; width:715px; padding:0; }
.col-right { float:right; width:182px; padding:0; margin:0 0 -1px; }

/* 3 Columns Layout */
.col3-layout { margin:0 3px 15px 3px; padding:10px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.col3-layout .col-main { width:550px; padding:0 5px; border-width:1px; border-style:solid; border-color:#006600; background-color:#ffffff; }
.col3-layout .col-left { width:170px; margin-right:5px; border-width:1px; border-style:solid; border-color:#006600; background-color:#ffffff; }
.col3-layout .col-right { width:200px; border-width:1px; border-style:solid; border-color:#006600; background-color:#ffffff; }
.col3-layout .col-wrapper { float:left; width:755px; }
.col3-layout .col-wrapper .col-main { float:right; }

address.copyright { margin-top:10px; margin-bottom:30px; padding-top:20px; }


