body
{
	margin: 0px;
	background: rgb(0, 0, 0) url("/Images/BodyRepeatRight.png") repeat-y 900px 0px;
	color: rgb(255, 255, 255);
	font-family: Arial, Tahoma, Sans serif;
	font-size: 9pt;
}

img
{
	border: 0px;
}

td
{
	font-size: 9pt;
}

/* Links */
a
{
	text-decoration: none;
	color: rgb(255, 249, 209);
}

	a:hover
	{
		text-decoration: underline;
		color: rgb(255, 249, 209);
	}

/* Containers */
div#Body
{
	background-color: rgb(0, 0, 0);
	width: 900px;
}

	div#Body div#Header
	{
		height: 160px;
		background: url("/Images/BodyHeader.png") no-repeat 31px 0px;
	}

		div#Body div#Header div#Banner
		{
			width: 726px;
			border: 1px solid white;
			position: relative;
			left: 160px;
			top: 29px;
		}

	ul#TopMenu, ul#TopMenu ul
	{
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		z-index: 100;
	}

		ul#TopMenu li, ul#TopMenu ul li
		{
			float: left;
			position: relative;
			width: 100px;
		}

			 ul#TopMenu li ul
			 {
				display: none;
				position: absolute;
				top: 15px;
				left: 0;
				background: black;
				padding: 4px 0px 4px 0px;
				width: 99px;
			}

				ul#TopMenu li ul a
				{
					text-align: center;
					color: white;
					font-size: 11pt;
					line-height: 23px;
				}

			ul#TopMenu li>ul
			{
				top: auto;
				left: auto;
			}

			ul#TopMenu li:hover ul, ul#TopMenu li.over ul
			{
				display: block;
			}

			ul#TopMenu li a
			{
				display: block;
				width: 100px;
			}

	div#Body div#Content
	{
		width: 839px;
		margin-left: 35px;
		padding-top: 10px;
		clear: left;
	}

		div#Body div#Content div#Footer
		{
			text-align: center;
			margin: 60px 20px 20px 20px;
			font-size: 8pt;
			line-height: 18px;
			color: rgb(150, 150, 150);
		}

			div#Body div#Content div#Footer a
			{
				color: rgb(155, 149, 109);
			}

div.SearchBox
{
	text-align: left;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	background: rgb(253, 222, 0);
	padding: 10px 10px 0px 10px;
}

	div.SearchBox input.TextBox
	{
		width: 235px;
	}

	div.SearchBox select
	{
		width: 240px;
	}

div.PollBox
{
	width: 261px;
	color: black;
	background: rgb(253, 220, 0);
}

	div.PollBox div.Inner
	{	
		padding: 10px;
	}

/* Banners */
div.Banner
{
	background: url('/Images/BannerTop.png') no-repeat;
}

	div.Banner div.BannerBottom
	{
		background: url('/Images/BannerBottom.png') 0% 100% no-repeat;
	}

		div.Banner div.BannerBottom div.BannerInner
		{
			text-align: center; 
			padding: 20px;
			background-repeat: no-repeat;
			background-position: 0% 50%;
		}



/* Lists */
table.Itemlist
{
	
}
	table.Itemlist tr th
	{
		font-weight: normal;
		font-size: 9pt;
		vertical-align: top;
		width: 60px;
	}

	table.Itemlist td, .ColumnItem
	{
		width: 195px;
	}

	#LayoutTable td table.PollList
	{
		background: rgb(253, 220, 0);
	}

		#LayoutTable td table.PollList td, table.PollList td, table.PollList h4
		{
			color: black;
			vertical-align: middle;
		}

ul.FloatList
{
	list-style: none;	
	margin: 0;
	padding: 0 0 0 3px;
}

	ul.FloatList li
	{
		float: left;
		width: 120px;
		overflow: hidden;
	}


