body {
	background-color: white;
	/*background-image: url(/images/snowtrails.jpg); background-position: 550px 40px; background-repeat: no-repeat; z-index: -1;*/
	/*background-image: url(/images/background_bright.png); background-repeat: repeat-x; z-index: -1;*/
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: black;
	overflow: hidden;
}

img {
	border-style: none;
}

a:hover {
	color: black;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.topright {
	position: fixed;
	top: 15px;
	right: 20px;
	line-height: 150%;
	text-align: right;
	margin-top: 0px; /* important for firefox */
	/* opasity settings disabled due to firefox and chrome anomalies
	opacity: 0.9;
	filter: alpha(opacity=90);
	*/
	z-index: 1;
	-moz-user-select: none;
}

.topright_link {
	color: #bbbbbb;
	text-decoration: none;
}

.logo {
	position: relative;
	left: 20px;
	top: 20px;
	-moz-user-select: none;
}

.footer {
	position: absolute;
	bottom: 0px;
	left: 25%;
	height: 95px;
	z-index: 3;
}

.footer_left {
	width: 140px;
	padding-left: 17px;
	border-left-width: 2px;
	/* changed from black to #aaaaaa */
	border-color: #aaaaaa;
	border-left-style: solid;
}

.footer_left_link {
	color: black;
	text-decoration: none;
}

.footer_right {
	padding-left: 14px;
	border-left-width: 2px;
	/* changed from black to #aaaaaa */
	border-color: #aaaaaa;
	border-left-style: solid;
}

.footer_right_link {
	color: black;
	text-decoration: none;
}

.footer_shade {
	position: fixed;
	bottom: 0px;
	height: 95px;
	margin-left: 0px;
	width: 100%;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 2;
}

.footer_twitter {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 2;
}

.footer_twitter a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.footer_copyright {
	position: fixed;
	bottom: 12px;
	right: 10px;
	color: #aaaaaa;
	font-size: 0.7em;
	/* opasity settings disabled due to firefox and chrome anomalies
	opacity: 0.8;
    filter: alpha(opacity=80);
	*/
	z-index: 2;
}

.AccordionTitle, .AccordionContent, .AccordionContainer {
	position: relative;
	width: 350px;
}

.AccordionTitle {
	margin: 0px;
	padding-left: 14px;
    border-left-width: 2px;
    border-left-style: solid;
    /* changed from black to #aaaaaa */
	border-color: #aaaaaa;
	font-size: 1.3em;
	font-weight: normal;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	background-repeat: repeat-x;
	display: table-cell;
}

.AccordionTitleLink {
	text-decoration: none;
	color: black;
}

.AccordionContent {
	height: 0px;
	display: none;
    padding: 5px;
    margin: 7px;
    color: #bbbbbb;
    left: 6px;
    overflow: hidden;
}

.AccordionContentOpened {
	display: block;
	padding: 5px;
    margin: 7px;
    color: #444444;
	margin-left: 14px;
    overflow: hidden;
}

.AccordionContainer {
	position: absolute;
	left: 25%;
	margin-left: 11px;
	max-width: 70%;
	top: 10%;
	margin-top: 90px;
}
