@charset "UTF-8";
a:link {
	color: #000099;
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #660033;
}
a:active {
	text-decoration: none;
	color: #660033;
}
body {
	background: #FFFFFF;
	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: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.dsc #container {
	width: 800px; 
	background: #FFFFFF;
	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. */
}
.dsc #header {
	
	padding: 0 0 0 0;  /* 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. */
	text-align: center;
}
.dsc #header h1 {

}
.dsc #mainContent {
	margin-left: 80px;
	background: #FFFFFF;
}
.dsc #footer {
	text-align: left;
	font-size: 10px;
	margin-bottom: 10px;
}

.dsc #sitemap1 {
	
	background-image:url(images/grad.gif);
	
}
.dsc #sitemap2 {
	margin-left: 75px;
	
}
.dsc #sitemap2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 0px;
}

.dsc #maintext {
	text-align: left;
	
	/* font-family: Georgia, "Times New Roman", Times, serif; */
}
.dsc #numbers {
	width: 610px;
}
.dsc #textpage {
	width: 500px;
}

.dsc #right {
	margin: 0;
	padding: 0;
	overflow: hidden ;
}
.dsc #left {
overflow: hidden ;
}
.dsc #facts {
	border: thin;
	border-color: #FF6600;
	text-align: left;
	font-size: 12px;
}
.dsc #factlist {
	margin-top: 0;
	margin-left: 15px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

.menubar {
/*	background: #FF6622; */
	color: #777777;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
}

.menu {
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	padding-right: 45px;
}

a {
	text-decoration: none;
}
.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;
}
.hidden {
	display: none;
}
.dsc img {
	border: none;
}

.code {
	font-family: "Courier New", Courier, monospace;
	background-color: #CCCCCC;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}
