.off-white-corner {
	background-image:    url(images/firststate_r3_c2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	color: #009900;
	width: 80%;
}
body {
	background-color: #FFFFFF;
	background-image:   url(images/lower-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 24px;
}
h2 {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
}
td {

	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.caption {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}
.ol-rom {
	list-style-type: upper-roman;
}
.ol-A {
	list-style-type: upper-alpha;
	margin-top: 0px;

}
.ol-lowera {
	list-style-type: lower-alpha;
}
ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*********************** News styles ***********************/

.news-category, .news-categories-list {
	font-weight: bold;
	}

.news-headline{
	font-weight: bold;
	}

.storyTitle {
		font-size: 14px;
		font-weight:bold;
		}

.storyText p { 
	font-size: 12px;
	}

.news-pic {
	float: left;
	margin-right: 10px;
	border: 1px solid #666;
	}

/*********************** Module styles ***********************/

.module-title {
	background-color: #006600;
	color: #FFF;
	padding: 3px;
	}

/*********************** Calculator styles ***********************/

.calculator-button {
	border: 1px solid #666;
	background-color: #DDD;
	font-size:9px;
	width: 20px;
	height: 20px;
	margin: 1px;
	padding: 0;
	}

.calculator-clear {
	background-color:#CC0000; 
	color: #FFF;
	}

.calculator-function {
	background-color:#999; 
	}

.caclulator-display {
	width: 110px;
	border: 1px solid #666;
	padding-left: 3px;
	}


/*********************** Search styles ***********************/

.search-button {
	border: 1px solid #666;
	background-color: #DDD;
	font-size:10px;
	font-weight: bold;
	height: 20px;
	margin: 1px;
	padding: 0;
	}

.search-display {
	width: 110px;
	border: 1px solid #666;
	padding-left: 3px;
	height: 20px;
	}


/*********************** Market Watch styles ***********************/

#stocks {
        font-size: 10px;
        }
		
#stocks table {
	background-color: #FFF;
	font-size: 10px;
	}

#stocks th {
	background-color: #fee48b;
	color: #000;
	font-weight:bold;
	font-size: 10px;
	padding: 4px;
	}

#stocks .row1 {
	background-color: #FFF;
	padding: 4px;
	font-size: 10px;
	}

#stocks .row2 {
	background-color: #EEE;
	padding: 4px;
	font-size: 10px;
	}

#stocks .stock-footer {
	border-top: 1px solid #CCC;
	font-size: 9px;
	text-align: center;
	}

table.stock-footer td {
	text-align: center;
	color: #AAA;
	font-size: 10px;
	}

#stocks .change-up {
        color: #009900;
        }

#stocks .change-down {
        color: #FF0000;
        }


/*********************** Map styles ***********************/

.map-field {
	border: 1px solid #666;
	padding-left: 3px;
	height: 20px;
	}


/*********************** Weather styles ***********************/

#module-weather {
	font-size: 9px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	width: 175px;
	}

#module-weather td, #module-weather p {
	font-size: 10px;
	}

#module-weather .weather-location {
	text-align: center;
	font-weight:bold;
	display: block;
	width: 100%;
	/*background-color: #CCC;*/
	padding-top: 2px;
	padding-bottom: 2px;
	}

#module-weather .weather-image {
	float:left;
	margin-left: 10px;
	}

#module-weather .weather-data {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	background-image: url(../images/weather-bkg.png);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
#module-weather .weather-conditions {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	margin-right: 0px;
	width: 135px;
	font-size: 10px;
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	}

#module-weather .weather-forecast {
	clear: both;
	margin-top: 20px;
	}

#module-weather table.forecast-data {
	width: 160px;
	padding-left: 2px;
	}

#module-weather .weather-forecast-title {
	font-weight:bold;
	background-color: #DEDEDE;
	padding: 2px;
	text-transform: uppercase;
	}

#module-weather .input_type {
 	background-color: #CCCCCC;
 	border-right:1px solid;
 	border-left:1px solid;
 	border-top:1px solid;
 	border-bottom:1px solid;
 	font-family:Lucida Grande, Arial,sans-serif;font-size:8pt;
 	font-weight:bold;
 	padding-bottom:2px;
 	padding-top:2px;
 	padding-left:5px;
 	padding-right:5px;
	}

.weather-footer {
	font-size: 10px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	color: #AAA;
	}