/* Families First Society - Fort Saskatchewan Stylesheet
	Written by Milan Simnovec April 18th 2006 */
	
	
/* -------- HTML Styles  -------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a448d;
	margin:20px 0px;
	padding:0px;
	background-color:#EFEFEF;
	text-align:center;
	}

form {
	margin:0px;
	padding:0px;
	}

h1 {
	color:#3a448d;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	font-size: 16px;
	font-weight: bold;

	}
	
h3 {
	font-size: 14px;
	font-weight: bold;

	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	}
	
h5 {
	font-size: 10px;
	font-weight: bold;
	}
	
h6 {
	font-size: 8px;
	font-weight: bold;
	}
	
a:link {
	color:#3a448d;
	text-decoration:underline;
	}

a:hover {
	color:#3a448d;
	text-decoration:none;
	}

a:visited {
	color:#3a448d;
	text-decoration:underline;
	}

a:visited:hover {
	color:#3a448d;
	text-decoration:none;
	}

textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* ------------ Layout Styles  ------------------- */


#siteframe {
	background-image:url(../images/framestretch.gif);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	width:760px;
	}

#topcurve {
	width:760px;
	height:13px;
	background-image:url(../images/site_top.gif);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	}

#topmenu {
	width:760px;
	height:28px;
	background-image:url(../images/topmenu_bg.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
	margin:0px 0px 7px 0px;
	}

#topmenu ul {
	list-style-type:none;
	padding:0px 0px 0px 34px;
	margin:0px;
	}

#topmenu ul li {
	display:inline;
	padding:0px 6px 0px 0px;
	}

#mainmenu {
	width:760px;
	float:left;
	text-align:left;
	margin:0px;
	padding:0px;
	}
	
#mainmenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 9px;
	}
	
#mainmenu ul li {
	display:inline;
	padding:0px 9px 0px 0px;
	margin:0px;
	}
	
#headerarea {
	width:744px;
	height:296px;
	float:left;
	text-align:left;
	padding:0px 8px;
	}

#headerleft {
	width:314px;
	height:296px;
	background-image:url(../images/FS_logo.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
#headerright {
	width:430px;
	height:296px;
	background-image:url(../images/header_pic.jpg);
	background-repeat:no-repeat;
	float:right;
	}
	
.eventsList h1 {
	font-size:14px;
	}

.listMonth h1 {
	font-size:12px;
	font-style:italic;
	}

#contentarea {
	width:744px;
	float:left;
	text-align:left;
	margin:0px;
	padding:0px 8px 10px 8px;
	}

#contentcolorblock {
	background-color:#edeef5;
	padding:5px;
	margin:0px;
	}

#pagetitle {
	background-color:#fff;
	padding:4px;
	}
	
#pagetitle h1 {
	
	padding:0px;
	margin:0px;
	}	

	
#footerarea {
	width:760px;
	padding:5px 0px 0px 0px;
	overflow:hidden;
	font-size:11px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	float:left;
	color:#9B9899;
	}
	
#footerarea a:link, #footerarea a:visited {
	color:#9B9899;
	text-decoration:none;
	}

#footerarea a:hover, #footerarea a:visited:hover {
	color:#9B9899;
	text-decoration:underline;
	}

#bottomcurve {
	width:760px;
	height:18px;
	background-image:url(../images/site_bottom.gif);
	background-repeat:no-repeat;
	float:left;
	}