/* CSS Document */

body {
	background:#ffffff;
	text-align:center;
	margin:10px;
	padding:0;
	font-family: tahoma;
	font-size: 10pt;
	}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
	
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
	
#header {
	background:#BB62AB;
	padding:10px;
	margin:0;
	text-align:center;
	color:#FFF;
	}

#maincol {
	position:relative;
	margin:0;
	padding:0px;
	}
	
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	background:#ffffff;
	z-index:100;
	}
	
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:170px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	background:#e5e5e5;
	z-index:99;
	}
	
#centercol {
	position:relative;
	padding:0 240px;
	}
	
p {
	text-align: justify;
	}
	
#footer {
	position:relative;
	top:1px;
	background:#ffffff;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#000000;
	}

h3 {
	font-size: 10pt;
	}
	
a:link.toplinks {
	color: gray;
	text-decoration: none;
	font-variant : small-caps;
	font-size: 11pt;
	}

a:visited.toplinks {
	color: gray;
	text-decoration: none;
	font-variant : small-caps;
	font-size: 11pt;
	}

a:hover.toplinks {
	color: Black;
	text-decoration: none;
	font-variant : small-caps;
	font-size: 11pt;
	}
	
a:link.cities {
	font-size:10pt;
	color: #5a5a5a;
	text-decoration: none;
	}
	
a:visited.cities {
	font-size:10pt;
	color: red;
	text-decoration: none;
	}
	
