
/* CSS Document */

body {
	background:#F8F8F8;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 1.0em/1.4em verdana,aria,sans-serif;
	color:#000000;
	}
     
ul  {text-align:center;
    font-weight:bold;
    }
li  {text-align:left;
    font-weight:100;
    
 }
a {
	color:#0000FF;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
    text-decoration:none;
	color:#FF0000;
	}

a:visited {
    color:#800080
    }
    
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#header {
	background:#F8F8F8;
	padding:10px;
	margin:0;
	text-align:center;
	
	}
#header h1 {
    font:bold 1.0em/1.4em verdana,aria,sans-serif;
	font-size:300%;
    color:#347235
	}
#header h2 {
    font-size:120%;
    font-weight:400;
    color:#000000}

#header h3 {
    font-size:100%;
    font-weight:100;
    color:000000;
    }
#header h4 {
    font-size:85%;
    font-weight:100;
    color:000000;
    }

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
    text-align:center;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FAF8CC;
	z-index:100;
	}
#rightcol {
	position:relative;
    text-align:center;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FAF8CC;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
    text-align:center;
	}

#footer {
	position:relative;
	top:1px;
	background:#F8F8F8;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
    font-size:100%;
    font-weight:100;
    color:000000;
	}