table.DataList
{
	width: 100%;
}

	table.DataList th
	{
		font-size: 10pt;
		padding: 2px 5px 2px 5px;
		color: black;
		background: rgb(253, 220, 0);
		text-align: left;
	}

	table.DataList td
	{
		padding: 5px;
		background: rgb(25, 22, 0);
	}

		table.DataList tr.Alternate td
		{
			background: rgb(18, 16, 6);
		}

/* Layouts */
table#LayoutTable
{
}

	table#LayoutTable th, table#LayoutTable td
	{
		text-align: left;
		padding: 0px;
		vertical-align: top;
	}

img.HeaderImage
{
	width: 259px;
	border: 1px solid rgb(253, 222, 0); /* 254, 223, 1 */
}

img.HeaderImageLarge
{
	margin-top: 8px;
	width: 540px;
	border: 1px solid rgb(253, 222, 0);
}

div.ImageText
{
	font-size: 7pt;
	font-style: italic;
}

img.HeaderImageTitle
{
	padding-bottom: 5px;
}

/* Form */
input, select, textarea
{
	font-family: Arial;
}

form
{
	margin: 0px;
}

.TextBox
{
	background: rgb(25, 22, 0);
	color: White;
	border: 1px solid rgb(253, 222, 0);	
	width: 250px;
}

textarea
{
	width: 250px;
	height: 80px;
	overflow: auto;
	background: rgb(25, 22, 0);
	color: White;
	border: 1px solid rgb(253, 222, 0);
}

.Button
{
	cursor: pointer;
	padding: 2px 6px 2px 6px;
	border: 1px outset rgb(155, 122, 0); 
	background-color: rgb(253, 222, 0);
	font-size: 8pt;
	letter-spacing: 2px;
	color: Black;
}

table.Form th
{
	padding-right: 30px;
	vertical-align: top;
	text-transform: uppercase;
	text-align: left;
}

table.Form td
{
	vertical-align: top;
}

	table.Form td .TextBox
	{
		width: 600px;
	}

/* Text */
h1
{
	font-weight: normal;
	font-size: 20pt;
	margin: 0px 0px 10px 0px;	
}

h2
{
	font-weight: normal;
	font-size: 16pt;
	margin: 10px 0px 10px 0px;	
}

h3
{
	font-weight: normal;
	font-size: 14pt;
	margin: 0px 0px 10px 0px;
}

h4
{
	font-weight: normal;
	font-size: 12pt;
	margin: 0px 0px 10px 0px;
}

.ItemInfo
{
	font-size: 8pt;
	margin-bottom: 5px;
}

.ErrorBoxYellow
{
	background: rgb(253, 222, 0) url("/images/ExclamationYellow.png") no-repeat;
	height: 28px;
	color: black; 
	margin-top: 10px;
	padding: 5px 0px 0px 40px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.ErrorBoxBlack
{
	background: rgb(0, 0, 0) url("/images/ExclamationBlack.png") no-repeat;
	height: 28px;
	color: white; 
	margin-top: 10px;
	padding: 5px 0px 0px 40px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

/* Misc */
.Space1
{
	margin-bottom: 5px;
}

.Space2
{
	margin-bottom: 10px;
}

.Space3
{
	margin-bottom: 20px;
}

.BodySpacerClear
{
	height: 24px;
}

.BodySpacerClear2
{
	height: 34px;
}

div.BodySpacer
{
	height: 24px;
	margin: 15px 0px 25px 0px;
	border-bottom: 1px solid rgb(253, 222, 0);
	background: url('/Images/LineSpacer.png') no-repeat 100%;
}

div.Line
{
	height: 2px;
	border-top: 1px solid rgb(253, 222, 0);	
	margin-bottom: 5px;
}

#FrontpageFocusItem
{
	margin-bottom: 20px;
}

ul
{
	margin: 0px 0px 0px -22px;
	list-style-type: circle;
}

.FloatClear
{
	clear: both;
}

/* Images */
.Image
{
	border: 1px solid rgb(253, 222, 0);	
}
