/* CSS Document */

.image_Float_Left{
	float: left;
}
.image_Float_Right{
	float: right;
}
		
<!--
body {
	background-color: #000000;
}
-->

.body_text_general
		{
		font-family: "Times New Roman", Times, serif;
		color: #000000;
		font-size: 14px; 
		}

.banner
		{
		}
		
.footer
		{
		}

.header
		{
		}

.HeadingArea
		{
		}
		
.HRule
		{
		color: #006666;
		}

.thumbnails{ /*DIV*/
}

.references
		{
		}
		
.citation
		{
		}
		
.copyright
		{
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		color: #000066;
		}

.SectionLinks		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0033CC;
		position: center;
		}
		
.NavText
		{
		color: #993366;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		}

.updated{ 
	color: #993366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1		{
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #000066;
		position: center;
		}
		
h2		{
		font-family: "Times New Roman", Times, serif;
		font-size: 24px;
		color: #000000;
		position: center;
		}
		
h3		{
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		color: #000000;
		position: center;
		}

h4		{
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: bold;
		color:#009900;
		position: center;
		}

#container	{
		background: repeat-y center;
		position: absolute;
		background-color: #FFFFCC;
		left: 50%;
		width: 800px;
		margin-left: -400px;
		padding: 20px;
		}

