a:link {
	color: #993300;
	text-decoration: none;
	}
a:visited {
	color: #999900;
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	background-image: no-image;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#supportingText {
	margin-top: 0px;
	width: 385px;
	padding-bottom: 600px;
	margin-bottom: 50px;
}
* html #supportingText {
}
#supportingText h3 {
	margin-top: 0px;
}
#supportingText p {
	font-size: 0.8em;
	margin-left: 60px;
	margin-right: 60px;
	line-height: 140%;
}
#RightAnchor{
  	float:right;
	width: 700px;
	padding-right: 40px;
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:#FFFFFF;
}
#RightAnchor2{
	float:right;
	width: 400px;
	padding-right: 40px;
}
#PageBottom {
	height: 90px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding-left: 300px;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	z-index: 5;
}

#testdiv {width:600px; border:1px solid #ccc; padding:20px 25px; left:auto}
#testdiv2 {width:100px; padding:10px 10px; float:none; margin-left:500px}
#floatdiv1 {
	width:100px;
	padding:10px 10px;
	margin-left:450px;
	position:absolute;
	left: 6px;
	top: 85px;
}
#floatdiv2 {
	width:100px;
	padding:10px 10px;
	margin-left:600px;
	position:absolute;
	left: 5px;
	top: 85px;
}
#floatdiv3 {
	width:100px;
	padding:10px 10px;
	margin-left:750px;
	position:absolute;
	left: 9px;
	top: 85px;
}

#leftdiv {
	width:400px;
	float:left;
	margin: 20px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#FFFFFF;
	z-index: 5
}

#tinybox {position:absolute; display:none; background:#fff url(file:images/preload.gif) no-repeat 50% 50%; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.button {font:14px Georgia,Verdana; cursor:pointer}
.buttonleft {font:14px Georgia,Verdana; cursor:pointer; width: 100px; float:left}
.button:hover {border:1px solid #bbb; background:#e3e3e3}
