body {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #ffffcc;
	margin: 20px;/*used to reinsert the space around the page edges due to Namesco removing it, because of their use of a frame!*/
}
li {
	padding-bottom: 10px;
}
#top_section {
	text-align: center;
	padding-bottom: 10px;
}
#dyk_title {
	text-align: center;
	color: #009900;
	font-size: 1.25em;
	font-weight: bold;
}
#dyk_text {
	font-style: italic;
}
.cotd_line_common {width: 75%; margin-top: 0; margin-right: auto; margin-left: auto; border-top-style: solid; border-top-width: 3px;}
#cotd_line0 {border-top-color: #ff0000;}/*Sunday    = red*/
#cotd_line1 {border-top-color: #ffff00;}/*Monday    = yellow*/
#cotd_line2 {border-top-color: #ff00ff;}/*Tuesday   = pink*/
#cotd_line3 {border-top-color: #00ff00;}/*Wednesday = green*/
#cotd_line4 {border-top-color: #ff8040;}/*Thursday  = orange*/
#cotd_line5 {border-top-color: #0000ff;}/*Friday    = blue*/
#cotd_line6 {border-top-color: #993399;}/*Saturday  = purple*/

#exch_rate_weather_wrapper {
	width: 735px;
/*	border: thin solid magenta;*/
}
.exch_rate_table {
/*	margin: 0 auto;*/
}
.exch_rate_td1 {
	font-weight: bold;
}
#exch_rate_wrapper {
	float: left;
	padding-top: 5px;
/*	border: thin solid magenta;*/
}
#weather_title {
	text-align: center;
	color: #009900;
	font-size: 1.25em;
	font-weight: bold;
}
#weather_wrapper {
	float: right;
	padding-top: 5px;
/*	border: thin solid gray;*/
}
#weather_container {
	float: left;
	background-color: #D4E6EA;/* used this bg because a .png image in IE6 has this as a bg - was CCFFCC and 99CCFF and CCFFFF */
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
}
#weather_current {
	float: left;
/*	border: thin solid blue;*/
}
#weather_forecast_outer {
	float: left;
/*	border: thin solid red;*/
}
.weather_forecast_inner {
	float: left;
	padding: 0 10px 0 10px;
/*	border: thin solid green;*/
}
.zzweather_temp {
	font-weight: bold;
}
/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}



.section_wrapper {
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;/*grey*/
}
.section_title {
	font-size: 1.25em;
	font-weight: bold;
}
.section_text, #welcome_text {
	text-align: justify;
}
#welcome_text {
	font-weight: bold;
}
.section_subtitle {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
.arrow {
	float: right;
}
.contactus_text {
	display: inline;
}
#footer {
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}
#copyright {
	margin-top: 10px;
	font-size: 0.65em;
}
