@charset "UTF-8";
/* CSS Document */

*|* {
	margin:0pt;
	padding:0pt;
	outline: none;
  }
  body {
	background-color:#FFFFFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#000000;
	margin:0;
	padding:0;
	background-color:#fcb66c;
  }

p {
	line-height: 16px;
	margin: 0px auto;
}
a {
	color:#004b89;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
h1 {
font-size: 28px;
font-weight: bold;
margin: 0;	
}

h2 {
font-size: 21px;
line-height:1.2em;
font-weight: bold;
margin: 0;	
padding: 0;	
display:inline;
}

h3{
	line-height:1.2;
  }
  
ul {margin:0; padding:0; list-style:disc; display:inline; } 
ol {margin:0; padding:0; display:inline; }
  
  #outer-wrapper {
	width:920px;
	margin:0pt auto;
	float:center;
  }
  
  #wrapper {
	width:900px;
	margin:0pt auto;
	padding:10px;
	float:center;
	border: 3px double #333;
	background-color:#FFFFFF;
  }
  #top-buffer {
	height:15px;
  }
  
  #bottom-buffer {
	postion:relative;
	float:left;
	height:5px;
  }
  
  #header {
	width:900px;
	height: 172px;
	margin:0pt auto;
	float:center;
	background: url('images/header-back.jpg') no-repeat;
  }
  
  #short-header {
	width:900px;
	height: 80px;
	margin:0pt auto;
	float:center;
	background: url('images/header-back-short.jpg') no-repeat;
  }
  
  #navbar {
	width:163px;
	margin:0pt auto;
	float:left;
	position:relative;  
	display:inline-block;
	text-align: left;
	background: #BBBBBB;
  }
  
   .body-text {
	width: 600px;
	height: auto;
	margin:0pt auto;
	position:relative;
	display:inline-block;
	top:10px;
	left:-21px;
   }
  
  .nav-button a {
	width:163px;
	height:40px;
	background:url('images/nav-orangeback.jpg') 0 0;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	color: #555;
	margin: 0 auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	line-height:2.4em;
   }
   .nav-button a:hover { font-weight: bold; color: #333; background-position: 0 -40px; }
   
   .nav-selected a {
	width:163px;
	height:40px;
	background:url('images/nav-orangeback.jpg') 0 0;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	color: #000;
	margin: 0 auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	line-height:2.4em;
	font-weight: bold;
   }
   .nav-selected a:hover { background-position: 0 -40px; }