/* .css file for EUMC Website (eumclaurel.org) */
/* Written by Ken Speich (kspeich@bigfly.org) */
/* Initial Creation: 2/7/2005 */

/* Let's define our main page stuff */
BODY {
	color: black;
	background-color: white;
	font-family: Times New Roman, Helvetica, Arial, sans-serif;
}

/* Let's define a look for our links */
A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

/* Now, define the look for our header families... */
H1 {
	font-family: Arial, Helvetica;
	font-size: 16pt;
	text-align: center;
}
H2 {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	text-align: center;
}
H3 {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	text-align: center;
}
H4 {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-align: center;
}

/* Let's help out around our images and get rid of any image borders */
IMG {
	border: none;
}

/* Now, some customized classes for specialized use /*
/* addressTop is for the address at the top of the page in the header */
.addressTop {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/* font-variant: small-caps; */
	color: #003399;
}

/* Let's define what our page-top submenu will look like. */
.submenu {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	color: #FF0000;
}

.submenu A:link {
	color: #FF0000;
	text-decoration: none;
}

.submenu A:hover {
	color: #990000;
	text-decoration: none;
}

.submenu A:link {
	color: #FF3333;
	text-decoration: none;
}


.side_menu {

}

.top_menu {
	background-color: #FFFFFF;
}

.footerText {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-variant: small-caps;
	color: #003399;
}

.disclaimerText {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #003399;
}
.mainFrame {
	/* border-left: thin double #0033FF; */
	/* border-top: thin ridge #0033FF; */
}

#menus {
        float: right;
        width: 150;
        margin-right: -5px;
}


/* Some general looks for table row looks... */
.hilite1 {
        font-family: Arial, sans-serif;
        font-size: 10pt;
        background-color: #CCCCCC;
};

.hilite2 {
        font-family: Arial, sans-serif;
        font-size: 10pt;
        background-color: #FFFFFF;
};

/* Let's define some layout looks for our sermons */
.sermonTitle {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-variant: small-caps;
	color: #003399;
}

.sermonSubTitle {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003399;
}

.sermonBibleRef {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
}

.sermonGivenBy {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
}

.sermonDate {
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
}

.sermonText {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
