body
{
	background: rgb(200,216,128) url(../images/background.gif) repeat-y scroll center;
	margin: 0;
	padding: 0;
	font-size: 14px;
}


#container
{
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

#banner,
#header
{
	width: 573px;
	background-color: white;
	text-align: center;
	padding: 20px 0;
	margin: 0 2px 0 175px;
}

#header a, #header img
{
	border: none;
	text-decoration: none;
}

#epithet
{
	background: white url(../images/leaf.gif) no-repeat scroll top center;
	margin: 0px 2px 0 175px;
	padding: 0 25px;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	color: rgb(45,74,114);
}

#epithet h1
{
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 1.6em;
	color: rgb(102,99,48);
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

#epithet p
{
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 1.1em;
}

#menu
{
	float: left;
	width: 175px;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	color: rgb(45,74,114);
	/* background-color: red;  rgb(242,245,226); */
}

#menu ul
{
	margin: 0;
	padding: 0;
	width: 175px;
	list-style: none;
}

#menu ul li
{
	position: relative;
	padding: 3px 10px 4px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

#menu ul li a
{
	display: block;
	color: rgb(45,74,114);
	text-decoration: none;
}

#menu ul li a:hover
{
	color: rgb(95,102,34);
}

#menu ul li ul.in
{
	width: 125px;
	margin-left: 40px;
}

#menu ul li ul.out
{
	position: absolute;
	left: 174px;
	top: 0;
	display: none;
	width: 175px;
	background-color: rgb(242,245,226);
	border: 2px solid rgb(181,201,227);
}

/* Fix IE. Hide from IE Mac.  The Holly Hack \*/
* html #menu ul li
{
	float: left;
	height: 1%;
}
* html #menu ul li a
{
	height: 1%;
}
/* End */

#menu ul li ul li
{
	margin: 0;
	padding-right: 0;
}

#menu ul li ul li a
{
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: .6em;
	font-weight: normal;
}

#menu ul li ul.in li a
{
	text-align: right;
	padding: 1px 0;
}

#menu ul li ul.out li a
{
	text-align: left;
	padding: 1px 5px;
}

#menu ul li:hover ul.out,
#menu ul li.over ul.out
{
	display: block;
}

#menu #specialnav
{
	padding-top: 30px;
}

#menu #specialnav a
{
	color: rgb(95,102,34);
}

#menu #specialnav a:hover
{
	color: rgb(45,74,114);
}




#content
{
	margin: 0px 2px 0 175px;
	padding: 0px 25px 25px 25px;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
}

#content h1
{
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 1.4em;
	color: rgb(45,74,114);
	font-weight: normal;
}

#content h3
{
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 1.2em;
	color: rgb(95,102,34);
	font-weight: normal;
}

#content a
{
	color: rgb(45,74,114);
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content .byline
{
	text-align: right;
	color: rgb(100,100,100);
}

#content .description
{
	padding-top: 7px;
	text-align: right;
	float: left;
	width: 100px;
}

#content .info
{
	padding-top: 7px;
	margin-left: 110px;
}

#announcements
{
	font-size: 1.1em;
}

#announcements div
{
	margin: 10px;
	border-bottom: 1px solid rgb(45,74,114);;
}

.pdf
{
	list-style-image: url(../images/pdficon.gif);
}

.html
{
	list-style-image: url(../images/htmlicon.gif);
}

#footer
{
	margin: 10px 2px 15px 175px;
	clear: both;
	text-align: center;
	color: rgb(45,74,114);
	font-size: .8em;
	font-family: tahoma, arial, verdana, sans-serif;
}

#footer a
{
	color: rgb(45,74,114);
	text-decoration: none;
}

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

#footer .address, #footer .phone, #footer .email
{
	display: inline;
	padding: 10px;
}

form fieldset
{
	border: none;
}


input
{
	width: 200px;
}

textarea
{
	width: 200px;
}



input.submit
{
	margin-left: 60px;  /* to match the margin on .tip textareas (30px margin for .tip textarea, 10px margin and 20px padding for fieldset) */
	width: auto !important;
}

form label
{
	float: left;
	text-align: right;
	font-weight: normal;
	font-size: 1em;
	width: 140px;
	position: relative;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
}

form label.checkbox_label
{
        float: none;
        text-align: left;
        width: auto;
        position: static;
        padding: 8px 0 0 0;
}

