/* CSS Document */
body
{
	background: url(images/main-bg.jpg) top center repeat-x #351313;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
#container
{
	background: url(images/bg.jpg) no-repeat top center;
}
.borderGold
{
	border: 2px solid #C29346;
}
h1
{
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #732525;
}
h2
{
	font-size: 17px;
	line-height: 15px;
}
.sidebar
{
	color: #D8BA7F;
}
.NewsTitle
{
	font-size: 14px;
	color: #421B1C;
	font-weight: bold;
}
.tableTitle
{
	color: #E1C081;
	font-weight: bold;
}
.tableName
{
	color: #421B1C;
	font-weight: bold;
}
.bigLink
{
font-size: 17px;
}

A:link	{ color: #732525; font-weight: bold; text-decoration: underline;}
A:visited { color: #732525; font-weight: bold; text-decoration: underline;}
A:active { color: #732525; font-weight: bold; text-decoration: underline;}
A:hover { color: #421B1C; font-weight: bold; text-decoration: underline;}

.bigLink A:link	{ color: #333333; font-weight: bold; text-decoration: underline;}
.bigLink A:visited { color: #333333; font-weight: bold; text-decoration: underline;}
.bigLink A:active { color: #333333; font-weight: bold; text-decoration: underline;}
.bigLink A:hover { color: #732525; font-weight: bold; text-decoration: underline;}

.sidebar A:link	{ color: #FFFFFF; text-decoration: underline;}
.sidebar A:visited { color: #FFFFFF; text-decoration: underline;}
.sidebar A:active { color: #FFFFFF; text-decoration: underline;}
.sidebar A:hover { color: #FFFFFF; text-decoration: underline;}

.dateWhite
{
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}
.sidebarWhite
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
}

.sidebarWhite2
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
.sidebarBlue
{
	color: #22476A;
	font-weight: bold;
	font-size: 17px;
}
#sidebarDiv
{
	margin: 8px 0 8px 85px;
}
.beigeTable
{
	border: 4px solid #000000;
	background: #F3E2B8;
}
.bluetext
{
	color: #22476A;
}
.size11
{
	font-size: 11px
}
.footer
{
	font-size: 11px;
	color: #EBC175;
}
.footer A:link	{ color: #EBC175; text-decoration: none; font-weight: normal;}
.footer A:visited { color: #EBC175; text-decoration: none; font-weight: normal;}
.footer A:active { color: #EBC175; text-decoration: none; font-weight: normal;}
.footer A:hover { color: #EBC175; text-decoration: underline; font-weight: normal;}


#PopUp { 
position:absolute;
z-index: 10;
bottom: -200;
left: 300;
visibility:hidden; 
border:solid 1px #CCC; 
padding:5px; 

} 

#myscroller {
position:relative; // mandatory
width:200px; height:150px; // set as required
background-color:#ffffcc; // set as required
overflow:hidden; // mandatory
border:solid 1px; margin:5px; // optional
} 

