body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

div#page {
	background-color:#FFFFFF;
	_height:100%; /* IE hack - stops the CSS from validating, but IE doesn't respect min-height */
	min-height:100%;
}

a {
	color:#007696;
	text-decoration:none;
}

a:link,
a:visited {
	border-bottom:1px dotted #007696;
}

a:hover,
a:active {
	border-bottom:1px solid #007696;
}

div#logoContainer {
	padding-top:30px;
	margin-bottom:30px;
	background:#FFFFFF;
	margin:0;
}

div#sidebar {
	width:170px;
	float:left;
	padding:30px 0 0 0;
}

p#sidebarHeading {
	margin:0;
	padding-left:15px;
	line-height:2em;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../Web_Images/menuGrad.gif) top left repeat-y;
}

div#content {
	padding:30px 50px 10px 200px;
	clear:none;
}

div#content > *:first-child {
	margin-top:0;
}

div#disclaimer {
	font-size:x-small;
	text-align:center;
	margin-top:30px;
}

div.fromFred {
	background:url(../Web_Images/fromFredBackground.gif) top left no-repeat;
	padding:25px 0 0 215px;
	min-height:250px;
	_height:250px; /* IE hack - stops the CSS from validating, but IE doesn't respect min-height */
}

.fromFredHeading {
	font-size:1.2em;
	margin-top:0;
	margin-bottom:0;
	color:#007696;
}

.topLink 
{
	float:right;
	margin-top:-2.5em;
}

.topLink img {
	border:none;
}

.articleDate {
	font-size:0.8em;
	color:#007696;
	margin-top:5px;
	margin-bottom:0;
}

.moreLink {
	margin-top:-0.5em;
}

.singleColumn {
	margin-top:20px;
	width:100%;
	clear:both;
}

.leftColumn,
.rightColumn {
	margin-top:20px;
	float:left;
	width:350px;
}

.rightColumn {
	margin-left:50px;
}

#content li {
	list-style-image:url(../Web_Images/yellowArrowBullet.gif);
}

#content table {
	width:99%;
	margin:15px 0; 
	border-spacing:0;
	border-collapse:collapse;
}

#content table th {
	font-weight:bold;
	padding:0.1em 0.5em;
	border-bottom:2px solid #FFFFFF;
	background:#007696;
	color:#FFFFFF;
}

#content table td {
	border-bottom:2px solid #FFFFFF;
	padding:0.1em 0.5em;
	background:#E1EFF2;
	vertical-align:top;
}

#content table td.layoutCell,
#content table th.layoutCell {
	border:none;
	background:none;
	_height:auto;
}

#content iframe {
	width:740px; /* The height gets set by some client-side javascript that dynamically fits the iframe's contents */
	clear:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#007696;
	font-weight:bold;
}

h1 {
	font-size:1.7em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

h4, h5, h6 {
	font-size:1em;
}

hr {
	height:1px;
	border-style:none;
	color:#D6E3E6;
	background-color:#D6E3E6;
}

.tablesquare{
	border:1px solid #CCCCCC;
	background-color: #F5F5F5;
}

.formheader {
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	color:#007696;
}

.errMsg {
	display:block;
	padding:5px 5px 5px 27px;
	background: url(../Web_Images/Common/Icons/icn_errMsg.gif) left no-repeat  #FFECEC;
	color:#FF0000;
	font-weight:bold;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align:right;
}

.noWrap {
	white-space:nowrap;
}

.floatLeft {
	float:left;
	margin:10px;
}