@charset "utf-8";
body {
	background: #fff;
	color: #fff;
	font: 1em Calibri, "Lucida Sans", Verdana, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2, h3 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", serif;
	line-height: 1.25em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

#container { 
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page if needed */
	margin-top: 1em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 100%;
}

#header { 
	background: #33c url(../Images/episcshield_075_095_drk.gif) no-repeat;
	background-position: 99% 50%;
	border: .225em solid #333;
	height: 75px;
	line-height: 2.15em;
	margin-bottom: 1em;
	padding: .5em 5em .5em 2em;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header h1, #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#canvas {
	background: #fff;
	margin-top: 1em;
	margin-right: 10%;
	margin-top: .5em;
	margin-left: 10%;
	width: 80%;
}

#canvas.p1 {
	border: .075em solid #333;
	height: 279px;
}

#sidebar1 {
	color: #000;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 9em; /* since this element is floated, a width must be given */
}

#sidebar1.p1 { 
	background: #999;
	border-right: .075em solid;
	font-size: 1.15em; #333
	font-style: italic;
	line-height: 1.15em;
	height: 279px;
}

#sidebar1.win {
	height: 280px;
	margin: 0 auto;
	width: 170px;
}

#sidebar1.win img {
	border: .075em solid #333;
}

#sidebar1.win03 {
	background: url(../Images/win03.jpg) no-repeat;
}	
	
#sidebar1.win04 {
	background: url(../Images/win04.jpg) no-repeat;
}	

#sidebar2 {
	float: right;
	line-height: 1.15em;
	margin: 0 auto; /* top and bottom padding create visual space within this div */
	width: 8em; /* since this element is floated, a width must be given */
	padding: 0;
}

#sidebar2.p1 {
	background-color: #333;
	height: 279px;
	width: 8.1em;
}

#sidebar1 p {
	margin: 1em .5em 0 1em; 
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	color: #000;
	line-height: 1.25em;
 	margin: 0 10em 0 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 1em; /* padding here creates white space "inside the box." */
} 

#mainContent.picture {
	background: #333 url(../Images/stBedes.jpg) no-repeat center;
	height: 279px;
 	margin: 0 6.75em 0 9.25em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0; /* padding here creates white space "inside the box." */
}

#mainContent li {
	padding: .25em;
}

#mainContent dt {
	padding-top: 1em;
}

#footer { 
	background:#33c;
	border: .225em solid #333;
	line-height: 1em;
	margin: .5em 0;
	padding: .5em 1em .5em .6em; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer table {
	color: fff;
	font-size: .75em;
	padding: .5em 7em .5em 8em;
	width: 100%;
}

#footer a:link {
	color: #fff; /* white */
	text-decoration: underline;
}

#footer a:visited {
	color: #420908; /* maroon */
}

#footer a:focus {
	background-color: #420908; /* maroon */
	color: #fff; /* white */
}

#footer a:hover {
	color: #fff; /* white */
	text-decoration: none; 
}

#footer a:active {
	color: #fff; /* white */
}

/* Classes */
.alctr {
	text-align: center;
}

.allft {
	text-align: left;
}

.alrt {
	text-align: right;
}

.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;
    font-size: 1em;
    height:0;
    line-height: 0;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: .6em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: .6em;
}

.uline {
	text-decoration: underline;
}
