html {
	padding: 0px;
	margin: 0px;

	width: 100%;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	color: #000000;
	background-color: #FFFFFF;
}

#leadHeader {
	height: 16px;

	left-margin: 0px;
	right-margin: 0px;
	padding: 4px;
	
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
}

#leadHeader a, #leadHeader a:link, #leadHeader a:visited {
	text-decoration: underline;	
	color: #FFFFFF;
}

#leadHeader a:hover {
	color: #CC3333;
	background-color: transparent;
	text-decoration: none;
	
	border-bottom-color: #CC3333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#leadBackground {
	width: 100%;
	height: 64px;

	left-margin: 0px;
	right-margin: 0px;
	padding: 0px;

	background-color: transparent;
	background-image: url(../images/bluehorizon.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	position: absolute;
	z-index: 200;
}

#topNav {
	font-size: 11pt;
	font-weight: bold;

	padding: 10px;
	padding-right: 30px;
}

#topNav ul {
	list-style: none;
	padding-left: 0px;
}

#topNav ul li {
	display: inline;
	margin-left: 5px;
}

#topNav a, a:link, a:visited {
	text-decoration: none;	
	color: #3366CC;
}

a, a:link, a:visited {
	text-decoration: underline;	
	color: #3366CC;
}

.nofancyLinks:hover {
	border-bottom-style: none;
}

div.nofancyLinks a:hover {
  border-bottom-style: none;                 
}

a:hover {
	color: #CC3333;
	background-color: #FFFFCC;
	text-decoration: none;
	
	border-bottom-color: #CC3333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#contents {
	width: 920px;
	padding: 8px 8px 8px 8px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

	z-index: 100;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	
	margin-top: 16px;
	margin-bottom: 10px;
	
	color: #333333;
	/*background-color: #FFFFFF;*/
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;

	margin-top: 16px;
	margin-bottom: 10px;
	
	color: #666666;
	/*background-color: #FFFFFF;*/
}

p {
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 12px;
}

blockquote {
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background-color: #FFCC99;
}

blockquote a {
	background-color: #FFCC99;
}

.highlight {
	font-weight: bold;

	color: #000000;
	background-color: #FFFFCC;
}

.highlightedBox {
	padding: 8px;

	color: #000000;
	background-color: #FFFFCC;
}

.emphasized {
	font-weight: bold;
	
	color: #333333;
	background-color: #EEEEEE;
}

ul, ol{
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 0px;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;	
}

ul li, ol li {
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.tonedown {
	color: #999999;
}

#floatingPics {
	width: 250px;
	float: right;
	clear: right;
	
	margin: 0px 20px 20px 30px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	
	text-align: center;
}

#floatingPics img {
	margin: 0px 0px 10px 0px;
}

#floatingPics p {
	margin: 0px;
}

.floatingTextBox {
	width: 250px;
	
	float: right;
	clear: right;
	
	margin: 0px 20px 20px 30px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.indentPic {
	margin: 0px 0px 0px 8px;
	padding: 4px 0px 4px 0x;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.floatingRightBar {
	width: 250px;
	float: right;
	clear: right;
	
	margin: 0px 20px 20px 30px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;	
}

#newsbox {
}

.floatingRightBar h2 {
	font-size: 12pt;
	font-weight: bold;

	margin-top: 6px;
	margin-bottom: 6px;

	color: #333333;
	/*background-color: #FFFFFF;*/
}

#newsbox ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#newsbox ul li {
	margin-top: 8px;
	margin-bottom: 12px;
}

.fancycode {
	font-style: italic;
	color: #999999;
}

ul.usesarrow {
	list-style: none;
	padding-left: 16px;
}

ul.usesarrow li:before {
	content: "\00BB \0020";
}

p.indent {
	padding-left: 10px;
}

#footer {
  clear: both;
	width: 920px;
	padding: 8px 8px 8px 8px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
  
	z-index: 100;
}

h3 {
  padding-bottom: 6px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
}

