body	{
	font-family: sans-serif;
	background-color: #66cccc;
	font-size: 12px;
	margin: 0px;
	width: 1500px;
}

div	{
	padding: 0px;
/*	
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
*/
	}


/*
div	div	{
	border: 2pt dashed #000099;
}
div	div	div	{
	border: 2pt dotted #990000;
}
*/

#progress	{
	
	position: absolute;
	top: 100px;
	left: 40%;
	background-image: url("../../images/site/shaders/75black.png");
	margin: 0 auto;
	width: 300px;
	display: block;
	text-align: center;
	color: #ffff00;
	
}

#progress.off	{
	
	position: absolute;
	top: 100px;
	background-color: #ff9900;
	margin: 0 auto;
	width: 100%;
	display: none;
	
}


div#fp_Toolbar	{
	background-color: #B97D1D;
	top: 10px;
	border-top: 10px solid #000000;
	border-left: 10px solid #000000;
	border-bottom: 10px solid #000000;
	margin: -10px 0px 20px -20px;
	width: 100%;
	position: fixed;
	height: 25px;
}

div#fp_ToolPanel	{
	background-color: #5D86B1;
	padding: 0px;
	padding-top: 1em;
	left: 890px;
	top: 15px;
	border: 5px solid #000033;
	margin: 0em -1em 1em 1em;
	width: 150px;
	position: fixed;
}

div#fp_ToolPanel select	{
	width: 100%;
}

#navi	{
	padding: 10px;
	float: left;
	width: 160px;
}

ul#debug	{
	height: 200px;
	overflow: scroll;
	margin: 0;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px dotted #99aa99;
	list-style-type: none;
}


#content	{
	padding: 10px;
	float: left;
	background-color: #ffffff;
	overflow: visible;
	border: 10px solid #000000;
	border-top: 0;
	padding-top: 120px;
padding-top: 10px;
	
}

#content p	{
	line-height: 1.3em;
}


#special	{
	padding: 0;
	margin: 0;
}

#disclaimer	{
	padding: 10px;
	clear: both;
	font-size: .8em;
	color: #006666;
}



ul.shortcuts	{
	font-size: .8em;
	width: 525px;
	list-style: none;
	float: left;
	margin: -10px;
	margin-bottom: 10px;
	padding: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
}

ul.shortcuts li	{
	margin: 2px;
	float: left;
	padding: 0em .5em;
	color: #ffffff;
	text-decoration: none;
}

ul.shortcuts a	{
	color: #ffffff;
	text-decoration: none;
}

#ads	{
	position: absolute;
	top: 0px;
	left: 733px;
	width: 160px;
	background-color: #ff99ff;
}

.ar_Image	{
	width: 225px;
	float: right;
}

.err	{
	background-color: #ffff00;
	color: #000000;
	border: 4pt dashed #aa0000;
	padding: 1em;
}

.err ul, .err li	{

	background-color: transparent;
	background-image: none;
	color: #000000;
}

div.sectionHead	{
	clear: both;
	margin: 0 auto;
	margin: 1em 0em;
	padding: 1em 0em;
	border-bottom: 2pt solid #006666;
	/*border-top: 3pt solid #006666;*/
	text-align: center;
}

div#banner	{
	background-color: #000000;
	top: 0px;
	height: 70px;
	margin: 0em 0em 0em -20px;
	padding-left: 10px;
	position: fixed;
	width: 100%
}

div#tile	{
	float: left;
	background-color: #000000;
	padding: 15px;
	margin: 0;
	width: 130px;
	height: 1200px;
}

p.Disclaimer	{
	padding: 5px;
	background-color: #ccffcc;
	border-top: 1pt solid #333333;
	margin: 20px -10px -10px -10px;
	font-size: .8em;
	clear: both;
	width: 535px;
}

p.Disclaimer a	{
	color: inherit;
}

p.fp_Close	{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 30px;
	display: inline;
	float: left;
	margin: -5px 0px 0px -5px;
	border: 1pt solid #333333;
	padding: 0;
	background-color: #cccccc;
}

p.fp_CloseOver	{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 30px;
	display: inline;
	float: left;
	margin: -5px 0px 0px -5px;
	border: 1pt solid #333333;
	padding: 0;
	color: #ff9900;
	background-color: #333333;
}

div#mapWindow p.note	{
	color: #ffffff;
	font-size: .8em;
	font-weight: bold;
	float: left;
	margin: 2px 5px;
}

