/* AYI style sheet 1 */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #7F4034;}

/* To place the main image at the top of the page. */

#container1 {
background-image: url(images/99gheader_image.jpg);
background-repeat: no-repeat;
height: 200px;
background-position: 160px 0px;
width: 100%;
margin: 0;
background-color: #7F4034;
}

/* To place the image in the panel running down the right side of the page. */

#container2 {
background-image: url(images/9nright_panel_bg.jpg);
background-repeat: repeat-y;
background-position: top right;
margin: 0;
}

/* Text that sits on top of the header image and says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 160px;
padding-right: 60px;
font-weight: bold;
font-size: .8em;
text-align: right;
letter-spacing: 5px;
color: #ffffff;
padding-top: 200px;
padding-bottom: 10px;
line-height: 1.5em;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
font-size: 1.2125em;
text-align: right;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
padding-right: 10px;
font-weight: bold;
/*background-color: #B48D00;*/
background-color: #CCC9BC;
border-left: 2px #ffffff solid;
/*border-right: 2px #ffffff solid;*/
color: #ffffff;
text-indent: 10px;
border-top: 2px #ffffff solid;
margin-right: 0;
letter-spacing: 0.955em;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
background-color: #E5DDCF;
border-left: 2px #ffffff solid;
/*border-right: 2px #ffffff solid;*/
margin-right: 0;
height: 400px;
}

p, ul, ol, table {
font-size: .7em;
line-height: 1.6em;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
padding-left: 10px;
padding-right: 10px;
}

ol, ul {
margin-left: 25px;
}

h2 {
margin-bottom: 0;
margin-left: 10px;
margin-right: 0;
font-size: 1.0125em;
font-weight: bold;
color: #793D32;
margin-top: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #793D32;
border-bottom: 1px #793D32 dotted;
}

a:hover {
text-decoration: none;
border-bottom: 1px #793D32 solid;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 50px;
left: 0;
width: 160px;
text-align: right;
background: #7F4034;
}

#left-menu p {
padding-right: 5px;
margin-bottom: 5px;
padding-left: 5px;
font-size: 0.625em;
}

#left-menu a:link, #left-menu a:visited {
color: #ffffff;
border-bottom: none;
}

#left-menu a:hover, #left-menu a.current {
color: #CCBCBC;
text-decoration: none;
}

span.arrow {
font-size: 1.2em;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px;
line-height: 21px;
font-size: .8em;
/*padding-left: 40px;*/
background-color: #CCC9BC;
margin-top: 0;
margin-left: 0;
border-top: 3px #793D32 double;
border-bottom: 3px #793D32 double;
color: #793D32;
}

#footer a:link, #footer a:visited {
color: #793D32;
border-bottom: none;
}

#footer a:hover {
text-decoration: underline;
color: #793D32;
}

.dropcap {
	background: #E5DBCF bottom;
	color: #793D32;
	float: left;
	font: bold 350%/90% verdana, arial, helvetica, sans-serif;
	margin: 0 0;
	text-align: center;
	width: 1em;
	}

	.dropcap2 {
	background: #E5DBCF bottom;
	color: #793D32;
	float: left;
	font: bold 350%/90% verdana, arial, helvetica, sans-serif;
	margin: 0 0;
	text-align: center;
	width: 2.5em;
	}

.dropcap3 {
	background: #E5DBCF bottom;
	color: #793D32;
	float: left;
	font: bold 350%/90% verdana, arial, helvetica, sans-serif;
	margin: 0 0;
	text-align: center;
	width: 1.3em;
	}

.dropfollow {
	color: #793D32;
	font: italic bold 120% verdana, arial, helvetica, sans-serif;
	}
