


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:100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
			margin: 0px; /* 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-top:5px;
	padding-left:10px;
	margin:0px;
	border-bottom:10px solid #ccc;
	height:110px;
	clear:both;
	display: block;
	 
	}
	

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

#column1 { 
margin-left: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; 
top:40px; 
left:95px;
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:#333; font-size: 21px; letter-spacing:.1em; font-weight:200;}

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

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

h3 {color: #333; 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 {
display: block;
padding-left: 50px;
margin-top:-20px;
width:400px;

border-bottom: 2px dotted #ccc;
}

blockquote:before, blockquote:after {
color: #999;
display: block;
font-family:"Times New Roman", Times, serif;
font-size: 800%;
width: 50px;
}

blockquote:before {
content: open-quote;
height:40px;
margin-left: -0.50em;
}

blockquote:after {
content: close-quote;
height: 40px;
margin-top: -25px;
margin-left: 400px;
}