@charset "iso-8859-1";
/* Author: Geoff Vines - 1ontheweb */
/* Creation date: 27/02/2008 */
/* Last modified: 06-Apr-2009 09:05 AM */

/* Styling for the basic structural elements. */
* {
	margin: 0;
	padding: 0;
}

body {
	 background-color: #FFFFFF;
	 color: #000000;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 101%;
	 text-align: center;
	 position: relative;
	 margin: 0;
	 padding: 0;
	 padding-top: 10px;
}

#mainframe {
	width: 780px;
	padding: 135px 0 0 0;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	min-height: 200px;
	overflow: hidden;
	color: #000;
	background-color: #FFFFFF;
	text-align: left;
}

#header {
	width: 780px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}

#container {
	position: relative;
	overflow: auto;
	border: 1px #0B3D91 solid;
	padding-bottom: 10px;
}

#maintextarea {
	margin: 0 0 0 160px;
	width: 460px;	
	float: left;
	display: inline;
}

#rightpanel {
	width: 140px;
	float: right;
	display: inline;
	font-size: 0.9em;
	margin: 12px 10px 0 0;
}

#rightpanel p {
	text-align: left;
}

#navigation {
	width: 150px;
	float: left;
	display: inline;
	margin-left: -620px;
}

#navigation p {
	text-align: left;
	padding-left: 5px;
	font-size: 0.9em;
}

#footer {
	position: relative;
	width: 778px;
	margin-top: 10px;
	background-color: transparent;
	text-align: center;
	font-size: 0.8em;
	color: #0B3D91;
	padding: 10px 0 10px 0;
	border: 1px solid #0B3D91;
}

h1 {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	padding-left: 5px;
}				 

h2 {
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 10px 0 0 5px;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 0 0 5px;
}

p {
	background-color: transparent;
	color: #000;
	line-height: 130%;
	margin: 10px 0 10px 0;
	text-align: justify;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
   text-decoration: none;
}

.img-right {
	float: right;
	margin: 5px 0 5px 10px;
   clear: right;
}

.img-left {
	float: left;
	margin: 5px 10px 5px 0;
   clear: left:
}

#header img {
	float:left;
}

strong {
	font-style: normal;
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: bold;
}

a {
	text-decoration: none;
}

/* Styling for navigational elements. */
#navanchor {
	visibility: hidden;
}

div#navigation ul {
	margin: 10px 0;
	padding: 0;
	width: 140px; 
	z-index: 2;
}

/* Collapse the List Item Tags */
div#navigation li, div#memberslinks, ul#memlinks li, ul#lyriclinks li { 
	position: relative;
	list-style: none;
	margin: 0px;
	font-size: 0.8em;
	width: 140px;
}

/* Make the links block elements and give them padding and some style */
div#navigation li a {
	display: block;
	/*color:  #0000B5;
	background-color: transparent;*/
	text-decoration: none;
	width: 135px; 
	padding: 2px 0px 2px 5px;
}

a:visited {
	color: #A30000;
	background-color: transparent;
}

/* Specify the rollover style for the links */
/* div#navigation li a:hover, div#navigation li a:focus, div#navigation li a:active */
a:hover {
	background-color: #0000B5;
	color: #FFF;
}

/* Highlighting provide for keyboard users.  a:focus works in Firefox, etc., */
/* a:active works in IE. */
a:focus, a:active {
	background-color: #0000B5;
	color: #FFF;
	text-decoration: none;
}

div#navigation>ul a {
	width: auto;
}

/* This provides grey text for the inactive menu link of the page your on. */
div#navigation span {
	background-color: transparent;
	color: #999999;
	display: block;
	width: 133px;
	padding: 2px 0 2px 5px;
}

ul#lyriclinks li {
	margin-left: 10px;
	width: 300px;
	padding: 2px 0px 2px 5px;
}

/* Text styling */
ul.maintextlist {
	margin: 10px 0 10px 20px;
	list-style: none;
	line-height: 1.25em;
}

/* Image specific styling. */
#footer-lft {
	position: absolute;
	bottom: -2px;
	left: -2px;
}

#footer-rgt {
	position: absolute;
	bottom: -2px;
	right: -2px;
}

#mhrheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #EA6D31;
	font-size: 3em;
	padding: 10px 0 10px 10px;
	line-height: 1em;
}

/* Login related styling. */
#loginform label {
	width: 45px;
	float: left;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

#loginform input {
	width: 60px;
	margin-top: 5px;
}

#loginform br {
	clear: both;
}

li#logout {
	list-style: none;
	border: 1px solid #0000B5;
	width: 140px;
	text-align: center;
}

a#tmLogout {
	display: block;
	padding: 2px 0 2px 0;
}

li#logout a:hover, li#logout a:focus, li#logout a:active {
	background-color: #0000B5;
	color: #FFF;
}

p a:hover {
	text-decoration: none;
}


/**************************/

