/*****************
 * BASIC ELEMENTS
 *****************/
html {
    margin: 0;
    padding: 0;   
}

body {
	background: #bdbbac url(../images/bg.gif) repeat-y top center; 
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	}
p {
    margin: 0 0 10px 0;
	text-align: justify;;
	}
h3 {
    margin: 30px 0 5px 0;
    font: bold 20px Georgia, sans-serif;
    color: #333;
    }
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #990000;
	}


/*****************
 * SPESIFIC DIVS
 *****************/
#container {
    background: #ffe6c8;
    position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 700px;
	text-align: center;
	}
#intro { 
	margin: 0;
	}


/* pageHeader heading image replacement */
#pageHeader { 
	background: url(../images/header.jpg) no-repeat top center; 
	width: 700px; 
	height: 339px;
	margin: 0;
	padding: 0;
	position:relative;
	
	
	}
#pageHeader h1 {
	text-align:left;
	position:absolute;
	bottom:0.65em;
	color:#FFF;
	font: bold 4em "Arial Narrow", Arial, sans-serif;
	margin: 0 0.14em;
	left:0;
	}
	
#pageHeader #buttonLink {
	position:absolute;
	bottom:4.85em;
	right:2.5em;
	border:0;
}

#pageHeader #buttonLink img {
	border:0;
}

/* hide heading */
#pageHeader h1 span {
	
	}
#pageHeader h2 {
	text-align:left;
    margin: 0;
	position:absolute;
	bottom:0.6em;
	color:#d9b459;
	font: 1.5em Arial, sans-serif;
	margin: 0 0.45em;
	left:0;
	}
/* hide heading */
#pageHeader h2 span {
	
	}

/* pageHeaderNarrow heading image replacement */
#pageHeaderNarrow { 
	background: url(../images/header_narrow.gif) no-repeat top center; 
	width: 700px; 
	height: 19px;
	margin: 0;
	padding: 0;
	}	
#pageHeaderNarrow h1 {
    margin: 0;
	}
/* hide heading */
#pageHeaderNarrow h1 span {
	display:none;
	}
#pageHeaderNarrow h2 {
    margin: 0;
	}
/* hide heading */
#pageHeaderNarrow h2 span {
	display:none;
	}	

/* sample files and quickSummary */
#quickSummary {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    background: url(../images/quickSummary.gif) no-repeat;
    height: 18px;
    margin: 0;
    padding: 0;
	}
#quickSummary .p1 {
    display: none;
    }
#quickSummary .p2 {
    position: absolute;
    top: 301px;
    right: 10px;
    margin: 0;
    padding: 0;
    color: #eee;
    }
#quickSummary a {
    color: #ffcc00;
    }

	/* sample files and quickSummary */
#quickSummaryNarrow {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    background: url(../images/quickSummary.gif) no-repeat;
    height: 18px;
    margin: 0;
    padding: 0;
	}
#quickSummaryNarrow .p1 {
    display: none;
    }
#quickSummaryNarrow .p2 {
    position: absolute;
    top: 2px;
    right: 10px;
    margin: 0;
    padding: 0;
    color: #eee;
    }
#quickSummaryNarrow a {
    color: #ffcc00;
    }

/* main text */
#preamble {
    margin: 0 230px 0 40px;
    text-align: left;
    font: 9pt/14pt Verdana, sans-serif;
    }
#supportingText {
    margin: 0 230px 0 40px;
    text-align: left;
    font: 9pt/14pt Verdana, sans-serif;
	}


/* footer */
#footer {
    margin: 20px 0 0 0;
    padding: 0;
    background: #fffaee;
    border: 1px solid #5A94B3;
    text-align: center;
	}
#footer a {
    margin: 0 20px;
    font: 12px verdana, sans-serif;
    color: #990000;
	}


/* sidebar */
#linkList {
    position: absolute;
    top: 368px;
    right: 40px;
    width: 145px;
	}
#linkList2 {
    font: 10px verdana, sans-serif;
    text-align: left;
    margin: 0;
	}
#linkList h3.select {
    background: url(../images/select.gif) no-repeat;
    height: 24px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #5A94B3;
	}
#linkList h3.select span {
    display: none;
	}
#linkList h3.archives {
    background: url(../images/archives.gif) no-repeat;
    height: 24px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #5A94B3;
	}
#linkList h3.archives span {
    display: none;
	}
#linkList h3.resources {
    background: url(../images/resources.gif) no-repeat;
    height: 24px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #5A94B3;
	}
#linkList h3.resources span {
    display: none;
	}
#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 18px; 
	display: block;
	/* border-bottom: 1px solid #ddd; */
	}
#linkList li:hover {
    background: #ddd;
}
#lselect, #lresources, #larchives, #lsponsor {
    background: #fffaee;
	border: 1px solid #5A94B3;
	margin-bottom: 20px;
}
#lselect li, #lresources li, #larchives li {
    padding: 3px 10px 3px 10px;
}
#lselect li a {
    display: block;
    color: #002266;
    font-size: 11px;
    font-weight: bold;
}
#lselect li a.c {
    display: inline;
    color: #990000;
    font-size: 11px;
    font-weight: normal;
}
#larchives li a {
    display: inline;
    color: #990000;
    font-weight: normal;
}
#lresources li a {
    display: inline;
    color: #990000;
    font-weight: normal;
}