/* ~~~ General Properties ~~~ */

* {
	padding: 0;
	margin: 0;
	}

body {
	color: #666;
	background: #A09B7D;
	color: #666;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 90%;
	}

a:link {
	text-decoration: none;
	border-bottom: 1px solid #BEB9AA;
	color: #999900;
	}

a:visited {
	text-decoration: none;
	border-bottom: 1px solid #BEB9AA;
	color: #937C46;
	}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #AAA08C;
	color: #4D3706;
	}

a:active {
	text-decoration: none;
	border-bottom: 1px solid #AAA08C;
	color: #8C7846;
	}

/* ~~~ Text Properties ~~~ */

p { 
	margin-top: 0px;
	text-align: justify;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 100px;
	font-size: 100%;
	line-height: 1.2em;
	}

.p5 {
	padding-bottom: 40px;
	}

h3 { 
	text-indent: -1000em;
	}

acronym {
	font-style: italic;
	border: 0px;
	cursor: help;
	}

/* ~~~ Div Properties ~~~ */
#outer {
	width: 780px;
	left: 90px;
	top: 10px;
	border: thin dotted #000000;
	margin-left: 100px;
}
#container {
	width: 780px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/bkgrd2.jpg);
	background-repeat: no-repeat;
	color: #000000;
	}

#intro {
	display: block;
	height: 90%;
	width: 650px;
	}

#preamble {
	position: relative;
	top: 325px;
	left: 250px;
	width: 530px;
	height: 100%;
	}

/* ~~~ Header Properties ~~~ */

#preamble h3 {
	position: relative;
	width: 306px;
	height: 50px;
	top: 0px;
	left: 0px;
	}

/* ~~~ List Properties ~~~ */

#linkList {
    position: absolute;
    top: 330px;
    left: 160px;
    width: 138px;
}

#linkList ul {
	margin-top: 25px;
	list-style-type: none;
	}

#linkList ul li {
	font-size: 12px;
	width: 120px;
	margin-left: 15px;
	margin-top: 15px;
	font-weight: bold;
	}

#linkList ul li a {
	display: block;
	font-size: 110%;
	width: 100px;
	border: 0px;
	line-height: 15px;
	}

#linkList ul li a:hover {
	text-decoration: underline;
	}
#lselect {
	padding-top: 0px;
}

#lselect ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 95%;
	color: #8C9777;
	border-bottom: 1px solid #8C9777;
	margin-top: 0px;
}
#lselect ul li a, #lselect ul li a:link, #lselect ul li a:visited {
    display: block;
    clear: both;
    padding: 0 0 2px 20px;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    color: #566047;
   
}
#lselect ul li a:hover {
	text-decoration: underline;
	color: #996600;
}
#lselect ul li a, #lselect ul li a:active, #lselect ul li a:focus {
    display: block;
    clear: both;
    padding: 0 0 2px 20px;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    color: #566047;
    background: transparent url(graphics/lselect_a_bg.gif) left center no-repeat;
}



/* ~~~ Misc Properties ~~~ */

#footer {
	background: #AE7600 url(Images/footer_bg.gif);
	width: 780px;
	height: 25px;
	font: .8em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	
	}
