body.portal {
	min-width: 900px;
	font-family: Arial, helvetice, verdana, serif;
	font-size: 13px;
	line-height: 15px;
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

img, h1 {
	margin: 0px;
	border: 0px;
}

a:link {
	color: #df0024;
	text-decoration: none;
}

a:visited {
	color: #df0024;
	text-decoration: underline;
}

a:hover {
	color: #7d8fad;
	text-decoration: underline;
}


body.portal div.outer {
	background: url(../art/bg.gif) repeat-x;
	width: 100%;
}

body.portal div.outer div.top {
	background-color: #a3b0c3;
	background: url(../art/h_image.jpg) no-repeat;
	height: 143px;
	width: 900px;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
}

body.portal div.outer div.nav {
	color: #df0024;
	font-family: Eurostile, Arial, helvetice, verdana, serif;;
	font-size: 14px;
	padding: 10px 0 5px 0;
	text-align: center;
	border-bottom: 3px solid #9eabbe;
	letter-spacing: 1px;
}

body.portal div.outer p.sub {
	margin-top: -25px;
}

body.portal div.outer div.right {
	float: right;
	width: 220px;
	margin: -30px 0 20px 0px;
	background-color: #fff;
	text-align: center;
}

div.noflasharea {
	float: right;
	width: 220px;
	margin: 0;
	padding: 20;
	background: #fff;
	height: 500px;
	text-align: middle;
	}

body.portal div.outer div.left {
	padding: 10px 0px 40px 60px;
}

body.portal div.outer div.left  h1{
	border-bottom: 3px solid #f6f7f8;
	width: 100%;
	margin: 0 -30px 30px 0px;	
	padding-top: 30px;
}

body.portal div.outer div.left div.events {
	background-color: #a9b1be;
	padding: 10px 30px 10px 10px;
	margin: 0 240px 20px 0;
	min-height: 140px;	
}

* html body.portal div.outer div.left div.events {
	background-color: #a9b1be;
	padding: 10px 30px 10px 10px;
	margin: 0 240px 20px 0;
	height: 140px;	
}

body.portal div.outer div.left div.events div.img{
	float: left;
	width: 140px;
	height: 121px;
	margin-right: 20px;
	margin-bottom: 2px;
	border: 1px solid #fff;
}

body.portal div.outer div.left div.events img.title{
	margin-top: 20px;
	border: 0px;
}

body.portal div.outer div.left div.events p{
	margin-top: 20px;
	margin-bottom: -10px;
	padding: 0px;
}

body.portal div.outer div.left div.events div.watch{
	width: 184px;
	margin: 0px;
	padding: 0px;
	clear: left;
}

* html body.portal div.outer div.left div.events div.watch{
	width: 184px;
	margin-top: 10px;
	padding: 0px;
	clear: both;
}

body.portal div.outer div.left div.events div.watch a {
	color: #fff;
	text-decoration: none;
}

body.portal div.outer div.left div.events div.watch a:hover {
	color: #fff;
	text-decoration: underline;
}

body.portal div.outer div.left div.stories {
	width: 200px;
	float: left;
	font-family: Eurostile, Arial, helvetice, verdana, serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
}

body.portal div.outer div.left div.details {
	padding-right: 40px;
	margin-left: 210px;
}

body.portal div.outer div.left div.details img {
	float: left;
	padding-right: 20px;
}

body.portal div.outer div.left div.details div.story {
	padding-bottom: 0px;
	height: 100px;
}

body.portal div.outer div.left div.details div.story a {
	color: #000;
	text-decoration: none;
}

.activate {
	display: none;
}

body.portal div.outer div.left div.feature {
	background-color: #fff;
	border: 1px solid #b9c3d4;
	padding: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}

body.portal div.outer div.left div.feature:hover {
	background-color: #d9dce8;
	border: 1px solid #b9c3d4;
	padding: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}

body.portal div.outer div.left div.feature:hover {
	background-color: #d9dce8;
	border: 1px solid #b9c3d4;
	padding: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}

body.portal div.outer div.left div.feature p {
	margin-bottom: 10px;
	margin-top: 0px;
}

body.portal div.outer div.copyright {
	text-align: center;
	background-color: #a9b1be;
	margin: 0px auto;
	padding: 30px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}


