@charset "utf-8";
/* CSS Document */
BODY {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#333333;
	background:#C0C0C0;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width:980px;  
	background:#FFFFFF; 
	border:1px solid #000000;
	text-align:left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
IMG {
	border:0px;
}
li {
	margin-top:5px;
}
#header {
	height:50px;
	padding:10px 0px 0px 50px;
	/*margin-bottom:50px;*/
}
#lastMenuItem {
	border-right:none;
}
#breadCrumbs {
	padding:0px 100px 20px 50px;
	margin-top:25px;
}
.crumb {
	font-size:8pt;
}
h3 {
	font-size:12pt;
	font-weight:bold;
}
.redI {
	font-family:'Times New Roman';
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	color:#ED1C24;
}
h3 span.redI {
	font-size:14pt;
}
.headerRed {
	color:#ED1C24;
	display:inline;
	font-size:12pt;
	font-weight:bold;
}
h4 {
	font-size:12pt;
	font-weight:normal;
}
a {
	color:#ED1C24;
	text-decoration:none;
	padding:1px;
}
a:link {

}
a:visited {

}
a:hover {
	color:#FFFFFF;
	background-color:#666666;
}
a#iStation:hover {
	background-color:transparent;
}
a:active {

}
#sidebar {
	float:left;
	width:350px;
	text-align:right;
}
#pageHeadSmall {
	font-size:26pt;
	font-weight:bold;
	position:relative;
	color:#ED1C24;
}
#pageHeadLarge {
	font-size:40pt;
	font-weight:bold;
	position:relative;
	color:#ED1C24;
	margin-top:-20px;
}
#mainContent {
	margin-left:350px;
	margin-bottom:20px;
	padding-right:100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFFFFF;
}
#footer {
	padding:0px 100px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
	clear:left;
	font-weight:bold;
	color:#999999;
	text-align:right;
	vertical-align:middle;
	margin-bottom:25px;
}
#footer td {
	padding:5px 5px;
	vertical-align:middle;
}
#footer td#center {
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	padding:5px 5px;
}
#footer a {
	color:#999999;
	text-decoration:none;
	padding:5px 5px;
}
#footer a:hover {
	color:#FFFFFF;
	background-color:#666666;
}
.FAQItemQuestion {
	padding-left:5px;
}
.FAQItemAnswer {
	display:none;
}
#copyRight {
	font-size:8pt;
	text-align:right;
	padding-right:10px;
}
#copyRight span.redI {
	font-size:10pt;
}
.expandCollapse {
	cursor:pointer;
	color:#999999;
}
