@charset "utf-8";
body  {
	color: #CCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	font-variant: normal;
	background-color: #666666;
	background-image: none;
}
.twoColFixLt #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333; /* the auto margins (in conjunction with a width) center the page */
	border: none; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	height: 400px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 20px;
	background-color: #CCC;
	border: thin double #636;
	overflow: auto;
}
	
#sidebar2 {
	width: 150px;
	height: 400px;
	float: right;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 20px;
	background-color: #CCC;
	border: thin double #636;
}

.twoColFixLt #mainContent {
	width: 810px;
	padding: 10px;
	margin: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	visibility: hidden;
	text-align: justify;
} 
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	padding: 0px;
	color: #FFF;
	background-color: #603;
	background-image: none;
	text-align: left;
	height: 75px;
}
#topnav1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	background-color: #999;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	top: 75px;
	border: none;
}


#image_container {
	background-image: none;
	padding: 10px;
	height: 50px;
	width: 480px;
	background-position: center center;
}

a:visited {
	color: #CCC;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	background-color: #606;
}
a:active {
	color: #CC0;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a:link {
	color: #CCC;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
#sidebar1 p {
	color: #000;
}
.MasterDetail p {
	text-align: center;
}
.twoColFixLt #loadingSign {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	font-weight: bold;
	top: auto;
	right: auto;
	bottom: auto;
	background-image: url(/images/loadingAnimation.gif);
	height: 97px;
	width: 176px;
	position: absolute;
	z-index: 3;
	visibility: visible;
	margin-right: auto;
	margin-left: 350px;
	left: auto;
}
