@charset "utf-8";
body {
	background:no-repeat;
	background-image:url(../_templates/bg.png);
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	line-height: 150%;
	background-position: fixed;
	background-attachment: fixed;
}
a {
	font-size:0.9em;
	text-decoration:underline;
	font-weight: bold;
	color: #000;
}
a:hover {
	font-size:0.9em;
	text-decoration:none;
	font-weight: bold;
	color: #E20177;
}
img {
	border: 0;
}
#about_news {
	margin: 240px 0px 15px 50px;
}

#about, #news {
	width: 415px;
	z-index: 50;
}
.text {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 3px 7px 5px 7px;
	margin-left: -7px;
	font-size:0.9em;
}

.opaque {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


#sidebar {
	font-size: 12px;
	text-align: left;
	position:fixed;
	bottom:80px;
	margin-left: 510px;
	padding-top: 0px;
	width: 100%;
}
.submenu {
	text-align: left;
	padding: 6px 0;
	width: 100%;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	vertical-align: inherit;
	font-size: 15px;
	display: inline-table;
}
#lc {
	background-color: #FF0000;
	margin-left: 69px;
	font-size: 15px;
	line-height: 100%;
}

.borderBottom {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}
.borderTop {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #999999;
}
#footnote {
	font-style:italic;
	padding: 0 0 0 0;
	font-size: 95%;
	line-height: 150%;
}
#footer {
	text-align: left;
	position:fixed;
	bottom:0;
	width:100%;
	left: 0px;
	padding: 1px 0px 2px 430px;
	background-color: #FFFFFF;
	border-top-style: dashed;
	border-top-color: #999999;
	border-top-width: thin;
	z-index: 100;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

