BODY {
	margin-top: 10px;
	margin-left: 10px; 
	margin-right: 10px; 
	background-color:#ffffff;
	
}

A {
	color: #872595;
	text-decoration: none;
	
}

A:link {
	color: #872595; 
	text-decoration: none; 
	
}

A:visited {
	color: #872595;
	text-decoration: none;
	
}

A:active {
	color: #FF9966;
	
}

A:hover	{
	color: #FF9966;
	
}

FONT.red {

	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #a7293e; 
	line-height:16px;
	
}

FONT.green {

	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #347c2c;
	line-height:16px;
	
}

FONT.blue {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: navy;
	line-height:16px;
	
}

FONT.bigblue {
	font-family: verdana, sans-serif; 
	font-size: 16px; 
	color: navy; 
	line-height:20px;
	
}

FONT.black {
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: black; 
	line-height:16px;
	
}

FONT.bigblack {
	font-family: verdana, sans-serif; 
	font-size: 16px; 
	color: black; 
	line-height:20px;
	
}

FONT.cal {
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	color: #545051; 
	line-height:16px;

}

FONT.cal2 {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: white;
	line-height:16px;
	
}

font {
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height:16px;
	
}


DIV#header {
	background-color: #707070;
	margin: 0px;
	padding: 0px;
	border-top: 10px solid black;
	border-bottom: 10px solid black;
	
}

DIV#left-sidebar {
	position: absolute;
	left: 10px;
	top: 130px;
	width: 152px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
		
}

DIV#left-sidebar DIV#navbar {
	background-color: #E3E5EA;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:16px;

}

DIV#left-sidebar DIV#tourbar {
	background-color: #e3e5ea;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height:16px;
}

DIV#left-sidebar DIV#staffbar {
	background-color: #e3e5ea;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:16px;
}

DIV#right-sidebar {
	position: absolute;
	right: 10px;
	top: 130px;
	width: 152px;
	padding: 0px;
	margin: 0px;
	background-color: #e3e5ea;
	border: 1px solid black;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:16px;
}

DIV#main {
	background-color: #707070;
	margin-left: 175px;
	margin-right: 175px;
	position: absolute;
	top: 130px;
	left: 0px;
	
}

DIV#main P {
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height:16px;
	text-align: justify;
	border: 3px solid black;
	margin: 30px;
	padding: 2px;
	background-color: #FFFFFF;
	
}
