body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
 img {
 border: 0;
 }

A {
	COLOR: #006699; TEXT-DECORATION: none
}
A:link {
	COLOR: #006699; TEXT-DECORATION: none
}
A:visited {
	COLOR: #006699; TEXT-DECORATION: none
}
A:hover {
	COLOR: #006699; TEXT-DECORATION: underline; 
}
dl{margin: 5px;
	padding: 5px;
}
dt{font: 85% Arial, sans-serif;}
dd{font: 80% Arial, sans-serif;}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
#header { 
        background: #ffffff; 
        background-image: url('../images/plainBlueBG.gif'); 
        background-position: top right; 
        background-repeat: no-repeat; 
        padding: 0 10px; 
		height: 135px; /* 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. */

         
} 

.date{ 
        font: 85% Verdana, Arial, Helvetica, sans-serif; 
        color: #c0c0c0; 
} 
.float-right {
float:right;
}
.float-left {
float:left;
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#globalNav {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; COLOR: #cccccc; PADDING-TOP: 0px; BORDER-BOTTOM: #ffd200 1px solid; BORDER-TOP: #ffd200 1px solid;  
}
#globalNav IMG {
	DISPLAY: block
}
#globalNav A {
	PADDING-RIGHT: 4px; PADDING-LEFT: 0px; FONT-SIZE: 90%; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}

#pageName {
	font-size: 100%; PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#date{
font: 100% Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}

#mainContent { 
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px; 
	text-align: left;
}

#mainContent h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 120%;

}
#mainContent h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 105%;
}
#mainContent h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 95%;
}
#mainContent h4{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
}

#footer { 
    width: 100%;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	
	CLEAR: both; BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #ffd200 1px solid; PADDING-LEFT: 10px; FONT-SIZE: 75%; PADDING-BOTTOM: 10px; BORDER-LEFT: #ffd200 1px solid; COLOR: #cccccc; PADDING-TOP: 10px; BORDER-BOTTOM: #ffd200 1px solid

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer IMG {
	PADDING-RIGHT: 4px; PADDING-LEFT: 10px; PADDING-BOTTOM: 4px; VERTICAL-ALIGN: middle; PADDING-TOP: 4px
}
/* 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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shade {background-color: #E18131;}
#siteInfo {
	CLEAR: both; BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #ffd200 1px solid; PADDING-LEFT: 10px; FONT-SIZE: 75%; PADDING-BOTTOM: 10px; BORDER-LEFT: #ffd200 1px solid; COLOR: #cccccc; PADDING-TOP: 10px; BORDER-BOTTOM: #ffd200 1px solid
}
#siteInfo IMG {
	PADDING-RIGHT: 4px; PADDING-LEFT: 10px; PADDING-BOTTOM: 4px; VERTICAL-ALIGN: middle; PADDING-TOP: 4px
}




</style>

