/** default styles **/
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	background: #E0E7EF repeat-x top left;
	color: #222;
	margin: 0;
	padding: 0;

	/* ie5/win hack */
	}
	
#wrapper {
	width: 800px;
	border: 0px solid #000000;
	text-align: left;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: ffffff;
	overflow: hidden;
	}
	

#content {
	background-color: #e0e7ef;
	/*background-color: #fff5d8;*/
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	
	/* unhack ie5/win */
	text-align: left;
	}
	
#maincontent {
	background-color: #e0e7ef;
	padding-top: 15px;
	}

.leftfloat {
	float: left;
	}
	
.rightfloat {
	float: right;
	}
	
		
/** general text style definitions **/
.first {
	margin-top: 0;
	padding-top: 0;
	}

h2 {
	font-weight: normal;
	color: #000;
	margin: 20px 0 10px 0;
	}
	
#maincontent h2.pagetitle {
	font-weight: normal;
	color: #000;
	margin: 0 0 18px 0;
	}
	
#maincontent h2.weathertitle {
	font-weight: normal;
	color: #000;
	margin: 0 0 10px 0;
	}
	
#maincontent p.pagetitle {
	margin: 18px 0;
	}
	
h3 {
	clear: both;
	font-weight: bold;
	width: 100%;
	margin: 25px 0 10px 0;
	}
	
h3 a {
	clear: both;
	font-weight: normal;
	width: 100%;
	margin: 25px 0 10px 0;
	color: #009;
	text-decoration: none;
	font-size: 12px;
	}


#maincontent h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	margin: 25px 0 10px 0;
	}
	
#maincontent h3 {
	font-size: 0.82em;
	line-height: 1.5em;
	color: #000;
	//margin: 20px 0 5px 0;
	}

#maincontent h3.first {
	margin-top: 10px;
	}	

#maincontent h4 {
	font-size: 0.75em;
	line-height: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	}

#maincontent h5 {
	font-size: 0.82em;
	font-weight: normal;
	font-style: italic;
	width: 100%;
	margin: 20px 0 10px 0;
	}

blockquote {
	font-size: 0.75em;
	line-height: 1.8em;
	margin: 15px 0 15px 30px;
	}
	
#maincontent blockquote p,
#maincontent blockquote ol,
#maincontent blockquote ul {
	font-size: 100%;
	}
	
#maincontent p {
	line-height: 1.6em;
	margin: 5px 0 15px 0;
	}
	
#maincontent p.note {
	color: #999;
	font-size: 0.65em;
	line-height: 1.5em;
	margin: 10px 0;
	}
	
#maincontent ul {
	/* ie5/mac aligns the bullet image much higher than other browsers */
	/* list-style-image: url(http://blah); */
	
	/* \*/
	/* list-style-image: url(http://blah2); */
	/* (give other browsers the correctly aligned bullet)  */
	list-style-type: disc;
	//margin-bottom: 20px; 
	}
	
#maincontent ul, #maincontent ol, #factsearch label {
	font-size: 0.79em;
	line-height: 1.5em;
	/*padding-left: 0; */
	}
	
#maincontent ol {
	margin-left: 30px;
	}
	

	
#maincontent .download h3 {
	float: right;
	clear: none;
	width: 160px;
	font-size: 0.69em;
	line-height: 1.7em;
	margin: 0;
	}
	
#maincontent .download img {
	float: left;
	width: 61px;
	margin-top: 5px;
	}
	
#maincontent .download p {
	float: right;
	width: 160px;
	font-size: 0.69em;
	line-height: 1.5em;
	margin: 0;
	}
	
#maincontent li {
	}
	
#maincontent ul.linkmenu, #maincontent ul.newslist {
	font-size: 0.69em;
	margin-left: 0;
	list-style: none;
	}
	

#gmarker {
    font-size: 0.65em;
    }

/** link styles **/		
a, a:link {
	color: #E74F00;
	/* prevent ie5/win from seeing border-bottom property */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	text-decoration: none;
	border-bottom: 1px solid #EFAB86;
	}

/* unhack ie5/win */
html>a {
	text-decoration: none;
	/* border-bottom: 1px solid #EFAB86; // old orange color scheme */
	border-bottom: 1px solid #000000;
	}

a:visited {
	color: #efab86;
	/*border-bottom-color: #EFAB86;*/
	}
	
a:hover {
	color: #000000;
	/* color: #E74F00; */
	border-bottom-color: #E74F00;  /* this crashes IE 6 for some strange reason */
	}
	
a:active {
	/*color: #00438C;*/
	color: #000000;
	}
	
a.block {
	border: 0;
	}
	
a.img {
	border: none;
	}

strong {
	font-size: 0.69em;
	}
	
dl {
	margin: 3px 0 20px 0;
	padding: 0;
	}

dt {
	font-size: 0.69em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 15px 0 3px 0;
	padding: 0;
	}

dd {
	font-size: 0.69em;
//	line-height: 1.4em;
	margin: 0 0 2px 0;
	padding: 0;
	}







