﻿#content
{
	width: 979px;
	margin:auto;
	text-align:center;
	padding:6px;
	padding-top:10px;
	padding-bottom:0px;
}
.BGHome
{
	background-repeat: no-repeat;
	background-image: url('/images/Background/home-bg.jpg');
}

.link
{
	text-decoration: none;
	color: #10BEEF;
	cursor:pointer;
}

.link:hover
{
	text-decoration: none;
	color:#1f7e96;
}

.hover
{
	color:#1f7e96;
	text-decoration: underline;
}

.headerHolder
{
	padding-top:20px;
	padding-bottom:20px;
}

.subFooter
{
	text-align: left; 
	margin-top: 20px; 
}

.backgroundColor
{
	background-color:#ffffff;
	padding:18px;
}

.pageLabel
{
	font-size:28px;
	color: #FF7500;
	padding:4px 0px 4px 0px;
}

.sideMenu
{
	width: 260px; 
	font-size: 11px;
}

.noteText
{
	font-size:10px;
	color:Gray;
}

.tableHeader
{
	font-weight: bold;
	padding-bottom: 10px;
	background-color: #EFEFEF;
}

.translucent
{
	background-image: url('../../images/background/white.png');
}

.headingText17
{
	color: #FF7500;
	font-size:17px;
	margin-bottom:10px; 
	font-family:Arial,  Myriad Pro;
}
.headingText19
{
	color: #FF7500;
	font-size:20px;
	margin-bottom:10px; 
	text-align:left;
	font-family: Myriad Pro, Arial;
	font-weight:lighter;
	line-height:24px;
}

#category .hover
{
	 text-decoration:none;
}

#category .hover:hover .categoryLabel
{
	background-color:#10BEEF;
	color:#ffffff;
}


