/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	background-color: #ffffff;
	left:0px;
	top:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width:740px;
	height: 515px;
	position: static;
	overflow: hidden;
	}
p { 
	margin-top: 0; 
	text-align: left;
}
h3 {
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7D775C;
	}
#quickSummary a:link {
	text-decoration: underline;
	color: #002400;
	font-weight: bold;
	}
#quickSummary a:visited {
	font-weight: bold;
	font-style: italic;
	color: #808080;
	}
#quickSummary a:hover ,a:active {
	color: #7D775C;
	font-weight: bold;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container {

	}


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#quickSummary {
	position:absolute;
	bottom:40px;
	left:0px;
	text-align:center;
	clear:right;
	width: 230px;
	height:450px;
	padding: 0px 10px 0px 15px;
}
#quickSummary p {
	text-align:center;
	font-size: xx-small;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	color: #7D775C;
}
#quickSummary h4 {
	color: #7D775C;
	font-weight:bold;
}
#title {
	position:absolute;
	top:0px;
	width:485px;
	text-align: center;
	left: 255px;
	padding: 0px;
	margin: 0px;
	color: #7D775C;
	height: 30px;
	}
#linkList2 {
	text-align:left;
	font: georgia, sans-serif;
	overflow:visible;
	position: relative;
	text-align: left;
}
#linkList2 ul {
	position: static;
	overflow: auto;
	padding: 0px;
	height: 310px;
	width: 230px;
	}
#linkList2 li {
	display: block;
	margin:0;
	line-height: normal;
	font-size: xx-small;
	padding-bottom: 10px;
	position: relative;
}
#linkList2 li a:link {
	color: #9E987C;
	}
#linkList2 li a:visited {
	color: #555;
	}
#priText {
	position:absolute;
	width:485px;
	text-align: justify;
	height: 390px;
	overflow: auto;
	left: 255px;
	top:61px;
	color: #9E987C;
}

#QAText {
	position:absolute;
	width:485px;
	text-align: justify;
	overflow: hidden;
	top:60px;
	left: 255px;
	height: 390px;
}

#preamble {
	position:relative;
	padding: 0px 20px 10px 20px;
	line-height:18px;
	color: #777257;
	font-weight: bolder;
}
#supportingText {
	padding: 0px 20px 10px 20px;
	margin-bottom:0px;
	Line-height:18px;
	color: #777257;
	position: relative;
	}

#linkList {
	margin: 20px;
	overflow:auto;
	background-color: #9E987C;
	color: #FFF;
	padding: 30px;
	position: relative;
	}

#linkList ul {
	margin: 0;
	padding: 0;
	text-align:justify;
	}
#linkList li {
	display: block;
	padding:10px;
	margin:0;
	list-style-type: circle;
	line-height: normal;
	font-size: x-large;
}
#linklist li.a:link {
	text-decoration: underline;
	color: #002400;
	font-weight: bold;
	}
#linklist li a:visited {
	font-weight: bold;
	color: #808080;
	font-style: italic;
	}
#linklist li a:hover ,a:active {
	color: #7D775C;
	font-weight: bold;
	}
	
#Question {
	position:static;
	height: 75px;
	padding: 0px 10px 0px 0px;
}
#Question h3 {
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	background-color: #9E987C;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#Question p{
	font: 12px georgia, sans-serif;
	font-style: italic;
	background-color:#9E987C;
	padding: 5px 5px 10px 10px;
	color: #FFF;
	font-weight: bold;
	}
#Answer{
	position: static;
	height: 330px;
	padding: 15px 10px 0px 0px;
}
#Answer h3  {
	font-weight: bold;
	color: #9E987C;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#Answer p{
	padding: 5px 5px 10px 10px;
	font: 12px georgia, sans-serif;
	color: #9E987C;
}
#footer {
	position:absolute;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 730px;
	height: 40px;
	left: 0px;
	bottom: 20px;
	}
 #h5 {
	color: #002400;
	}
#footer a:link, #footer a:visited {
	}
#banner {
	position: absolute;
	height: 50px;
	width: 730px;
	left: 0px;
	bottom: 50px;
}#banner li {
	color: #002400;
	display: inline;
	list-style-type: circle;
	margin: 0 5px;
	font-style: oblique;
}
