/* Define default values for whole site */

body
	{
	text-align:center;
	background:white;
	font: courier;
	}
		
/* Container for centering all content */

#container
	{
	width:800px;
	margin:0px auto 0px auto;
	padding: 0px;
	background:white;
	text-align:left;
	}


/* Masthead - the title bar */

#masthead
	{
	margin: 0px;
	height: 163px;
	padding: 0px;
	background:white;
	text-align:left;
	}

/* FBCDH Logo - the logo container */

#logo
	{
	margin: 0px;
	background-image: url(images/site/fbcdhlogo.gif);
	border: 0px solid white;
	width: 163px;
	height: 163px;
	text-align:left;
	float: left;
	}

#banner
	{
	margin: 0px 0px 0px 3px;
	border: 0px solid white;
	width: 412px;
	height: 163px;
	text-align:left;
	float: left;
	}

#pagepic
	{
	margin: 0px 0px 0px 3px;
	border: 0px solid white;
	width: 162px;
	height: 163px;
	
	text-align:left;
	float: left;
	}

#filler
	{
	margin: 0px 0px 0px 3px;
	border: 0px solid black;
	width: 50px;
	height: 163px;
	background: black;
	text-align:left;
	float: left;
	}

/* Breadcrumb - The breadcrumb trial */

#breadcrumb
	{
	margin: 5px 0px 4px 0px;
	height: 33px;
	padding: 0px;
	text-align:left;
	}

#trail
	{
	margin: 0px 0px 0px 3px;
	height: 27px;
	width: 622px;
	padding: 7px 0px 0px 10px;
	background:#ff9;
	text-align:left;
	font-size: small;
	float:left;
	color: black;

	}
	
#trail a:link
	{
	text-decoration:none;
	color: black;

	}
	
#trail a:visited
	{
	text-decoration:none;
	color: black;
	}
	
#trail a:hover
	{
	text-decoration:none;
	color: black;
	}

#trail a:actve
	{
	text-decoration:none;
	color: black;
	}
	
#welcome
	{
	margin: 0px 0px 0px 0px;
	width: 163px;
	height: 28px;
	padding: 5px 0px 0px 0px;
	background:#Fc0;
	text-align:center;
	font-weight: bold;
	font-size: large;
	float: left;
	}





/* Content - The Main Content holder */

#content
	{
	margin-left: 166px;
	margin-right: 154px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px 10px 20px 10px;
	border: 0px solid #000;
	background:#ff9;
	text-align:left;
	font-size: 14px;
	color: black;
	}
	
#content a:link
	{
	text-decoration:underline;
	color: blue;

	}
	
#content a:visited
	{
	text-decoration:underline;
	color: blue;
	}
	
#content a:hover
	{
	text-decoration:underline;
	color: blue;
	}

#content a:actve
	{
	text-decoration:underline;
	color: blue;
	}
	
#conheading
	{
	background: gray;
	Margin: 0px 5px 5px 5px;
	padding: 2px 6px 5px 6px;
	font-size: 23px;
	font-weight: bold;
	}

#headleft
	{
	color:#fc0;
	float:left;
	padding-right: 0.5pc;
	}


#headright
	{
	color:white;
	}


#conintro
	{
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 6px 10px 6px;
	}
	
#conheader
	{
	color: black;
	font-size: normal;
	font-weight: bold;
	background: yellow;
	padding: 3px 5px 3px 10px;
	margin-bottom: 5px;
	}

#conhigh
	{
	color: black;
	font-size: normal;
	font-weight: bold;
	background: white;
	padding: 5px 5px 5px 10px;
	margin: 3px 0px 5px 0px;
	border: solid gray 2px;
	}

#conimage
	{
	color: navy;
	text-align: center;
	font-size: normal;
	font-weight: bold;
	background: white;
	padding: 5px 5px 5px 4px;
	margin: 3px 0px 3px 0px;
	border: solid gray 1px;
	}


img.conthumb
	{
	float: right;
	margin: 0px 5px 5px 3px;
	width: 150px;
	border: solid gray 2px;
	}


img.conpic
	{
	float: left;
	margin: 0px 5px 0px 0px;
	width: 450px;
	border: solid black 2px;
	}

	
/* Navigation - The left hand navigation Panel */

#navigation
	{
	float: left;
	width: 163px;
	margin-left: 0px;
	background:white;
	text-align:left;
	}

ul.nav
	{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
	width:162px;
	}
	
li.nav
	{
	background:  url(images/site/box.gif) no-repeat left center;
	height: 25px;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 0px 35px;
	background-color: #fc0;
	font-size:large;
	display: block;
	}


li.navthis
	{
	background:  url(images/site/thisbox.gif) no-repeat left center;
	height: 25px;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 0px 35px;
	background-color: #fc0;
	font-size:large;
	}

li.nav a:link
	{
	text-decoration:none;
	color: black;
	display:block;
	}
	
li.nav a:visited
	{
	text-decoration:none;
	color: black;
	display:block;
	}
	
li.nav a:hover
	{
	text-decoration:underline;
	display:block;
	color: black;
	}

li.nav a:active
	{
	text-decoration:none;
	display:block;
	color: black;
	}

li.navthis a:link
	{
	text-decoration:none;
	color: black;
	display:block;
	}
	
li.navthis a:visited
	{
	text-decoration:none;
	display:block;
	color: black;
	}
	
li.navthis a:hover
	{
	text-decoration:underline;
	display:block;
	color: black;
	}

li.navthis a:active
	{
	text-decoration:none;
	display:block;
	color: black;
	}


#addtitle
	{
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 5px 3px;
	background:#666;
	text-align:left;
	font-size: 13px;
	font-weight:bold;
	color:#fc0;
	float: left;
	}	


#address
	{
	width: 153px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	background:#fc0;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	float: left;
	}	
	
#addemail
	{
	width: 162px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	background:#fc0;
	text-align:center;
	font-size: 12px;
	font-weight:normal;
	float: left;
	color: black;
	}	

#addemail a:link, a:visited, a:active, a:hover
	{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: black;
	}


/* Related - The Right Hand navigation panel */

#extra
	{
	float:right;
	width: 150px;
	margin-right: 0px;
	padding: 0px 0px 10px 0px;
	border: 0px solid #000;
	background:#ff9;
	text-align:Center;
	font-size: 12px;
	}
	
#extraheading
	{
	font-size: 22px;
	font-weight: bold;
	background-color: #fc0;
	color: Black;
	width: 136px;
	margin: 0px 0px 10px 6px;
	}
	
#extracontact
	{
	padding: 0px 0px 5px 0px;
	margin: 0px 5px 5px 6px;
	font: bold 12px 'verdana';
	color: black;
	background: White;
	}

#extracontactemail
	{
	padding: 5px 0px 4px 0px;
	margin: 5px 5px 0px 6px;
	font: bold 11px 'verdana';
	color: yellow;
	background: gray;
	}

#extracontactemail a:link,  a:visited,  a:active,  a:hover
	{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: yellow;
	}
	
ul.extra
	{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	border: 0px solid black;
	width: 140px;
	height: 350px;
	font: normal 12px 'verdana';
	background: white;
	color: black;
	}

ul.extra a:link, ul.extra a:visited, ul.extra a:active
	{
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
	color: black;
	}

ul.extra a:hover
	{
	display: block;
	background:#ccc;
	color: black;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
	}
	
li.extra
	{
	background: white;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	width: 130px;
	}
	
	
	
	
	
	
/* Footer - the page footer */

#footer
	{
	clear:both;
	height: 20px;
	padding: 2px;
	border: 0px solid blue;
	background:#ccc;
	text-align:center;
	}