/* Style file for FBC website */
  
body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color:#16047A;
	}


   a.nav:link {color:#000000; text-decoration:none; padding-right:2em}
   a.nav:visited {color:#000000; text-decoration:none; padding-right:2em}
   a.nav:hover {color:#F7F719; text-decoration:none; padding-right:2em}
   a.nav:active {color:#F7F719; text-decoration:none; padding-right:2em}

   a.norm:link {color:#0000FF; text-decoration:none}
   a.norm:visited {color:#0000FF; text-decoration:none}
   a.norm:hover {color:#0000FF; text-decoration:none}
   a.norm:active {color:#0000FF; text-decoration:none}

   a.address:link {color:#9D8CFB; text-decoration:none}
   a.address:visited {color:#9D8CFB; text-decoration:none}
   a.address:hover {color:#9D8CFB; text-decoration:none}
   a.address:active {color:#9D8CFB; text-decoration:none}

img {
	border-style:none;
   }

img.content-left {
		position:relative;
		left:30px;
		top:-10px;
	}

  #wrapper {
		width:1000px;
		margin:0px auto;
		border:2px solid #F7F719;
		padding:0px;
	}
  #banner {
		height:155px;
		padding:10px;
		background-image: url('images/banner.png');
		background-repeat: no-repeat;
	}

  #header_address {
		height:38px;
		margin-top:77px;
		text-align:right;
		color:#9D8CFB;
	}
	
  #header_nav {
		height:40px;
		margin-left:280px;
		font-size:1.5em;
		font-weight:bold;
	}
	

  #content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
    		float:left;
	}
  #content-left {
  	width:200px;
	}
  #content-main {
		margin-left:10px;
		width:740px;
		background-color:#FFFFFF;
	}
  #content-right {
		width:4px;
	}
  #bottom {
		clear:both;
		text-align:right;
		color:#9D8CFB;
	}
