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

body {
	margin:0px;
	background-color: #FFFCA3;
	background-image: url(graphics/vertical_bg.gif);
	background-attachment: fixed;
	background-repeat:repeat-x;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
}
#flashHeader {
top:0px;
	margin-left:146px;
	position:fixed;
	z-index:4;
}
#nav_layer {
	top:0;
	left:0;
	position:fixed;
	width:150px;
	height:800px;
	z-index:10;
}
#textBlock {
	width:570px;
	top:75px;
	z-index:3;
	margin-left:150px;
	background-image: url(graphics/570_px_wide_text_bg_white.png);
	background-repeat: repeat-y;
	position:relative;
}
#shadowFooter {
	position:relative;
	z-index:1;
	margin-left:25px;
	margin-top:50px;
	background-image: url(graphics/570_px_wide_shadow_footer.png);
	background-repeat:no-repeat;
	height:100px;
	text-align:center;
}
#floatingSideBar {
	display:inline;
	text-align:justify;
	position:fixed;
	top:4px;
	width:200px;
	float:right;
	left:720px;
	z-index:4;
	background-image: url(graphics/570_px_wide_text_bg_white.png);
	background-repeat: repeat-y;
	background-position:right;
	padding-left:8px;
}
#floatingSideBar p {
	width:190px;
	font-size:10px;
}
table {
	width:550px;
	border: 3px solid #B74543;
	background-color:#FFFED2;
}
td {
	border: 1px solid #B74543;
	padding: 5px;
}
td tr p {
	width:90%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image: url(graphics/h1_bg.png);
	background-repeat: repeat-y;
	color:#FFFFFF;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	background-position:right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	background-image: url(graphics/h1_bg.png);
	background-repeat: repeat-y;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	background-position:right;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(graphics/h1_bg.png);
	background-repeat: repeat-y;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	background-position:right;
}
p {
	margin-left:5px;
	padding-left:15px;
	padding-right:10px;
}
.floatLeft {
	display:block;
	border: solid white 8px;
	position:relative;
	float:left;
	margin:5px;
	right:70px;
	margin-right:-60px;
}
.extraClass {
	border:solid red 5px;
	padding:4px;
}
.floatRight {
	border: solid white 10px;
	float: right;
	margin:5px;
	position: relative;
	left:70px;
	margin-left:-60px;
}
a {
	color:#0009B8;
	font-weight:bold;
}
a:hover {
	color:#FF3300;
}
a:visited {
	color:#6D70FF;
	font-weight:normal;
}
.smallFont {
	color:#000000;
	font-size:9px;
}
.tableHead {
	background-color:#B81B19;
}
.tableBodyEven {
	background-color:#CD7D7D;
}
.tableBodyOdd {
	background-color:#DEDC91;
}
#debug {
	position:absolute;
	width:200px;
}
hr {
	height:10px;
	background-color: #FFFCA3;
	border:0px;
	width:560px;
	padding-left:10px;
}
a.noFlashLink {
	color:#004;
}
a.noFlashLink:hover {
	color:#06F;
	font-weight:bold;
}
a.noFlashLink:visited {
	font-weight:bold;
	color: #FFB39A;
}

