body {
background:url(images/bg.png) #dfdfdf;}

::-moz-selection { 
background: #000000; 
color: #ffffff;}

::selection { 
background: #000000; 
color: #ffffff;}

div, td, table {
font-family: arial;
font-size: 9pt;
color:#404040;
padding:0px;
margin:0px;}

blockquote{
padding: 4px;
width:60%;
text-align:center;
margin:10px;
background:#dfdfdf;}
	
ul {
list-style-position:inside;
padding: 5px 25px;
list-style-type: square;}

b, strong {
font-family: arial;
color:#AC0728;
font-weight:bold;
}

i, em {
font-family: georgia;
color:#a4573c;
}

u {
font-family: arial;
color:#000000;
border-bottom: dashed 1px #a4573c;
}

s {
font-family: arial;
color:#000;
}


h1 {
color: #000;
letter-spacing: -2pt;
font-size: 20pt;
font-family: georgia;
font-style:italic;
text-align: left;
font-weight:lighter;
margin-bottom:3px;
padding-left:10px;
padding-top:10px;}

h2 {
color: #fff;
letter-spacing: -1.5pt;
font-size: 16pt;
font-family: georgia;
font-style:italic;
font-weight:lighter;
text-align: center;
margin-bottom:0px;
padding-top:10px;}

h3 {
color: #000;
letter-spacing: -1.5pt;
font-size: 16pt;
font-family: georgia;
font-style:italic;
font-weight:lighter;
margin-bottom:0px;
padding-top:0px;
margin-top: 0px;}


/*---------- Links ----------*/

#Navigation a, #Navigation a:visited {
	display:block;
	color:#ffffff;
	text-shadow:1px 1px 0px #000;
	margin:0px;
	font-size:16pt;
	font-family:century gothic;
	float:left;
	width:20%;
	font-variant:small-caps;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;}

#Navigation a:hover {
	display:block;
	color:#ffffff;
	text-shadow:0px 0px 10px #ffffff, 0px 0px 5px #ffffff;
	background:#000;
	margin:0px;
	font-variant:small-caps;
	font-size:16pt;
	font-family:century gothic;
	text-decoration:none;}

a.navi:link, a.navi:visited{
	color:#777;
	background:#222;
	padding:5px;
	margin-left:15px;
	margin-right:15px;
	margin-top:1px;
	margin-bottom:0px;
	font-size:8pt;
	display:block;}

a.navi:hover, a.navi:active{
	display:block;
	color:#fff;
	font-size:8pt;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
	margin-top:1px;
	margin-bottom:0px;
	background:#333;}

 a:link{color: #999999; text-decoration:none;}
 a:visited{color:#999999; text-decoration:none;}
 a:hover{color: #AC0728; text-decoration:line-through;}
 a:active{color: #666666; text-decoration:none;}


/*---------- Layout Divs ----------*/

#Container{
margin:0 auto; 
background:#000;
padding:0px;
border-bottom:20px #222 solid;
width:900px;}

#Header{
border-top:20px #000000 solid;
margin:0px; 
padding:0px;
width:900px;
background:url(images/header01.png);
height:300px;}

#Content{
width:695px; 
padding-left:5px;
padding-right:0px;
padding-top:3px;
padding-bottom:5px;
margin:0px;
background:#fff;
min-height:300px;}

#Credits{
font-family:arial;
font-size:8pt;
color:#fff;
text-shadow:1px 1px 0px #777;
position:absolute;
top:0px;
left:0px;
margin:1px;
padding:1px;}

#Navigation{
display:block;
float:left;
margin:0px;
padding:0px;
background:#222;
text-align:center;
width:700px;}

#Navigation2{
float:right;
margin:0px;
padding:0px;
background:#000;
text-align:center;
width:200px;}


.table1{
margin-left:0px;
margin-right:0px;
margin-top:10px;
margin-bottom:10px;
padding:3px;
border:1px dashed #000000;
background:#dfdfdf;
width: 95%; 
margin: 0 auto;}

td{
vertical-align:top;}

.banner
{background-color: #ffffff;
border: 1px #000000 solid;
padding: 5px;}


