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


html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Calibri, sans-serif;
	font-size: 12px;
	background-color: #BABABA;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/back_grad.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
p {
	margin-bottom:0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main {
	background-color: #FFF;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;*/ 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 920px;
	display: block;
	min-height: 100%;
	overflow: visible;
}

#textcontent {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#textcontent a {
	font-weight: normal;
	color: #cf232c;
	text-decoration: none;  
}

#textcontent a:hover {
	color: #C00;
	text-decoration: underline;  
}


#top_bar {
	background-color: #FFF;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	height: 108px;
}
#menu_bar {
	background-color: #cf232c;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
}
#textcontent h1 {
	font-size: 20px;
	color: #cf232c;
}
#menu_bar ul
{
list-style: none;
padding: 0;
margin: 0;
} 
#menu_bar li {
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-right: 10px;
	padding-left: 3px;
}

#menu_bar a{
	color: #FFF;
	text-decoration: none;
}

#menu_bar a:hover {
	color: #CCC;
	cursor: pointer;
}
#rightfloater {
	margin: 20px;
	float: right;
	background-color: #DDD;
	padding: 7px;
	width: 125px;
}

#rightfloater h1 {
	text-align:center;
	font-size: 14px;
	color: #cf232c;
	height: 100%;
}


.superscript{
	font-size:xx-small;
	vertical-align:top;
	color: #cf232c;
	font-weight:bold;
} 
.asterisk{
	color: #cf232c;
	font-weight:bold;
} 
.smallnotes{
	font-size: 10px;	
}
