


body
	{background-color:#EBF5FC;
	 font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	 color: #333; 
	 font-size:90%; 
	 text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  	 width: 100%;
	 margin:0px auto;
	}
	
a.nav {text-decoration:none;}
a.nav:link {color: #003; text-decoration:none;}
a.nav:visited {color:#003; text-decoration:none;}
a.nav:hover {color: #CF0021; text-decoration:none;}
a.nav:active {color: #300; text-decoration:none;}
 
a.menu {text-decoration:none; background-repeat:no-repeat; background-position:left; padding:5px 5px 5px 15px;}

a.menu:link {color: #003; background-image: url(images/bg_link.png); text-decoration:none;}
a.menu:visited {color:#003; background-image: url(images/bg_link.png); text-decoration:none; }
a.menu:hover {color: #CF0021; background-image: url(images/bg_hover.png); text-decoration:none;}
a.menu:active {color: #300; background-image: url(images/bg_hover.png);text-decoration:none; }


a:link {color: #003; text-decoration:underline; }
a:visited {color:#003; text-decoration:underline;  }
a:hover {color: #CF0021; text-decoration:overline; }
a:active {color: #300; text-decoration:overline; }

.selected {font-weight:bold; color: #369;}

		 
#container {width:900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
			margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
			text-align: left; /* this overrides the text-align: center on the body element. */
} 
	

	#header {
	background-color:#ef3e2e;
	width:100%;
	padding:10px 10px 20px 10px;
	margin:0px;
	border-bottom:10px solid #ccc;
	clear:both;
	display: block;
	 
	}
	

	
#column1, #column2 {
	padding:5px;
	float: left;
	margin-left:5px;
	}

#column1 { 
margin-right:10px;
position:relative;
z-index: 2;
width:190px;

}

#column1 h2 {border-bottom:silver 5px solid; padding:3px;}

#column2 {
position:relative;
z-index: 2; 
width:65%;
padding-left:15px;
margin:5px;
}

#cloudy {
position:absolute; 
background-image:url(images/cloudy_new.png);
background-repeat:repeat-x;
top:95px; 
width:100%;
z-index:0; }	



#footer {
	background-image:url(images/cloudy_new.png);
	background-repeat:repeat-x;
	z-index: 2;
	clear:both;
	display: block; 
	width: 100%;
	text-align:center;
	color:#666;
	font-size:10px;
	letter-spacing:.2em;
	padding:15px;
	
}


	/* 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 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



h1 {color:#cc0000; font-size: 24px; letter-spacing:.1em; font-weight:200;}

h1.homestyle {font-size: 18px; letter-spacing:.1em; font-weight:200;}

h2 {color: #555; font-size: 14px; letter-spacing:.1em;}

h3 {color: #555; font-size: 12px; letter-spacing:.1em;}



.menutitle{
font-size: 14px; 
letter-spacing:.1em;
cursor:pointer;
border-bottom:silver 2px dotted;
width:170px;
padding:5px;
}


.submenu{
margin-left:10px;
font-size:14px;
line-height:1.7em;
color:#CC0000;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #fff;
padding: 2px;
background-color:#d1e7f7;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


blockquote {
line-height:1.5em;
color:#555;
font-size:16px;
border-bottom:1px dotted #898989;
padding:5px;
}
