﻿body
{
	background-image: url('images/background.jpg');
	text-align: center;
}
.holder
{
	position: relative;
	width: 959px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.mainTable
{ 
	position: absolute;
	z-index: 1;
}
.content
{
	position: absolute;
	z-index: 2;
	width: 720px;
	height: 450px;
	left: 25px;
	top: 255px;
}
.contentBackground
{
	background-color: #FFFFFF;
}
.newsItem
{
	position:relative;
	height:105px;
	left:10px;
	width:700px;
}
.watermark
{
	font-style: italic;
	color: Gray;
	width: 150px;
}
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.handCursor
{
	cursor: pointer;
}
.menuLinks
{
	text-align: center;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
}
.menuLinks A:link
{
	text-decoration: none;
	color: Black;
}
.menuLinks A:visited
{
	text-decoration: none;
	color: Black;
}
.menuLinks A:active
{
	text-decoration: none;
	color: Black;
}
.menuLinks A:hover
{
	text-decoration: none;
	color: Red;
}

.accordion
{
	width:700px;
	margin-left:10px;
}

.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
}

.accordionContentPanel
{
	padding:10px;
	height: 346px;
	font-family: Verdana;
	font-size: smaller;
}

.accordionHeader
{
    border: 1px solid Black;
    color: black;
    background-color: #DDD;
    text-align: center;
	font-family: Verdana;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.itemCategories
{
	vertical-align:middle;
	float: left;
	width: 200px;
	height: 346px;
}