/* CSS Document */
BODY {font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:18px;
color: #EED067;
background-color:#000000;
margin:0px;
background-image: url("graphics/sitebg.gif");
background-repeat:repeat-x;
}
TD{
color: #EED067;
font-size:18px;
}

H1{color:#FFFFFF;}
H2{color:#FFFFFF;}
H3{color:#FFFFFF;}


A:link { color: #EBB75C;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:22px;
}
A:visited { color: #EBB75C;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:22px;
}
A:active { color: #EBB75C;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:22px;
}
A:hover { color: #FFFF00;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:22px;
}

A:link.reftext { color: #FFFFFF;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:14px;
}
A:visited.reftext { color: #FFFFFF;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:14px;
}
A:active.reftext { color: #FFFFFF;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:14px;
}
A:hover.reftext { color: #DADADA;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:14px;
}

A:link.footlinks { color: #EBB75C;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:16px;
}
A:visited.footlinks { color: #EBB75C;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:16px;
}
A:active.footlinks { color: #EBB75C;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:16px;
}
A:hover.footlinks { color: #FFFF00;
font-family:  Times, "Times New Roman", Palatino, Garamond, Arial, Verdana, Tahoma;
font-size:16px;
}

A:link.toplinks { color: #EBB75C;
font-family:  Times, "Times New Roman", Garamond, Arial, Verdana, Tahoma;
font-size:18px;
}
A:visited.toplinks { color: #EBB75C;
font-family:  Times, "Times New Roman", Garamond, Arial, Verdana, Tahoma;
font-size:18px;
}
A:active.toplinks { color: #EBB75C;
font-family:  Times, "Times New Roman", Garamond, Arial, Verdana, Tahoma;
font-size:18px;
}
A:hover.toplinks { color: #FFFF00;
font-family:  Times, "Times New Roman", Garamond, Arial, Verdana, Tahoma;
font-size:18px;
}

LI.widget{ list-style: none; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */