body {
	background-color:#000000;
	background-image:url(../images/FDBack.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#000000;
	margin:0px;
	padding:0px;
	font-family:'Georgia', 'Times New Roman', Times, serif;
	font-size:0.75em;

}
a {
	color:#000000;
	border-bottom:1px dashed #000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	border-bottom:none;
}

#container {
	width:800px;
	margin:auto;

	background-color:#ffffff;
	
	text-align:left;
	border: solid 3px;
	margin-top: 10px;

border-left-width: 2px;
border-top-width: 2px;

}
#header {
	text-align:center;
	padding:8px;
	border-bottom: dashed 1px;
}

.navbar {
	background-color:#000000;
	width:800px;
	height:30px;
	margin-top:3px;
	margin-bottom:3px;
	text-align:center;
}
.navbar ul {
	margin:0px; 
	width:800px;
	padding-top:6px;
	text-align:center;
}
html>body .navbar ul {
	margin-left:-45px;
}
.navbar ul li{
	display:inline;
	color:#FFFFFF;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
}
.navbar a, .navbar a:link, .navbar a:visited, .navbar a:active {
	color:#CEC495;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
}
.navbar a:hover {
	text-decoration:underline;
}
#footer .navbar a {
	font-size:0.9em;
}

#content {
	margin:0px;
	padding:10px;
	text-align:center;
	/*
	background-image:url(../images/fd_content_bg.jpg);
	background-repeat:repeat-y;
	*/
	border-top: dashed 1px;
}

#content p {
    font-size: 12pt;
}

#content ul li {
    font-size: 12pt;
}

h1
{
	text-align:left;
	line-height:1.5em;
	font-size: 12pt;

}

h2
{
	text-align:left;
	line-height:1.4em;
	font-size: 11pt;

}

p {
	text-align:left;
	line-height:1.3em;
}

#footer {
	padding-top:3px;
	/*
	background-image:url(../images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	*/
}
#footer .nav { margin-top:0px; }

.copy {
	margin:0px;
	padding:3px;
	text-align:right;
	padding-right:10px;
}

.border {
	border:1px solid #000000;
}

.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}

.center { text-align:center; }
.left { float:left; }
.right { float:right; }

img.intext
{
    padding: 3px;
    border: solid 1px #000000;
    background-color: #cccccc;
    margin: 10px;
    clear: both;
}