@charset "UTF-8";
body  {
	background: #000 url(../images07/titlebg.gif) repeat-x top;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 140%;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 110%;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 100%;
	}
p {
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size: 80%;
	}
a	{
	color:#f90;
	text-decoration:none;
	}
a:hover {
	color: #c33;
	}
.twoColFixRtHdr #header a {
	color: #fff;
	}
.twoColFixRtHdr #header a:hover {
	color: #fff;
	}
img {
	border:0px;
	}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #fff;
	font-size:90%;
} 
.twoColFixRtHdr #container ul {
	font-size: 90%;
}
.twoColFixRtHdr #container ul li {
	font-size: 90%;
	line-height: 140%;
}

.twoColFixRtHdr #header {
	background: #000 url(../images07/titlebg.gif) repeat-x top;
	padding: 0;
	height: 78px;
} 
.twoColFixRtHdr #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 */
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size: 140%;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 256px; /* 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 */
	border: 1px solid #322;
	background: #0e0d0d url(../images07/sidebar.gif) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-left: 50px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
} 
.twoColFixRtHdr #footer p {
	margin: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	float: right;
	color: #fc9;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:70%;
}
.twoColFixRtHdr .line { 
	color: #000;
}
.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;
}


.w3c {
	border: #433 1px solid;
	background-color: #211;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:70%;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 15px;
	}






/* NAVIGATION */
#navcontainer
{
margin: 0;
padding: 0 0 25px 0;
font-family: georgia, serif;
text-transform: lowercase;
width: 780px;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}
/* ul#navlist li contrains it horizontally */
ul#navlist li
{
display: block;
float: right;
margin: 0;
padding: 0;
height:25px;
}
.spacer {
	clear:both;
	display:block;
	}
/* navigation */
#home {
	margin:0;
	padding:0;
}
#home a {
	display:block;
	width:80px; 
	height:25px;
	margin:0; 
	padding:0;
	background: url(../images07/homeoff.gif) no-repeat left top;
	text-decoration: none;
	}
#home a:hover {
	background-image: url(../images07/homeon.gif);
	}
#home a span { 
	display:none;
	}

#glossary {
	margin:0; padding:0;
	}
#glossary a {
	display:block;
	width:96px; height:25px;
	margin:0; padding:0;
	background: url(../images07/glossaryoff.gif) no-repeat left top;
	text-decoration: none;
	}
#glossary a:hover {
	background-image: url(../images07/glossaryon.gif);
	}
#glossary a span { 
	display:none;
	}
#links {
	margin:0; padding:0;
	}
#links a {
	display:block;
	width:80px; height:25px;
	margin:0; padding:0;
	background: url(../images07/linksoff.gif) no-repeat left top;
	text-decoration: none;
	}
#links a:hover {
	background-image: url(../images07/linkson.gif);
	}
#links a span { 
	display:none;
	}


.agency {color: #010000;}
.sitemap:link { color: #010000; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-style: normal; font-weight: bold; text-decoration: none }
.sitemap:visited { color: #010000; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-style: normal; font-weight: bold; text-decoration: none }
.sitemap:active { color: #000001; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-style: normal; font-weight: bold; text-decoration: none }
.sitemap:hover { color: #000001; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline }

.glossary {
	font-size: 90%;
	padding-bottom: 30px;
	}
	
.contact
	{
	color:#f90;
	text-decoration:none;
	}
