/* CSS Document */
body {
	margin: 0px;
	background: #fff;
	width: 800px;
	padding: 0px;
	}	
	
p {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#333333;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
a:link {
  color:#2c4984;
  text-decoration:underline;
  }
a:visited {
  color:#2c4984;
  text-decoration:underline;
  }
a:hover {
  color:#990000;
  text-decoration:underline;
  }
a:active {
  color:#990000;
  text-decoration:underline;
  }
  
h1 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 10px 10px;
	}
	
h2 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	text-transform: none;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	}
	
h3 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	color: #CC6633;
	text-transform: none;
	font-weight: bold;
	margin: 20px 0px 0px;
	padding: 0px 0px 5px 10px;
	}
	
h4 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-transform: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	}		
	
ol {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#333333;
	font-size: 80%;
	list-style-position: outside;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: -10px 0px 0px 15px;
}

ul {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#333333;
	font-size: 80%;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: -10px 0px 0px 15px;
}

li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 5px 5px;
	list-style-position: outside;
}	
	
.date {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	background-color: #326698;
	width: 190px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin: 0px;
	}
	
div#search {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: .7em;
	color: #000;
	background-color: #fff;
	width: 198px;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	border-bottom: 1px solid #326698;
	border-left: 1px solid #326698;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #326698;
	}	
	
.sidebarhead {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	color: #fff;
	background-color: #666;
	width: 200px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	line-height: 1em;
	}
	
.sidebarinfo {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: .7em;
	color: #000;
	background-color: #eaeaea;
	width: 195px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}		

.questhead {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	color: #fff;
	background-color: #326698;
	width: auto;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 0px;
	line-height: 1em;
	}
	
.questinfo {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: .7em;
	color: #000;
	background-color: #eaeaea;
	width: auto;
	margin: 0px 0px 0px 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	}
	
.questinfo a:link {
	color:#666;
	text-decoration:underline;
	font-weight: bold;
  }
  
.questinfo a:visited {
  color:#666;
  text-decoration:underline;
  font-weight: bold;
  }
  
.questinfo a:hover {
  color:#326698;
  text-decoration:underline;
  font-weight: bold;
  }
  
.questinfo a:active {
  color:#666666;
  text-decoration:underline;
  font-weight: bold;
  }		
	
div#banner {
	width: 800px;
	float: left;
	font-size: 1px;
	color: #FFFFFF;
	}
	
div#main {
	width: 545px;
	float: left;
	padding: 10px 20px 10px 10px;
	}
	
div#sidebar {
	width: 200px;
	float: left;
	padding-left: 10px;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #326698;

	}
	
div#spacer {
	clear: both;
	}	
	
.footer {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	color: #fff;
	background-color: #666;
	width: 800px;
	margin-top: 10px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: .9em;
	padding: 10px;
	}
	
.footer a:link {
  color:#fff;
  text-decoration:underline;
  }
  
.footer a:visited {
  color:#fff;
  text-decoration:underline;
  }
  
.footer a:hover {
  color:#ffcc00;
  text-decoration:underline;
  }
  
.footer a:active {
  color:#fff;
  text-decoration:underline;
  }
  
.highlight {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 80%;
	color: #333333;
	width: 500px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px;

	}
	
.highlight a:link {
  color:#333333;
  text-decoration:underline;
  }
  
.highlight a:visited {
  color:#333333;
  text-decoration:underline;
  }
  
.highlight a:hover {
  color:#CC6600;
  text-decoration:underline;
  }
  
.highlight a:active {
  color:#333333;
  text-decoration:underline;
  }	  	

div#photo {
	float: left;
	width: 32px;
	border: none;
	}

div#floatleft {
	float: left;
	width: 200px;
	vertical-align: top;


}

div#floatright {
	float: left;
	width: 300px;
	background-position: left top;
	margin: 0px;
	padding: 0px;



}

div#floatleftbutton {
	float: left;
	width: 50px;
	vertical-align: top;
	text-align: right;


}

div#floatrightbutton {
	float: left;
	width: 400px;
	background-position: left top;
	margin: 0px;
	padding: 0px;



}

div#spacer {
	clear: both;
	margin: 5px 0px 0px;
	padding: 0px;
  }

p.logo {
	text-align: center;
}

div#photo {
	width: 225px;
	float: right;
	padding: 5px;
	text-align: center;
}

