﻿body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	background-attachment: fixed;
	background-image: url(images/picture.jpg);
	background-repeat: no-repeat;
	background-position:left top

;
}
#content {
	margin-top: 5%;
	margin-right: 20%;
	margin-bottom: 5%;
	margin-left: 25%;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	color: #4A0042;
	letter-spacing: 0.6em;
	padding-bottom: 1em;
	text-align: center;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.4em;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline overline;
	color: green;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.3em;
	text-align: right;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.4em;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
ul {
	font-size: 75%;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-left: 10%;
	list-style-type: square;
	text-transform: lowercase;
}
li {
	padding-bottom: 0.5em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #5E5162;
	letter-spacing: 0.15em;
	padding-bottom: .2em;
	background-color: #CDCDBA;
	text-align: right;
	padding-top: .2em;
	padding-right: 1em;
}
.blockquote {
	background-color: #FF3300;
	margin-right: 22%;
}
caption {
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	text-align: left;
}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.tableseparator_temp {
	font-size: 90%;
	font-weight: 400;
	background-color: #678090;
	color: #CCCCCC;
	padding: .5em;
	letter-spacing: .1em;
}
.tableseparator_rainfall {

	font-size: 90%;
	font-weight: 400;
	background-color: #8499A7;
	color: #CCCCCC;
	padding: .5em;
	letter-spacing: .1em;
}
.tableseparator_wind{


	font-size: 90%;
	font-weight: 400;
	background-color: #A2B1BD;
	color: #666666;
	padding: .5em;
	letter-spacing: .1em;
}
.tableseparator_pressure {



	font-size: 90%;
	font-weight: 400;
	background-color: #C0CAD3;
	color: #666666;
	padding: .5em;
	letter-spacing: .1em;
}
td {
	font-size: 100%;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	color: #222222;
}
.td_temperature_data {
	background-color: #F1D3B7;
}
.td_rainfall_data {

	background-color: #F5E0CC;
}
.td_wind_data {


	background-color: #F9EDE1;
}
.td_pressure_data {



	background-color: #FDFAF6;
}
.td_navigation_bar {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	letter-spacing: 0.2em;
	background-color: #ffffff;
}
.labels {
	font-weight: bold;
	background-position: left;
}
.site_data {
	text-align: right;
}
.colon_separator {
	font-weight: 400;
	background-position: left;
}
div#navbar    {
    position:absolute;
    top:100px;
    width: 130px;
     font-family: Verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    left:20px;
    clear: left;
    margin: 0px;
    padding: 0ex 1ex 1ex 0px;
    }
 p.here {
    margin: 0px;
    font-size:75%;
    color: Black;
    border : 1px solid Red;
    padding: 4%;
    background-color: White;
    width: 117px;
}
* html p.here    {    /* IE 6 and below only */
    margin-left:3px;
    width: 117px;
}

p.item {
    margin: 0px;
    font-size:75%;
    background-color:solid Red;
}
* html p.item    {    /* IE 6 and below only */
    margin-left:3px;
}

a.item:link, a.item:visited {
    color: Black;
    background-color:#C0CAD3;
    border : 1px solid Red;
    padding: 4%;
    display: block;
    text-decoration: none;
    width: 117px;
}

a.item:hover, a.here:hover {
    color: Black;
    background-color: #F5E0CC;
    border : 1px solid Red;
    text-decoration: None;
    display: block;
    width: 117px;

