/* CSS Document */
body
{
background-color:#000000;
}

#content
{
	font:"Palatino Linotype", "Book Antiqua", "Times New Roman";
	color:#C8C8C8;
	text-align:justify;
	border: 2px solid #DFAD81;
	position:relative;
	top:20px;
	left:50px;
	width: 70%;
	overflow: hidden;
}
#content p
{
text-align:justify;
margin-left:10px;
margin-right:10px;
margin-top:20px;
}
#content p:first-letter
{
font-family:"Book Antiqua", Gigi, "Times New Roman";
font-size:250%;
float:left;
color:#DFAD81;
margin-left:10px;
}
#content ul
{list-style:none;
margin-top:10px;

}
#content p.e
{
color:#F49F24;
text-align:center;
}
#navbar
{
position:relative;
top:20px;
float:Left;
left:20px;
}
#footnote
{
margin-top:25px;
color:#DFAD81;
font-size:10px;
text-align:center;
}
a:link
{
color: #DFAD81;
}
a:visited
{
color:#DFAD81;
}
a:hover
{
color:#DFAD81;
font-weight:bold;
}
p.center
{
text-align:center;
}
h2
{
color:#DFAD81;
}
img.status
{
float:right;
margin:20px 60px;
width:20px;
height:454px;
z-index:0;
}
img.float
{
float:left;
margin: 20px 10px 10px 5px;
}
