
body  {

	font: 100% Verdana, "Times New Roman", Times, serif;
	background: #fcfcfc;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;

}
.pop  { 	visibility:hidden; 
		background-color:#B5D4E8;	
		position: absolute;
		left:250;
		z-index:100;
		border-color:#000000;
		border-style:dotted;
		border-width:1px;
}
.go { visibility:visible; 
		background-color:#B5D4E8;	
		position: absolute;
		left:250;
		z-index:100;
		border-color:#000000;
		border-style:dotted;
		border-width:1px;
}

#div1 ul {
list-style-type: none;
width: 520px;
}
#div1 li {

    border-bottom: 1px dotted #999;
    border-bottom-width: 1px 0;
}
#div1 li a { 
    color: #990000;
    text-decoration: none;
}
* html #div1 li a {  /* make hover effect work in IE */
    width: 520px;
}
#div1 li a:hover {
    background: #ffffcc;
}



#div12ul {
list-style-type: none;
width: 520px;
}
#div2li {

    border-bottom: 1px dotted #999;
    border-bottom-width: 1px 0;
}
#div2 li a { 
    color: #990000;
    text-decoration: none;
}
* html #div2 li a {  /* make hover effect work in IE */
    width: 520px;
}
#div2 li a:hover {
    background: #ffffcc;
}


#div3 ul {
list-style-type: none;
width: 520px;
}
#div3 li {

    border-bottom: 1px dotted #999;
    border-bottom-width: 1px 0;
}
#div3 li a { 
    color: #990000;
    text-decoration: none;
}
* html #div3 li a {  /* make hover effect work in IE */
    width: 520px;
}
#div3 li a:hover {
    background: #ffffcc;
}

.thrColElsHdr #container { 
	width: auto;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.thrColElsHdr #header { 
	background: #DDDDDD; 
	padding: 0 12px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColElsHdr #sidebar1 {
	float: left; 
	text-align: left;
	width: 250px; 
	background: #EBEBEB;
	padding: 0px 0;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 250px;
	background: #EBEBEB;
	padding: 0px 0;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 12px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 12px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {
	margin:0px 0px 0px 0px;
	padding-left:50px;
	padding-right:255px;
} 
.thrColElsHdr #footer { 
	padding: 0 0px;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 0px 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px; 
}
.weathertoday {
    font-family: "Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;
}
}
.weathertoday2{
    font-family: "Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;
}
.weatherfrom {
    font-family: "Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;
}
.weatherhot {
    font-family: "Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;
}
.weatherto {
    font-family: "Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;
}
.weathercelsius {
    font-family: "Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;
}
.weather3 {
    font-family: "Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;
}
.menu:visited {font-family: "Times New Roman", Times, serif;font-size:16px;text-decoration:none;color:#000000;}
.menu:active {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:none;color:#000000;}
.menu:link {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:none;color:#000000;}
.menu:hover {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:underline;color:#000000;}

.menu_sm:visited {font-family:"Times New Roman", Times, serif;font-size:15px;text-decoration:none;color:#000000;}
.menu_sm:active {font-family:"Times New Roman", Times, serif;font-size:15px;text-decoration:none;color:#000000;}
.menu_sm:link {font-family:"Times New Roman", Times, serif;font-size:15px;text-decoration:none;color:#000000;}
.menu_sm:hover {font-family:"Times New Roman", Times, serif;font-size:15px;text-decoration:underline;color:#000000;}

.menu_sm1:visited {font-family:"Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;}
.menu_sm1:active {font-family:"Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;}
.menu_sm1:link {font-family:"Times New Roman", Times, serif;font-size:12px;text-decoration:none;color:#000000;}
.menu_sm1:hover {font-family:"Times New Roman", Times, serif;font-size:12px;text-decoration:underline;color:#000000;}

.baner:visited {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:none;color:#000000;}
.baner:active {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:none;color:#000000;}
.baner:link {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:none;color:#000000;}
.baner:hover {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:underline;color:#ffffff;}

.foo_txt {font-family:"Arial";font-size:14px;text-decoration:none;color:#ffffff;}
.logo_txt {font-family:"Times New Roman", Times, serif;font-size:13px;text-decoration:none;color:#666666;}
.main_txt {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:none;color:#000000; font-weight: bold}
.time {font-family:"Times New Roman", Times, serif;font-size:16px;text-decoration:none;color:#ffffff; font-weight: bold}
.menu_rg {font-family:"Times New Roman", Times, serif;font-size:15px;text-decoration:none;color:#000000; font-weight: bold}
.info {font-family:"Times New Roman", Times, serif;font-size:15px;text-decoration:none;color:#000000;}

