@charset "utf-8";
/* CSS Document */
li {
	list-style-type: square;
	color: #000000;
	margin-left: 15px;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}


html {
	min-height: 101%; 
} 
body {
	margin-top: 0px;
	background-color: #FFFFFF;
}

.TimeDate {
    display: none;
	width: 197px;
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: right;
}
.TimeDateTxt {
    display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d6253a;
	float: right;
	padding-right: 20px;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/side_fade_bg.jpg);
	background-repeat: no-repeat;
}

#header {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 58px;
}
#LeftColumn {
    display: none;
}
#RightColumn {
    display: none;
}
#content {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	line-height: 1.5em;
	float: left;
}
.redTitles {
	color: #d6253a;
}

#contentInner {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	line-height: 1.5em;
	float: left;
	margin-bottom: 5em;
}


