/* CSS Document */

body {
	background:#FFF;
	text-align:center;
	margin:20px;
	padding:0;
	font-family: Tahoma;
	line-height: normal;
	font-variant: normal;
		}

p{font-family:Tahoma; font-size:14px; color:#61280A;}

a {
	color:#9CC4F5;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#000099;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background: repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:repeat-y top left;
	}
#header {
	background:#9CC4F5;
	border-bottom: solid 10px #61280A;
	margin:0;
	text-align:center;
	height:100px;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	border:solid 5px #FFF
	}
#leftcol { 
	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;
	background:#ECB9E8;
	z-index:100;
	border:solid 5px #61280A
	}
#leftcol a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}
#leftcol a:hover {
	color:#FFF;
	font-weight:bold;
	border-bottom:1px dotted;
	}
#leftcol h5 {
	color:#61280A;
	text-decoration:none;
	
	}
#rightcol {
	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;
	background:#9CC4F5;
	z-index:99;
	}
#rightcol a {
	color:#FFF;
	border-bottom:1px dotted;
	}
#centercol {
	position:relative;
	padding:0; 
	}
#centercol a {
	color:#9CC4F5;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#6666FF;
	}
#maincol img {
	padding:10px;
	}
#maincol h2 {
	font-family:Tahoma;
	color:#61280A;
	font-size:24px;
	font-weight:bold;
	}
#maincol h4 {
	font-family:Tahoma;
	color:#9CC4F5;
	font-size:14px;
	font-weight:bold;
	}
#footer {
	position:relative;
	top:1px;
	background:#9CC4F5;
	margin:0;
	padding:15px 15px;
	text-align:center;
	color:#CCC;
	border-top:solid 5px #FFF
	}
#footer h6 {
	font-family:Tahoma;
	color:#61280A;
	}
#footer a {
	font-family:Tahoma;
	color:#FFF
	}
	
