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

html, body {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-image: url(../images/background.gif);
	min-height: 100%;
    }
body {overflow-y:scroll}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #231F20;
}

h1 {
	font-size: x-large;
	color: #FFF;
	}
	
h2 {
	font-size: 20px;
	}		

h3 {
	font-size: 18px;
	}		

li {
	padding-bottom: 5px;	
	}

a, a:visited, .link {
	color: #369;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
    }
	
a:hover {
	text-decoration: underline;	
	
	}	
	
.body-background {
	background-color: #ccc;
	min-height: 100%;
	background-image: url(../images/background-columns.png);
	border-bottom-style: solid;

}

    
.scroll-dist-list, .scroll-dist-viewer {
	border-top: 4px solid;
    }
    
.scroll-dist-list {
	left: 2px;
	background-color: #FFF;
	float: left;
    }
    
    /* These values control the width of the left column. Should be equal. */
.scroll-dist-list {
	width: 300px;
	}
	
.scroll-dist-viewer { 
	margin-left: 300px;
	}
	
.scroll-dist-content {
      padding: 1em;
    }

#nav {
	text-align: center;
	padding:10px 5px;
	background-color:#004FA6;
	text-transform: uppercase;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin:0 8px
}
#nav a {
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #999999;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}

.content-text {
	text-align: justify;
	color: #000;
}
#footer-text {
	color: #FFF;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}


.extra-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}
#container #footer-text p-2 {
	font-size: 12px;
}
#container #footer-text p-2 {
	font-size: 14px;
}
