/*__________Clean slate__________*/
body, h1, h2, h3, li, p, ul { font-size: 1em; margin: 0; padding: 0; }


/*__________Basics__________*/
a, a:link, a:visited, a:hover, a:active { color: #ada364; }
a:hover { text-decoration: none; }
acronym { border: 0; color: #780101; cursor: help; }
.accesskey { text-decoration: underline; }

body {
	background: url(./images/bgMain.gif) repeat-y;
	color: #0f330d;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding-bottom: 20px;
}

h1 { color: #8f9947; font-style: italic; font-size: 1.5em; font-weight: normal; margin-bottom: 0.5em; }
h2 { color: #8f9947; font-style: italic; font-size: 1.2em; font-weight: normal; margin-bottom: 0.3em; }

#container{
    z-index: 99;
	overflow:hidden;
	padding-left:200px; /* The width of the rail */
}

* html #container{
	height:1%; /* So IE plays nice */
}


#rail{
	width:190px;
	float:left;
	margin-left:-190px;
	display:inline; /* So IE plays nice */
}

#content{
	width:100%;
	margin-top:10px;
	float:right;
}

p { line-height: 1.5em; margin-bottom: 1em; }
blockquote p { margin-bottom: 0; }

div.document {
    background: transparent url(./images/curlSmall.gif) no-repeat scroll center bottom;
    margin-bottom: 1em;
    padding-bottom: 37px;
}

dl.docutils {
    padding: 0;
    margin-top: -0.5em;
}

.docutils dt {
    float: left;
    margin: 0 0 0 0;
    padding: .33em;
    font-weight: bold;
}

.docutils dd {
    margin: 0 0 0 0;
    padding: .5em;
}


/*__________Side__________*/
#linkList {
	color: #fff;
	font-family: Arial, Tahoma, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 190px;
    border-bottom: 3px double #8E7253;
}


#linkList a, #linkList h3 { font-family: Georgia, "Times New Roman", Times, serif; }
#lselect a { display: block; }
#lselect a.c { display: inline; }

#linkList a { color: #fff; font-size: 1.1em; font-style: italic; font-weight: normal; text-decoration: none; }
#linkList a:hover { text-decoration: underline; }

#linkList a.c {
	color: #fffbe2;
	font-family: Arial, Tahoma, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

#linkList acronym { color: #f6f1c0; }

#linkList h3 {
	color: #ccc180;
	font-size: 1.4em;
	font-style: normal;
	padding-top: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

#linkList li { background: url(./images/bullet.gif) no-repeat 0 0; padding-left: 35px; }
#linkList ul { list-style: none; padding: 0 10px 0.8em 10px; }
#lselect { 
    background: #44410d url(./images/curlBig.gif) no-repeat bottom; 
    padding-bottom: 40px; 
    padding-top: 30px;
}
#lselect li { padding-bottom: 0.8em; }
#larchives, #lresources { border-top: 3px double #8e7253; }
#larchives li, #lresources li { margin-bottom: 0.2em; }

/*__________Header__________*/
#header {
	background: #b3a07f url(./images/header.jpg) no-repeat center top;
	height: 155px;
	clear: both;
	border-top: solid 0.1em rgb(175,175,175);
	border-bottom: solid 0.1em rgb(175,175,175);
	border-right: none 0.0em;
	text-transform: uppercase;
	line-height: 2.0em;
}

#header span { display: none; }


/*__________Footer__________*/
#footer { 
    font-size: 0.85em; 
    font-style: italic; 
    text-align: right; 
	margin:100px 5px;
	padding-left:220px; /* The width of the rail */
}
