/*DOM elements*/
body, div, table, form, input, textarea {
	font-family: arial, sans-serif;
	font-size: 11px;
}
body {
	text-align:center;
	background-color:#eeeeee;
}
input, textarea {
	width:60%;
	color:#333333;
	border:1px solid #999999;
}
.submit {
	width:30%;
	background-color:#ffffff;
	border:1px solid #999999;
}
ul {margin: 0; padding: 0;}
li {margin: 0; padding: 0;}
p { margin-top: 10px; margin-bottom: 10px; }
h2, h1 { margin-top: 10px; margin-bottom: 10px; }
h1 {color:#666666;font-size:12px;border-bottom:1px solid #e4e4e4;padding-top:3px;}
h2 {color:#999999;background-color:#f5f5f5;font-size:12px;border-bottom:1px dashed #e4e4e4;border-top:1px dashed #e4e4e4;}
/*individual objects*/
#iMain {
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 762px;
	height:auto;
	border: 4px solid #dddee2;
	overflow:hidden;
}
#iInnerMain {
	width:750px;
	border:1px solid #aeaeac;
	padding:5px;
	background-color:#ffffff;
	text-align:left;
	height:100% !important;
}
#iHeader {
	width: 100%;
	height: 70px;
	background-color: #7cc9f1;
	background-image:url('../../_assets/media/goodison.gif');
	border-bottom: 1px solid #ffffff;
}
#iMenu {
	width:100%;
	height: 17px;
	background-color: #999999;
	text-align:left;
	color: #e4e4e4;
}
#iMenu a:link, #iMenu a:visited {
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
}
#iMenu a:hover {
	font-size: 11px;
	font-weight:bold;
	color: #e4e4e4;
}
#iMenu div {
	float:right;
	position:relative;
}
#iRightModule {
	float:right;
	width: 25%;
	height:95%;
	padding-top: 10px;
	text-align:right;
	background-color: #ffffff;
	background-image: url('../../_assets/media/topModule.gif');
	background-repeat:no-repeat
}
#iRightModule a:link, #iRightModule a:visited {
	background-color:#ffffff;
	color:#999999;
}
#iRightModule a:hover {
	background-color:#e4e4e4;
	color:#666666;
}
#iDate {
	background-color:none;
	color: #ffffff;
	font-weight:bold;
	margin-right: 5px;
	height: 30px;
}
#iMainCopy {
	text-align:left;
	width: 74%;
	text-align:justify;
}
#iMainCopy a:link, #iMainCopy a:visited{
	color: #999999;
	font-weight:bold;
}
#iTransportNotes {
	float:right;
	color:#999999;
	width:150px;
	height:auto;
}
#iFooter {
	display:block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin: 0px;
	padding-top:2px;
	color:#a3a2a2;
}
#iFooter a:link, #iFooter a:visited {
	text-decoration:none;
	color:#a3a2a2;
}
#iFooter a:hover {
	text-decoration:underline;
}
/*classes*/
.alert {
	color:red;
}
.small {
 	color:#999999;
}
.module {
	float:right;
	width: 85%;
	height:auto;
	padding-top: 10px;
	text-align:left;
}
.modHeader {
	font-size:11px;
	font-weight:bold;
	color:#999999;
	border-bottom: 1px solid #e4e4e4;
}
.hide {
	display:none;
}
.leftFloat {
	float: left;
}
.newsLink {
	color:#000000 !important;
	font-weight:bold;
	text-decoration:none !important;
}