@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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: #000000;
	background-color: #dbedf7;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #menubar ul {
	padding:0px;
	margin:10px;

}
.twoColFixLtHdr #menubar {
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-color: #FFF;	
} 
.twoColFixLtHdr #header { 
	
	padding: 0 10px 0 20px;  /* 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. */
} 

.twoColFixLtHdr #header p{
	font-size: 70%;
	text-align: right;
}
.twoColFixLtHdr #header a{
	color: #333333;
}
.twoColFixLtHdr #footer a{
	color: #666666;
}
.twoColFixLtHdr #mainImage {
	width:970px;
	height:200px;
	
	
}

.twoColFixLtHdr #mainImage h1{
	color:#666666;
	font-size:120%;
	padding-top:5em;
	padding-left: 10px;
}
.twoColFixLtHdr #header a:hover, .twoColFixLtHdr #footer a:hover{
	color: #cccccc;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 4px;	 /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLtHdr #sidebar1 h1{
	font-size: 90%;
	text-align: center;
	color:#ffffff;
	
	
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size:80%;
	padding-top:0;
	margin-top:0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	color:#333;
}
.mainhead {
	background-image: url(images/header200.jpg);
	background-repeat: no-repeat;
	height:80px;
}
.twoColFixLtHdr #mainhead h1 {
	font-size: 110%;
	padding-left: 10px;
	
	padding-top:30px;
	font-weight: normal;
	color: #FFF;
}
.mainheadbody{
	background-image: url(images/mainBack.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right:10px;
	
}
.mainbottom{
	background-image: url(images/mainBottom.png);
	background-repeat: no-repeat;	
}
.mainhead h1 {
	font-size: 100%;
	padding-top: 1em;
	padding-left: 1em;
	color:#ffffff;
}
.twoColFixLtHdr #mainContent {
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 1.26em;
}
.twoColFixLtHdr #mainContent p, #sidebar1 p{
	font-size: 70%;
	color: #333333;
}
.twoColFixLtHdr #mainContent h1{
	color:#333;
	padding-bottom: 0px;
	margin-bottom:0px;
	font-size: 150%;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.twoColFixLtHdr #mainContent h2{
	color:#333;
	font-size: 110%;
	padding-top: 0px;
	margin-top:4px;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixLtHdr #mainContent h3{
	font-size: 150%;
}
.twoColFixLtHdr #mainContent h4{
	color: red;
}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;	
} 
.twoColFixLtHdr #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 */
	font-size: 70%;
	text-align: right;
}
.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;
}
#navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	height:45px;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-x;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
	width:100px;
	color:#fff;
	text-decoration:none;
	background:url("images/tab2.png") no-repeat;
	float:left;
	margin-top: 0;
	margin-right: -6px;
	margin-bottom: 0;
	margin-left: -6px;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 13px;
	padding-left: 6px;
}
#navbar a:hover { 
    background-position:0 -45px;
    color:#1e5ebd;
}
#navbar a:active {
    background-position:0 -90px;
    color:#1e5ebd;
}
.imgBorder {
	float: left;
	padding: 6px;
}
#logos {
	text-align:right;
}
.quotes{
	padding:4px;
	font-size:220%;
}
#heading {
	background-image: url(images/bubbleLogo.png);
	background-repeat: no-repeat;	
	}
	.grey {
	background-color: #f5f5f5;		
	}
#areascovered p{
	color:#999;
	padding:10px;
	
}
#areascovered {
	font-size:70%;
}
.urgent a{
	color: red;
}
.urgent {
	color: red;
}