@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style1 {color: #FFFFFF}

.style4 {
	color: #999;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
    color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}

.active {
	color: #000000;
	font-weight: bold;
}

.award {color: #FF0000}

#container {
	position: relative;
}

#column {
	float: left;
	text-align: right;
	width: 500px;
	margin: 35px;
}

#text {
	float:left;
	width:335px;
	margin: 70px 35px 35px 200px;
	line-height:1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3399cc;;
}

#sidebar {
	position: fixed;
	left: 580px;
	top: 43px;
	width:250px;
	color: #000;
}

#az {
	position: fixed;
	right: 250px;
	top: 0px;
	padding:10px;
	background-color:#CCC;
	color:#FFF;
	text-transform:uppercase;
}

#az:hover {
	background-color:#666;
}

#hiddenlist {
	visibility:hidden;
	position:fixed;
	right:0px;
	top:0px;
	width:230px;
	padding:10px;
	background-color:#FFF;
	line-height:16px;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity: 0.8;

}

#cv {
	position: fixed;
	right: 375px;
	top: 0px;
	padding:10px;
	background-color:#CCC;
	color:#FFF;
}

#cv:hover {
	background-color:#CCCC33;
	font-weight:normal;
	color:#000;
}

.section {
	color: #FF0000;
	font-weight: bold;
	text-transform:uppercase; 
}
	
.date {
	color: #CCCC33;
}

.listing {
	color: #000000;
	font-weight: bold; 
}

.place {
	color: #3366CC;
}

.description {
	color: #3399CC;
}

.contents {
	color: #999999;
	text-transform: uppercase;
}

.anchors {
	color: #000000;
}

.active {
	color: #000000;
	font-weight: bold;
	text-transform:uppercase;
}

.opening {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:inherit;
	font-weight: bold;
	color: #3366CC;
}

.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3399CC;
}


	
	

