body
{
	background-color: #a30000;
	background-image: url("images/bgGradient.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#testBanner{
	position:absolute;
	top:100px;
	left:185px;
	color:#FF0000;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#events{
	width:280px;
    padding:7px 15px 10px 15px;
    margin-top:-3px;
    height:120px;
    font:Times New Roman, Times, serif;
    font-size:11px;
    background-image:url(../media/images/eventsBG.gif);
    background-repeat:no-repeat;
    color:#003399;
}
a:link, a:visited
{
	color: #cc0000;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ff0000;
	text-decoration: none;
}

a.yellow:link, a.yellow:visited
{
	color: #ffef23;
	text-decoration: underline;
}

a.yellow:hover, a.yellow:active
{
	color: #ffc706;
	text-decoration: underline;
}

#quicklinks
{
	padding-top: 5px;
	width: 175px;
	line-height: 19px;
	font-weight: bold;
}

#bodyStructure
{
	background-image: url("images/bgBody.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	padding: 15px;
	padding-left: 30px;
}

#footer
{
	background-color: #24408f;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	color: #ffffff;
}

#pageNav
{
	font-weight: bold;
	background-image: url(images/bgPageNav.jpg);
	background-repeat: repeat-x;
	background-color: #fffb2c;
	line-height: 25px;
	border-right: 3px solid #ffc706;
	border-left: 3px solid #ffc706;
	vertical-align: middle;
	padding: 0px 5px 0px 10px;
}	

td, .text1
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

.text2
{
	font-size: 11px;
}

.header1, h1
{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
}

.img1
{
	border: 1px solid #cc0000;
}
.productBox
{
	background-color: #F5F5F5;
	padding: 10px;
	border-top: 1px dashed #d9d9d9;
	border-bottom: 2px solid #920000;
	border-left: 1px dashed #d9d9d9;
	border-right: 1px dashed #d9d9d9;	
}

.productTitle
{
	text-decoration: underline;
}