@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
}
.twoColFixRtHdr #container {
	width: 852px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header p {
position: relative;
width: 100%;
top: -43px;
margin-bottom:-43px;
text-align: left;
left: 20px;
color: #FFFFFF;
}
.twoColFixRtHdr #header p.mainNav a:link, a:visited, a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 90%;
text-decoration: none;
}
.twoColFixRtHdr #header p.mainNav a:link, a:visited {
color: #ffffff;

}
.twoColFixRtHdr #header p.mainNav a:hover {
color: #c9181e;
}
.twoColFixRtHdr #header { 
	background: #000; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 179px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 40px;
}
.twoColFixRtHdr #sidebar1 img{
	z-index:1000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixRtHdr #mainContent {
	background-image: url(../images/bk1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index:1000;
	margin-top: 75px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent h1 {
font-size:16pt;
}
.twoColFixRtHdr #mainContent p {
font-size:10pt;
line-height:18pt;
letter-spacing:1pt;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #333333;
} 
.twoColFixRtHdr #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 */
	text-align:center;
	color:#CCCCCC;
	font-size:9pt;
}
.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;
}
.name, .subname, .white {
position: relative;
z-index: 600;
margin: 0em;
padding: 0em;
font-weight: bold;
font-size: 160%;
}
.name {
color: #c3091c; 
float: left;
top: 165px;
left: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
.subname {
color: #e8e8e8;
float: right;
top: 145px;
right: 0px;
}
.white {
color:#FFFFFF;
font-size: 90%;
float: left;
top: 175px;
left: 25px;
}
.white a:link, a:visited {
color:#FFFFFF;
line-height:normal;
text-decoration:none;
}
.white a:hover {
color:#990000;
font-size:inherit;
}
.link {
font-size:10pt;
line-height:18pt;
letter-spacing:1pt;
}
.link a:link {
color:#000000;
}
.link a:visited {
color:#000000;
}
.link a:hover {
color:#990000;
}
#datatable {
width:95%;
}
#datatable th {
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #000000;
}
#datatable td {
	font-size: .8em;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding:2px;
}