/* Humanities Home Page Styles */

/* global settings - controls settings for entire document */

body {
	margin: 25px 0;
	padding: 0;
	background-image: url(images/leopardskin-red3.jpg);
}

p, ul, li,td, tr, dl, dh {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.96em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: disc;
}

a:link {
	color: #CC0000;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #FF6666;
}

h1, h2, h3 {
font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	/* defines the font size for all heading 1 (h1) */
font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px #333333 dotted;
	margin: 10px 10px 10px;
}

h2 {
font-size: 1.1em;
font-weight: bold;
color: #CC0000;
margin: 10px 10px 10px;
}

h3 {
font-size: 1.0em;
font-weight: bold;
color: #333333;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	line-height: 1.2em;
	color: #820000;
}


/* specific divs */

#wrapper {
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: justify;
	width: 779px;
}

#banner {
	width: 779px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-image: url(images/east-banner.jpg);
	border: thick groove #FF0000;
}

#container {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: thick groove #FF0000;
	text-align: left;
	width: 779px;
	background-position: top;
	vertical-align: top;
}

#content {
	padding: 0;
	margin: 50;
	width: 100%;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	vertical-align: top;
	height: 100%;
}
#nav-top {
	border: thick groove #FF0000;
	width: 779px;
	vertical-align: middle;
	background-image: url(images/leopardskin-red3.jpg);
}

/* --- Nav left --------- */
#nav-left {
	margin: 0em 0em 0em 0px;
	padding: 0;
	line-height: 1.5em;
	font-size: .97em; 
}

#nav-left ul {
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 0;
	list-style-image: none;
	list-style-type: none;
}

#nav-left ul li {
padding: 3px 0em 3px 0em;
}

#nav-left ul li a {
display: block;
width: 100%;
color: #ffffff;
text-indent: 14px;
text-decoration: none;
text-transform: uppercase; }

#nav-left ul li a {
	float: none;
	list-style-type: disc;
}

#nav-left ul li a:hover {
background: #e3e3e3;
color: #333333;
}

#nav-left ul li a.youarehere {
color: #cccc66;
}

/* --- Nav log ins --------- */

#nav-login {
}

#nav-login ul {
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

#nav-login ul li {
padding: 6px 0em;
}

#nav-login ul li a {
width: 100%;
}

#nav-login ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* --- Bottom Info and Legal Links --------- */

#info-site {
	background: #58585A;
	border: thick groove #FF0000;
	width: 779px;
	margin: 0px;
}

#info-site p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

#info-site a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 0.06em;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

#info-site a:visited {
/*text-decoration: line-through;
*/}

#info-site a:hover, #info-site a:hover {
color: #DFD49E;
}
label {
	margin: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}


.leftemail {
color: #333
border-bottom: 2px #666 dotted;
text-align: right;

}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
}
.headline {
	font-size: large;
	font-style: italic;
	font-weight: bolder;
	color: #C92B18;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	line-height: 2em;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	text-indent: 10px;
}
.redletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #CC0000;
	font-weight: normal;
}
