/* Author: Amy */
/* Date: October 2006 */
/* main.css */



/* Main Elements */

body {
	background: #1D201D url(mainbkgd.gif) repeat-y;
	font-family: verdana, arial, sans-serif;
	color: EEEDE0;
	}
h1 {
	font-weight: bold;
	font-size: 1.75em;
	color: D0B0E0;
	text-align: center;
	}
h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: D0B0E0;
	margin: 30px 0px -10px 0px;
	}
h3 {
	font-size: 1.16em;
	color:  A2A2D5;
	margin: 25px 0px -10px 0px;
	}
h4 {
	font-weight: bold;
	font-size: 1.05em;
	color: B0D0BB;
	margin: 25px 0px -10px 0px;
	}
p {
	font-family: trebuchet ms, arial, sans-serif;
	margin-left: 3px;
	text-align: justify;
	}
hr {
	margin-top: 35px;
	margin-bottom: 35px;
	}
ul {
	font-family: trebuchet ms, arial, sans-serif;
	}


/* Link Formatting */

a:link, a:visited { 
	font-weight: bold; 
	text-decoration:none;
	color: B28AC5;
	}
a:hover, a:active {
	font-weight: bold; 
	text-decoration: underline; 
	color: B28AC5;
	}


/* Menu Formatting */

.menutitle {
	font-family: trebuchet ms, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 5px 0px;
	}
.menuitem1 {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 5px 0px 5px 12px;
	}
.menuitem2 {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 5px 0px 5px 24px;
	}

a.menu:link, a.menu:visited, a.menu:active {
	color: 9292CD;
	text-decoration: none;
	}
a.menu:hover {
	color: ADADDD;
	text-decoration: none;
	}

a.menu1:link, a.menu1:visited, a.menu1:active {
	color: ADBDCD;
	font-weight: normal;
	text-decoration: none;
	}
a.menu1:hover {
	color: ADCDDD;
	font-weight: bold;
	text-decoration: none;
	}

a.menu2:link, a.menu2:visited, a.menu2:active {
	color: 9DCDBD;
	font-weight: normal;
	text-decoration: none;
	}
a.menu2:hover {
	color: 9DDDCD;
	font-weight: bold;
	text-decoration: none;
	}


/* Footer Formatting */

.footer_line {
	width: 100%;
	margin: 45px 0px 0px 0px;
	}
.footer {
	text-align: center;
	font-size: 12px;
	margin: 5px 20px 0px 20px;
	}


/* Layout */

#menutop {
	margin-top: 18px;
	text-align: center;
	}

#menu {
	/*background: url(menu.gif) no-repeat;*/
	position: absolute;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;	
	width: 164px;
	}

#main {
	position: absolute;
	top: 5px;
	padding: 10px 28px 30px 220px;
	}


/* Poetry & Lyric Formatting */

.title {
	font-weight: bold;
	font-size: 1.3em;
	color: A2A2D5;
	margin: 30px 0px -10px 0px;
	}
.byline {
	font-size: 15px;
	font-style: italic;
	color: B5B5D7;
	text-align: left;
	margin: 10px 0px 10px 3px;
	}