/* basic elements */
ul {
	font-size: 1em;
	margin: 0;
	padding: 0;
	
}


body {
	color: #000000;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	text-align: center;
	background-color: #A1ADCB;	
	}
p {
	margin-top: 0px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	margin-bottom:20px;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	/*color: #1D4958;*/
	color:#4A4E76;
	margin-top:10px;
	}
h4	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-variant: normal;
	font-style: italic;
	margin-bottom:0px;
	color: #666666;
	font-weight: lighter;
	}
	
h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	margin-bottom:6px;
	font-variant: normal;
	color:#666666;
	}
	
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #330000;
	
	
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #40506F;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #330000;
	}


/* specific divs */
#holder {
	padding: 10px;
	}
#container {
	margin-left: 250px;
	width: 78%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: ridge;
	border-left-style: groove;
	border-right-color: #6B300D;
	border-left-color: #6B300D;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B300D;
	border-bottom-color: #333333;
	background-color:#FFFFFF;
	}
	
#maincontent  {
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 15px;
	padding-right: 15px;
	list-style-position:inside;
	list-style-type: circle;
	}
#maincontent li {
	padding-left:6px;
	margin-left: 12px;
	}
#maincontent a {
	text-decoration: underline;
	}

#intro {
	min-width: 800px;
	background-color: #669933;
	padding: 10px;
	text-decoration: underline;
	text-decoration: underline;
	}
#pageHeader {
	width:100%;
	height:130px;
	background-image: url(assets/bookheaderblackgrad.png);
	background-repeat: no-repeat;
	}
#headerleft {
	left:0;
	width: 250px;
	position:absolute;
	}
#headerright {
	left:251px;
	/*width:700px;*/
	width:220px;
	position:relative;
	
	}

#menubar {
	position:absolute;
	text-align:left;
	width:220px;
	padding-left:5px;
	border: medium inset #999999;
	background-color: #FFFFFF;
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-variant: normal;
	font-style: italic;
	margin-bottom:0px;
	font-weight: lighter;
	}

#menubar li {
	padding-left:8px;
	line-height:24px;
	list-style:none;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

#menubar a {
	padding-left:8px;
	line-height:24px;
	list-style:none;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

#menubar dl {
	padding:10px;
	line-height:14px;
	
	}
hr.menubar1 {
	width:50%;
	}
hr.fullcontent {
	width:95%;
	}
#menubar h3 {
	text-align:center;
	}
#leftcontent {
	padding-left:15px;
	padding-top:15px;
	width:30%;
	position: absolute;
	text-align:left;
	padding-bottom: 15px;
	
	}
#leftcontentProg {
	padding-left:15px;
	padding-top:15px;
	width:10%;
	position: absolute;
	text-align:left;
	padding-bottom: 15px;
	
	}
#rightcontent {
	position: relative;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	left: 49%;
	width:45%;
	padding-left: 15px;
	min-height:800px;
	border-left-width: thick;
	border-left-style: ridge;
	border-left-color: #CCCCCC;
	}
#rightcontentProg {
	position: relative;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	left: 29%;
	width:65%;
	padding-left: 15px;
	min-height:800px;
	border-left-width: thick;
	border-left-style: ridge;
	border-left-color: #CCCCCC;
	}
#fullcontent {
	position: relative;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	left: 0%;
	width:95%;
	padding-left: 15px;
	min-height:600px;
	line-height: 12pt;
	font-size: 9pt;
	}
table {
	font-size: 9pt;
	line-height: 12pt;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#fullcontent a {
	text-decoration: underline;
	}	

	
#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}
	
img.floatRight {
	float: right;
	/*border: 3px double #996633;
	background-color: #663333;*/
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

#extraDiv1 { 
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0px; 
	width: 148px; 
	height: 110px; 
	}
