/**
* @file			ChurchSiteCSS.css
*
* @copyright 	(C) First Church Monson, 2008
* 
* @author		Carrie Murphy
* @date			1/31/2008
* @description	CSS file for church website



/* *******************************************************************
   *   UNIVERSAL 
   *   These will determine the background images
   ******************************************************************* */
body
{
	background-color:#D7A252;
}
.Bckgnd_mainWin_rpt
{
	background-image:url(../images/church_body_rpt.jpg);
	background-repeat: repeat;
}
.Bckgnd_UVP_mainWin
{
	background-image:url(../images/body.jpg);
	background-repeat: repeat;
}

div#MainWindow
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:15px;
	margin-right:30px;
}

div#MainWindow a
{
	color:#066FA5;
	text-decoration:underline;
}

/* style below is repeated toward the end 
of doc. I dont know why but it works that way */
div#MainWindow a:hover
{
	color:#7995BD;
}

div#MainWindow a:visited
{
	color:#066FA5;
}

div#MainWindow font
{
	font-size:12px;
	color:#313131;
}

div#MainWindow h1
{
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
}

div#MainWindow h2
{
	font-size:15px;
	font-weight:bold;
	color:#686868;
	margin-top:10px;
	margin-bottom:10px;
}

div#MainWindow h3
{
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#686868;
}

div#MainWindow h4
{
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#066FA5;
}

div#MainWindow h5
{
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#ff0000;
}

div#MainWindow h6
{
	font-size:12px;
	margin-top:3px;
	margin-bottom:10px;
	font-weight:bold;
	color:#7995BD;
}

.MainWindow_h7
{
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#ff0000;
}

div#MainWindow p
{
	font-size:12px;
	color:#313131;
}

div#MainWindowRight li
{	
	list-style-type:square
	color:#066FA5; 
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:0px;
}

div#MainWindowRight
{
	margin-top:10px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
}

div#MainWindowRight a
{
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:0px;
	color:#b4c849;
}

div#MainWindowRight a:hover
{
	text-decoration:underline;
	color:#313131;
}

div#MainWindowRight font
{
	margin-top:10px;
	font-size:11px;
	color:#b4c849;
}

div#MainWindowRight h2
{
	font-size:12px;
	font-weight:bold;
	color:#313131;
	margin-top:10px;
	margin-bottom:10px;
}

div#MainWindowRight h3
{
	font-size:16px;
	font-weight:bold;
	color:#313131;
	margin-top:10px;
	margin-bottom:10px;
}

div#MainWindowRight p
{
	font-size:11px;
	color:#313131;
	margin-top:0px;
	margin-bottom:10px;
}

div#MainWindowRight ul
{	
	margin-left:0px; 
	padding-left:15px;
}