.alignBottom {vertical-align: bottom;}
.alignMiddle {vertical-align: middle;}

.borderLeft {border-left: 1px solid #363089;}
.borderRight {border-right: 1px solid #363089;}
.borderTop {border-top: 1px solid #363089;}
.borderBottom {
	border-bottom: 1px solid #363089;
	vertical-align: bottom;
}

/* CONTENT */
.content {}
.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 a {padding: 0px 5px 0px 5px;}
/*.footer td {
	color: #004D41;
	font-size: 10px;
}*/

/* HEADER AND MENU */
.menuHeaderBackground {
	background: url(/images/header.jpg) no-repeat top right;
	height: 150px;
}
.menuBackground {background-color: #6864A7; /*CCDBD9*/}
.menuBackground td {
	text-align: center;
	padding-top: 5px;
	color: #004D41;
}
.menuLeft {
	background: url(/images/menuLeft.gif) no-repeat left top;
	height: 24px;
/*	width: 106px;*/
}
.menuLeftLeft {
	background: url(/images/menuLeftLeft.gif) no-repeat left top;
	height: 24px;
	width: 1px;
}
.menuMiddle {
	background: url(/images/menuMiddle.gif) repeat-x top;
	height: 24px;
}
.menuMiddleLine {
	background-color: #363089;
	width: 1px;
}
.menuRight {
	background: url(/images/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: #FFFFFF; font-weight: bold;}
.menuBackground a:active {color: #FFFFFF; font-weight: bold;}
.menuBackground a:visited {color: #FFFFFF; font-weight: bold;}
.menuBackground a:hover {color: #F0AD07; font-weight: bold;}

/* RIGHT BOTTOM BOX */
.rightBottom {background-color: #363089;}
.rightBottom td {
	color: #FFFFFF;
	font-size: 10px;
	color: #FFFFFF;
}
.rightBottom b {font-size: 12px;}
.rightBottom p {
	color: #FFFFFF;
	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;}
