.alignBottom {
	vertical-align: bottom;
}
.alignMiddle {
	vertical-align: middle;
}

.borderBottom {
	border-bottom: 1px solid #B2C9C6;
	vertical-align: bottom;
}
.borderLeft {
	border-left: 1px solid #B2C9C6;
}
.borderRight {
	border-right: 1px solid #B2C9C6;
}
.borderTop {
	border-top: 1px solid #B2C9C6;
}


/* CONTENT */
.content {
	padding: 15px 10px 0px 15px;
}
.contentHeading {
	font-family: GoudySans LT BT, Arial;
	font-weight: bold;
	font-size: 14px;
}
.contentSubHeading {
	font-family: GoudySans LT BT, Arial;
	font-weight: bold;
	color: #E1081F;
}
.contentScroll {
	height: 280px;
	padding-right: 5px;
	overflow: auto;
	scrollbar-3dlight-color: #C2C2C2;
	scrollbar-arrow-color: #C2C2C2;
	scrollbar-base-color: #C2C2C2;
	scrollbar-darkshadow-color: #C2C2C2;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: #E9E9E9;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-track-color: #F5F5F5;
}


/* FOOTER */
.footer td {
	color: #004D41;
	font-size: 10px;
}
.footer a {
	padding: 0px 5px 0px 5px;
}





/* HOME */
.homeBackground {
	background: url(images/home_bg.jpg) no-repeat left bottom;
}
.homeContent {
	padding: 15px 10px 0px 220px;
	vertical-align: middle;
}



/* HEADER AND MENU */
.menuHeaderBackground {
	background: url(images/header/fullHeader_bg.jpg) no-repeat top right;
	height: 135px;
}
.menuBackground {
	background-color: #CCDBD9;
}

.menuBackground td {
	text-align: center;
	padding-top: 5px;
	color: #004D41;
}
.menuLeft {
	background: url(images/header/menuLeft.gif) no-repeat left top;
	height: 24px;
	width: 106px;
}
.menuLeftLeft {
	background: url(images/header/menuLeftLeft.gif) no-repeat left top;
	height: 24px;
	width: 1px;
}
.menuMiddle {
	background: url(images/header/menuMiddle.gif) repeat-x top;
	height: 24px;
}
.menuMiddleLine {
	background-color: #8EB0AB;
	width: 1px;
}
.menuRight {
	background: url(images/header/menuRight.gif) no-repeat right top;
	height: 24px;
	width: 107px;
}

.menuBackground a {
	font-family: Arial, Helvetica, sans-serif;
	color: #004D41;
	text-decoration: none;
}
.menuBackground a:link {
	color: #004D41;
}
.menuBackground a:active {
	color: #004D41;
}
.menuBackground a:visited {
	color: #004D41;
}
.menuBackground a:hover {
	color: #004D41;
	font-weight: bold;
}



/* RIGHT BOTTOM BOX */
.rightBottom {
	background-color: #E1081F;
}

.rightBottom td {
	font-size: 10px;
	color: #FFFFFF;
}

.rightBottom b {
	font-size: 12px;
}

.rightBottom p {
	margin-top: 8px;
	margin-bottom: 0px;
}

.rightBottom a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.rightBottom a:link {
	color: #FFFFFF;
}
.rightBottom a:active {
	color: #FFFFFF;
}
.rightBottom a:visited {
	color: #FFFFFF;
}
.rightBottom a:hover {
	color: #CCDBD9;
}




/* SPAN */
span.redFont
{
	color: #FF0000;
	font-weight: bolder;
	font-size: 12px;
}

/* SIZZLER CARD */
.questionFont
{
	color: #505050;
	font-weight: bolder;
}
.questionAlignment
{
	vertical-align: middle;
	padding-top: 1px;
}

