/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

form {
	display: none;
}

h2 {
	font-family: "Arial Black";
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
}

h2 span {
	font-family: "Arial";
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: normal;
	color: #333;
}

h3 {
	font-family: "Arial Black";
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: 1px;
	color: #607C92;
}

h4 {
	font-family: "Arial Black";
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999;
}

a {
	color: #607C92;
	background-color: transparent;
	text-decoration: none;
}

input {
	border: 0;
	border-bottom: 1px solid #FFA953;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20px;
}

ol {
	list-style-position: outside;
	list-style-type: lower-alpha;
}

ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20px;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20px;
}

ul ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20px;
}

ol ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20px;
}

#logo h1,
#menubar,
#breadcrumbs, 
div.links, 
div.links div, 
.search, 
.main, 
.news,
.bottom,
.left,
.left ul,
#columns {
	display: none;
}

#masthead {
	background: none;
}

#masthead #logo {
	background: none;
	position: relative;
	height: 145px;
}

#masthead #logo div {
	display: block;
	float: left;
	margin-top: 10px;
}

#masthead #logo address {
	display: block;
	float: right;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}

#masthead #logo address div {
	display: block;
	float: left;
	margin: 0;
	width: 45px;
}

#main, div.margin {
	position: relative;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#main .content {
	background-color: #fff;
	width: 100%;
	border-left: 0 solid #fff; /* The width and color of the rail */
	margin-left: 0; /* Hat tip to Ryan Brill */
	float: none;
}

#main .content div {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
}

.content div p {
	margin: 10px 0;
}

#main .content div.quote {
	padding: 25px;
	background: none;
	margin: 0;
}

#main .content div.quote q {
	margin: 0;
	display: block;
	background: none;
	padding: 0;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #333;
}

#footer {
	background: none;
}


/* sIFR flash replacement */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
