* {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}
body {
	width: 960px;
	margin: 0 auto 0 auto;
}
a:link, a:visited, a:hover, a:active {
	color: #00447c;
}
#sitemap h6 {
	margin: 10px 0 0 0;
	font-size: 10px;
	height: 20px;
	padding: 5px 20px 0 0;
	text-align: right;
}
#heading {
	background: url(/images/header/bg.gif) no-repeat #860038;
	width: 100%;
	height: 125px;
	margin: 0;
}
#portal-left-column {
	float: left;
	margin: 0;
}
#portal-left-column ul {
	margin-left: -40px;
	*margin-left: 0px;
}
#portal-left-column ul li {
	list-style-type: none;
	margin: 0;
}
#portal-left-column ul li {
	color: #91969a;
	font-size: 10px;
	text-align: right;
}
#portal-left-column .link-text {
	margin-top: 5px;
}
#portal-left-column a {
	display: block;
	width: 360px;
	height: 80px;
/*	padding: 10px; */
	color: #91969a;
	background-color: #ebeced;
	border-bottom: 2px solid #FFF;
/*	border-right: 2px solid #FFF;
*/
}

#portal-left-column li.last a {
	border-bottom: none;
}
#portal-left-column a:link, #portal-left-column a:visited {
	color: #91969a;
	text-decoration: none;
}

#portal-left-column a:hover {
	background-color: #c9cacc;
	color: #797e83;
}
#portal-left-column img {
	margin: 0 10px 0 10px;
}
#portal-left-column p {
	margin: 10px 0 0 0;
}
#portal-middle-column {
	float: left;
}
#portal-middle-column table#pictures {
	color: #005596;
	background-color: #ffffff;
	width: 595px;
	height: 100%;
	font-size: 12px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#portal-middle-column table#text {
	color: #005596;
	width: 595px;
	height: 100%;
	font-size: 12px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#portal-middle-column #text a {
	color: #005596;
	text-decoration: none;
}

#portal-middle-column #text a:hover {
	text-decoration: underline;
}

#portal-middle-column table#text tr td {
	vertical-align: top;
	/* background-color: #fdd09c; */
	padding: 10px 20px 10px 20px;
}
#portal-middle-column table#text h1 {
	margin-top: 10px;
	text-transform:uppercase;
	font-size: 17px;
}
#portal-middle-column ul {
	margin-left: 0px;
	*margin-left: 30px;
}
#portal-middle-column p, #portal-middle-column li {
	line-height: 140%;
} 
.event-title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
table#portal {
/*	border: 2px solid #FFF;
*/	vertical-align: top;
	margin: 0;
	padding: 0;
}
.orangeBackground {
	color: #005596;
	background-color: #fdd09c;
	vertical-align:top;
}
.breaker-line {
	background-color:#c9cacc;
	height: 10px;
	width: 100%;
}



/* Begin footer */
#footer {
	background-color: white;
	clear: left;
	height: 200px;
	width: 960px;
	margin: 0 auto 0 auto;
	font-size: 11px;
}
#footer #footerLogo {
	display: block;
	float: left;
	width: 175px;
}
#globalFooter, .brandLinks, .companyLinks, .copyright {
	width: 775px;
}
#globalFooter {
	float: left;
	margin-top: 15px;
}
.brandLinks, .companyLinks, .copyright {
	clear: both;
}
.brandLinks, .companyLinks {
	margin-bottom: 10px;
}
.copyright {
	margin-bottom: 20px;
}
/* End footer */

