@CHARSET "ISO-8859-1";
body
	{
	background: #bfbf30 url(./images/paintedBuffet.jpg) repeat-x;
	margin: 0px;
	font-family: "Book Antiqua", TimesNR, serif;
	text-align: left;
	color: #a64b00;
	}
	
#container
	{
	/*border: 1px solid black;*/
	/* IE doesn't respond to max-width correctly */
	max-width: 984px;
	min-width: 360px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	/*padding: 20px 4px;*/
	}

#content
	{
	/*border: 1px solid black;*/
	/* IE doesn't respond to max-width correctly */
	max-width: 984px;
	min-width: 360px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: transparent;
	}

#footer
	{
	/*border: 1px solid red;*/
	width: 100%;
	background-color: #a64b00;
	color: #FFDA80;
	font: 0.6em Tahoma, sans-serif;
	text-align: center;
	padding: 3px 0px;
	}

#footer a:link
	{
	color: #FF7400;
	}
	
#mainContent
	{
	/*border: 1px solid red;*/
	margin-left: 240px;
	padding: 24px 24px;
	background-color: transparent;
	}

#mainContent ul
	{
	/*margin-left: -2px;*/
	padding: 4px 0px;
	list-style: none;
	font-size: 1.1em;
	/*font-weight: bold;*/
	text-align: center;
	}

#mainContent a:link
	{
	color: #4D3600;
	}

#mainContent li
	{
	padding: 12px 0px;
	}

#mainContent li a:link
	{
	color: #4D3600;
	}

#mainMenu
	{
	/*border: 1px solid blue;*/
	font: bold 0.8em Tahoma, sans-serif;
	text-align: right;
	padding: 12px 0px;
	color: #a64b00;
	background-color: #ff9640;
	}

#mainMenu ul
	{
	/*margin-left: -2px;*/
	padding: 12px 16px;
	list-style: none;
	}

#mainMenu li
	{
	/*border: 1px ridge red;*/
	margin: 5px 0px;
	padding: 10px 2px 10px 10px;
	background-image: url(./images/menubg.jpg);
	backgroung-repeat: repeat-y;
}

#mainMenu li a:link
	{
	color: #990000;
	}

#mainMenu li a:visited
	{
	color: #bf7130;
	}

#mainMenu ul a:hover
	{
	padding: 10px 0px;
	background-image: url(./images/menuhover.jpg);
	backgroung-repeat: repeat-y;
	color: #162eae;
	}

#mainMenu li a:hover
	{
	padding: 10px 0px;
	background-image: url(./images/menuhover.jpg);
	backgroung-repeat: repeat-y;
	color: #162eae;
	}

.weAreHere
	{
	color: #008209;
	}

#sidebar
	{
	/*border: 2px solid red;*/
	float: left;
	width: 210px;
	/*height: 80%;*/
	background-color: transparent;
	padding: 20px;
	}

#titlebar
	{
	/*border: 1px solid blue;*/
	background-color: transparent;
	height: 85px;
	padding: 32px 0px 11px 0px;
	}

label
	{
	font-size: 12pt;
	font-weight: 600;
	}

input
	{
	font-size: 11pt;
	font-weight: bold;
	padding-left: 2px;
	}

input.txt
	{
	/*border: none;*/
	background: #FFF;
	}

input.rtxt /* required text */
	{
	/*border: none;*/
	background: #bfbf30;
	}

.affiliation
	{
	font-size: 0.8em;
	}
	
.attribution
	{
	font: italic bold 1.0em TimesNR, Times, serif;
}
	
.clearfloat
	{/* this class should be placed on a div or break element 
		and should be the final element before the close of a container 
		that should fully contain a float */
	clear: both;
	height:0;
  font-size: 1px;
  line-height: 0px;
}

.emphasis
	{
	font-size: 1.4em;
	font-weight: bold;
	}
	
.poem
	{
	font-size: 1.0em;
	font-weight: bold;
	line-height: 2.0em;
	}
	
.poemselect{
	font-size: 1.0em;
	font-weight: bold;
	}
	
			