@charset "utf-8";
/* Coc Memorials*/
/* Written by Allan Simpson  http://www.simpson-design.com */


body {
    margin:0;
    padding:0;
	background-image:url(sitegraphics/bg.gif);
	background-color:#2C5784;
	background-position:top;
	background-repeat:repeat-x;
    color:#000;
	min-width:710px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}

	 /*----------text styles-------*/
	 
h1, h2, h3, h4, h5, h6 {
	color:#EBC036;
	margin:0;
	padding:0;
}

#mainhead {
	color:#EBC036;
	margin:0;
	padding:0;
}
	
p {
	font-size: 12px;
	color:#353535;
	margin:0px;
	padding:15px 10px 5px 15px;
}

p.navs {
	margin: 0px;
	padding: 7px 0 0 275px;
}

p.paper {
	font-size:12px;
	color:#666666;
	margin: 10px 20px 10px 30px;
	padding: 0;
}

p.footer {
	font-size: 12px;
	color:#E9E7DA;
	margin:0px;
	padding:15px 10px 5px 15px;
}

   /*----------link styles-------*/	
	

a {color: #000000;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;color: #000000;}
a:hover {text-decoration: none;color: #0099FF;}
a:active {text-decoration: none;}

a.navs {color: #FFFFFF;font-size:14px;font-weight:bold;margin:0px;}
a.navs:link {text-decoration: none;}
a.navs:visited {text-decoration: none;color: #FFFFFF;}
a.navs:hover {text-decoration: none;color: #E3DFD5;}
a.navs:active {text-decoration: none;}

a.navs_home {color: #FBC734;font-size:14px;font-weight:bold;}
a.navs_home:link {text-decoration: none;}
a.navs_home:visited {text-decoration: none;color: #FBC734;}
a.navs_home:hover {text-decoration: none;color: #4C0A0A;}
a.navs_home:active {text-decoration: none;}

a.footer {color: #428AD5;}
a.footer:link {text-decoration: none;}
a.footer:visited {text-decoration: none;color: #6FAEEF;}
a.footer:hover {text-decoration: none;color: #6FAEEF;}
a.footer:active {text-decoration: none;}


    /*--------------wrapper------------*/
	
	
#wrap {
	background-image:url(sitegraphics/main_extender.png);
	background-repeat:repeat-y;
	margin:0 auto;
	width:710px;
}
#wrap_wide {
	background-image:url(sitegraphics/main_extender_wide.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	width:710px;
}
	


			/*----------DIVS-------------------*/	
			
div#header {
    background-image: url(sitegraphics/header.png);
	margin:0px;
	padding:0px;
	height:102px;
	width:710px;
    }
div#navbar {
	background-image: url(sitegraphics/navbar.png);
	padding:0px;
	margin:0px;
	height:31px;
	width:710px;
	}
div#welcome {
    background-image: url(sitegraphics/welcome_banner.png);
	margin:0px;
	padding:0px;
	height:236px;
	width:710px;
    }
	
div#welcome_blank {
    background-image: url(sitegraphics/welcome_blank.gif);
	margin:0px;
	padding:0px;
	height:34px;
	width:710px;
    }
	
#paper_wide {
	margin:0px;
	padding:0px;
	width: 710px;
}
/*------------------DIVs for top 2 column ------------------*/	
#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 710px;
	background-image:url(sitegraphics/main_extender.png);
}

#container_wide {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 710px;
	background-image:url(sitegraphics/main_extender_wide.gif);
}

#paper {
	float: left;
	width: 362px;
}

#showcase {
	float: right;
	width: 348px;
}


#footer {
	clear: both;
	background-image: url(sitegraphics/footer.png);
	background-repeat:no-repeat;
	height:86px;
	margin: 0px 0px 0 0px;
	padding: 0px;
}