body{
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10pt;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
}
.cse-overlay a{
       color:#9C3000;
}
.cse-overlay a:hover{
       color: #8F9B00;
       text-decoration: none;
}
.gs-visibleUrl{
       color:#8F9B00;
}
/*Layout*/
/*HEAD*/
#header{
	position: relative;
	top: 20px;
	width: 790px;
	height: 255px;
	text-align: center;
	border: 1px solid black;
	border-bottom: 0px;
}
	#header-image{
		width: 100%;
		height: 225px;
		background-image: url(images/banner.jpg);
		background-repeat: no-repeat;
	}
	#nav{
		position: relative;
		width: 100%;
		height: 30px;
		background-image: url(images/red-bg.jpg);
		background-repeat: repeat;
		border-top: 1px solid black;
		padding: 5px 0px 5px 0px;
		text-indent: 175px;
		overflow: hidden;
	}
/*END HEAD*/
/*CONTENT*/
#content{
	position: relative;
	top: 20px;
	width: 790px;
	background-color: #fff;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	overflow: hidden;
}
#left{
	float: left;
	width: 150px;
        *width: 170px;
	padding: 0px 15px;
}
#right{
	float: left;
	width: 610px;
}
	#text{
		padding: 5px;
	}
#footer{
	height: 150px;
	top: 0px;
	background-color: #fff;
	margin: 0px 0px 20px 0px;
	width: 790px;
	text-align: center;
	border: 1px solid black;
	border-top: 0px;
	z-index: 0;
	padding-top: 20px;
}
	#foot-nav{
		height: 30px;
		width: 100%;
		background-image: url(images/content-bg.jpg);
		background-repeat: repeat-y;
		padding: 15px 0px 0px 0px;
		text-align: center;
	}
	#contact{
		height:50px;
		width: 100%;
		background-image: url(images/red-bg.jpg);
		background-repeat: repeat;
		padding: 5px 0px 10px 0px;
		font-size: 8pt;
		color: #F4E8BD;
	}
	#copyright{
		height: 30px;
		width: 100%;
		background: #fff;
		padding: 2px 0px 0px 0px;
		font-size: 7pt;
	}

/*Styling*/
	/*HEADERS*/
		h1{color: #9C3000;}
		h2{color: #9C3000;}
		h3{color: #9C3000;}
		h4{color: #9C3000;}
		h5{color: #000000; font-size: 14pt;}
		#left{
			color: #FEB;
		}
	/*LINKS*/
		/*nav links*/
		a{
			color: #F4E8BD;
			text-decoration: none;
			font-weight: bold;
			font-variant: normal;
		}
		a:hover{
			color: #FFFAE8;
			text-decoration: underline;
			font-variant: normal;
		}
            /*Back to top links*/
                 .toplink {
                        text-align:center;
                        font-size:x-small;
                 }
	/*IN TEXT LINKS*/
		#text a{
			font-weight: normal;
			color: #8F9B00;
			text-decoration: none;
		}
		#text a:hover{
			color: #300;
		}
		#foot-nav a{
			font-weight: normal;
			color: #8F9B00;
			text-decoration: none;
		}
		#foot-nav a:hover{
			color: #300;
		}
	/*LISTS*/
		/*TOPNAV*/
		#menu{
			float: left;
			padding: 0px;
			margin: 0px;
			list-style-type: 0px;
			width: 100%;
		}
		#menu li{
			display: inline;
			padding: 0px 10px 0px 10px;
			font-size: 9pt;
		}
		/*LEFTNAV*/
		#left ul{
			width: 125px;
			list-style-type: none;
			margin: 0;
			margin-left: 5px;
			padding: 0px 0px 10px 5px;
			font-size: 9pt;
		}
        /*TABLES*/
         #content table{
                        font-size: 12px;
                }
	/*FOOT MENU*/
		#foot-menu{
			float: left;
			padding: 0px;
			margin: 0px;
			list-style-type: 0px;
			width: 100%;
		}
		#foot-menu li{
			display: inline;
			padding: 0px 10px 0px 10px;
			font-size: 9pt;
		}
		.postmetadata{
			font-size: 85%;
			text-align: right;
		}
/*SUBMENU*/
	.submenu ul{
		list-style-type: none;
		display: table;
	}
	.submenu li{
		display: inline;
		padding: 2px 6px;
			}
/*IMAGES*/

       .imgright{
                float:right;
                margin: .5em;
                padding: .5em;
}
       .imgleft{
                float:left;
                margin: .5em;
                padding: .5em;
}

/*SPECIAL TEXT*/

		.indent p{
				margin-left: 10pt;
}
		p.byline{
				font-weight:bold;
				font-size:14px;
				text-align: left;
}
		.byline span{
				padding-left: 4em;
				font-weight:normal;
				font-size: 12px;
}


/*NEWSREEL*/
#newsreel{
	margin: 0 0 10px 0;
	font-size: 85%;
}
#newsreel h3{
	color: #FCF5E2;
	font-size: 105%;
	margin: 0;
	padding: 0;
}
#newsreel p{
	font-variant: normal;
	margin: 2px 0 10px 0;
}
#newsreel a{
	font-weight: normal;
	color: #FCF5E2;
	text-decoration: underline;
}
#newsreel a:hover{
	color: #FEB;
}
