body {
	background: #FFFFFF;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 100% verdana,aria,sans-serif;
	color:#001a33;

    }
a {
	color: #8B0000;
	text-decoration:none;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
	
/* HEADER */
#header {
	padding:10px;
	height: 100px;
	margin:0;
	text-align:center;
	}
#header h1 {
	font-size:250%;
	}
#header a:hover {
	color:#7A2875;
	}
	
/* MAIN COLUMN */
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
	
/* LEFT COLUMN */
#navcol { 
	position:relative;
	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;
	font:normal 80% verdana,aria,sans-serif;
	color: #8B0000;
	z-index:100;
	}
#navcol a {
	color: #8B0000;
	}
#navcol a:hover {
	border-bottom:1px solid;
	}

/* RIGHT COLUMN */
#smcol {
	position:relative;
	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;
	z-index:99;
	}
	
/* CENTER COLUMN */

#centercol {
	position:relative;
	padding:0 240px;
	text-align: center;
	font:normal 80% verdana,aria,sans-serif;
	color:#001a33;
	background-image: url("images/logo-fade.jpg");
    background-repeat:no-repeat;
    background-position:center top;
	}
#centercol a {
	color: #8B0000;
	}
#centercol a:hover {
	border-bottom:1px solid;
	}

#minfo {
	color: 
	}
	
/* FOOTER */ 
#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	opacity: 1.0;
	}
	
p.half {
	font:normal 50% verdana,aria,sans-serif;
}
	
/* NAVIGATION */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 120px;
}

ul li:before {
		 content: "\2665 \0020";
		 colour: #ff0000;
	     }

ul li a {
	text-decoration: none;
	display: block;
	width: 120px;
	color: #8B0000;
	font-weight: bold;
	padding: 2px 10px;
}

ul li a:hover {
	color: #800000;
}

#table2		{
	width: 100%;
	border-collapse: collapse;
    text-align: center;
    color: #8B0000;
    text-decoration:italic;
    font-size:75%;
    font-weight: bold;
}
#table2 td {
	width:20%;
}