@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.LeftColumn {
	float: left;
	width: 600px;
	color: #000;
	margin-top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.oneColFixCtr #mainContent {
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}h1 {
	color: #333399;
	text-align: center;
}
.Blue {
	color: #333399;
	text-align: center;
}
.Italics {
	font-style: italic;
}
.x-small {
	font-size: x-small;
	text-align: left;
}
.Red {
	color: #C00;
}
.Bold {
	font-weight: bold;
}
.Blue-left {
	text-align: left;
	color: #333399;
}
.FloatLeft {
	float: left;
	width: 680px;
	margin-left: 50px;
	display: inline;
}
.Floatright {
	float: right;
	width: 250px;
	margin-right: 0px;
	display: inline;
}
.Underline {
	text-decoration: underline;
}
.Vertical {
	 writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}
a img { border: none; }
