@charset "UTF-8";
/* CSS Document */

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	background: #f5f5f5;
	background-image: url(../images/barBackground-sm.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #333333;
}
h1 {
	font-size:16px;
	color: #ed1b24;
	font-style:italic;
	}
h2 {
	font-size:14px;
	color: #ed1b24;
	font-style:italic;
	}	

#container { 
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 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. */
} 


#aboveSite {
	height:100px;
        text-align:center;
	vertical-align:middle;
} 

.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;
}
#footer { 
	padding: 0 10px;
	background: #000000;
	color:#CCCCCC;
}
#footer a:link {
	color:#CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color:#CCCCCC;
	text-decoration:none;
	}
#footer a:hover {
	color: #0069ab;
	text-decoration: none;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size:small;
	text-align:center;
}

