body{
	font-family: Verdana, Arial,sans-serif;
	background-color: #fffaf0;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 0;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
    background: #D3DCE3;
}

#navBar {
	margin: 0 0 0 79%;
	padding: 2px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #7a8eb7;
}

#content {
    float:left;
	width: 75%;
	margin: 0px 0px 10px 0px;
	padding: 0 3% 0 0;
	background-color: #fffaf0;
}

/************* #globalNav styles **************/

#globalNav {
    color: #666666;
    padding: 0px 0px 0px 10px;
    white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img {
    display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}

#masthead a {
    font-weight: bold;
    color: #333333;
}

/************** .story styles *****************/

.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p {
  padding: 0px 0px 0px 0px;
}

.story img {
	float: left;
	padding: 10px 10px 0px 0px;
	margin: 0 5px 5px 0;
    border: 0px;
}

.featured {
    float: right;
    background: #D3DCE3;
	border: 2px dashed #000000;
    width: 300px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

.list {
    background: #D3DCE3;
    border: 2px dotted #000000;
    width: 100%;
	padding: 10px 10px 10px 10px;
}

.feast {
    text-align: center;
	background-image: url(graphics/tile2.jpg);
    border: 4px solid #D3DCE3;
    padding: 10px;
}

.feast img {
    float: none;
	margin: 10px 10px 10px 10px;
}

.feast_detail {
    text-align: left;
	background-image: url(graphics/tile.jpg);
    border: 4px solid #D3DCE3;
    padding: 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}

.bold {
    font-weight: bold;
	font-size: 90%;
}

.bold2 {
    font-weight: bold;
	font-size: 100%;
}
.smaller {
	font-size: 80%;
    color: #CCCCCC;
}


