﻿body
{
	background: #ffeba4;
/*}
.Bkg_Image
{*/
	background-position: center 5px;
	background-image: url('../Images/serraboy72_bkg.gif');
	background-repeat: no-repeat;
}
#Wrapper
{
	width: 950px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ /*background: #ffeba4;*/ /*background-color: #5599FF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) centers the page */ /*border: 0px solid #000000;*/
	text-align: left;
	border: thin double #FC3;
} 
.Hdr_img_left
{
	height: 100px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	/*background-color: #00FFFF;*/
}
.Hdr_img_right
{
	height: 100px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	/*background-color: #00FFFF;*/
}
.Home_img_SerraBoy
{
	height: 200px;
	margin-top: 5px;
	margin-right: 50px;
	margin-left: 10px;
	float: right;
	/*background-color: #00FFFF;*/
}
.Sammon
{
	/* height: 150px; */
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-left:30px;
	vertical-align:central;
	/*background-color: #00FFFF;*/
}
#Header h1
{
	/*border-style: solid;
	border-width: thin;*/
	margin-left: 15px;
	width: 620px;
	color: #005A00;
	/*color: #2233FF;*/
	text-align: center;
	font-size: xx-large;
	float: left;
}
#Header table
{
	/*border-style: solid;*/
	border-spacing: 0px;
	padding-left: 50px;
	padding-right: 50px;
}
#Menu ul
{
	/*border-style: solid;
	border-width: thin; */
	/*margin: 10px; */
	list-style: none;
	float: left;
	width: 910px;
	height: 50px;
	list-style-image: none;
	background-color: #008000;
}
/* Added .Short and .Long menu item classes to allow for shorter or longer text (instead of all the same)*/
/* Commented out the corresponding rules in the #Menu .li a:link style.*/
#Menu .Short 
{
	float: left;
	width: 125px;
	text-align: center;
	margin-top: 5px;
}
#Menu .Long 
{
	float: left;
	width: 165px;
	text-align: center;
	margin-top: 5px;
}
#Menu li a:link, #Menu li a:visited
{
	/*background:#8C7E62;*/
	margin: 0px;
	/*float: left;*/
	/*width: 145px;*/
	/*text-align: center;*/
	background-color: #008000; /* #8DC1E3; */
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em; 
	/*margin-top: 5px;*/
}
#Menu li a:hover
{
	/*background:#FAC60F;*/
	color: #FAC60F;
	font-style: italic;
}
#Menu li a.current, #Menu li a.current:hover,  #Menu li a.current:active
{
	background:#78320E;
	color:#FFFFFF;
}

.currentEvents
{
	color: #FF99FF;
}

.clearfloat { 
	/* this class should be placed on a div or break element and should be the
	final element before the close of a container that should fully contain a 
	float */
	clear:both;
    /*height:0;
    font-size: 1px;
    line-height: 0px; */
}
#MainContent
{
}
#MainContent p, #MainContent ul
{
   font-size: medium;
   margin-right: 50px;
   margin-left: 50px;
}
#MainContent .pem
{
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #008000;
}
#MainContent .newsletter
{
	font-size: large;
	font-weight: bold;
	color: #005A00;
}
#MainContent a:link, #MainContent a:visited
{
	/*background:#8C7E62;*/
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 1em;
	font-weight: bold;
	color: #1831c2;
	text-decoration: none;
	line-height: 1.2em; 
}
#MainContent a:hover
{
	/*background:#FAC60F;*/
	color: #6591d7;
	font-style: italic;
}
h1
{
	color: #005A00;
	text-align: center;
	font-size: x-large;
}
hr 
{
   border-color: #008000;
   width: 80%;
}
#MainContent p .LMargin 
{
   margin-left: 200px;
}
#MainContent p .RMargin 
{
   margin-right: 200px;
}
.centerList
{
	text-align: center;
}

#ConsecratedLife
{
	float:left
/*	border: thick solid #FC3;
	margin-left: 100px; */
}