﻿/*****Basic Elements*****/  

body
{
	background-color: #ededed;
}


#MainBody
{
     background-color: White;
     width: 1000px; 
           
}

#LeftPage{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #FFF;	
}

#MiddlePage{
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 95%;
	padding-top: 5px;
	background-color: #FFF;	
}

#RightPage{
	width: 525px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 95%;
	padding-top: 5px;
	background-color: #FFF;	
}

#copyright{
	width: 275px;
	color: #5E779D;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}

.WelcomeI
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    letter-spacing: .05em;
}

.WelcomeII
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 200;
}

.MMHeader
{
    font-family: Arial, Helvetica, sans-serif;
    color: #3f5069;
    letter-spacing: .05em;
    font-size: x-large;
}

.MMItems
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight: bold;
    letter-spacing: .05em;
    color: #90B7F2;
    padding-left: 10px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #90B7F2;
	letter-spacing: .1em;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #90B7F2;
	letter-spacing: .1em;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5E779D;
	font-size: 90%;
}

.rplb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.rpf1
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	letter-spacing: .05em;
}

.stable
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.staff
{
    font-family: Arial, Helvetica, sans-serif;
    color: #5E779D;
    font-size: 90%;
    font-weight: bold;
}

.em 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #5E779D;
	font-size: 75%;
}

img{border: none;}


/*****Links*****/  

a:mml:active
{
    color: #5E779D;
    text-decoration:none;
}

a.mml:visited
{
    color: #5E779D;
    text-decoration:none;
}

a.mml:hover
{
    color: #b8c3d4;
    background-color: #3f5069;
    cursor: hand;
    text-decoration:none;
}

a.mml:link
{
    color: #5E779D;
    text-decoration:none;
}

/***** MISC *****/ 

.OP{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:  #3f5069;
    background-color: #b8c3d4;
}

#scroll_area{
	width: 440px;
	height: 500px;
	overflow: auto;
	white-space:nowrap;
}

#scroll_area2{
	width: 290px;
	height: 500px;
	overflow: auto;
	white-space:pre-wrap;
}

.Help
{
    font-family: Trebuchet MS, Arial, Tahoma;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 70%;
    color: red;
}

.verse
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
}

.rl
{
    color: #FF0000;
}