* {
   padding: 0;
   margin: 0;
}

h1, h2, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

h2, h3, h4, h5, h6 {
	margin-top: 1em;
}

body {
	background: #be9137;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	position: relative;
	text-align: center;
	color: #160DB2;
	padding: 1.5em 0 0 0;
}

h2 {
	text-align: left;
	padding-left: 12px;
	color: black;
}

h3 {
	text-align: left;
	padding-left: 12px;
	color: black;
}

h4 {
	text-align: left;
	padding-left: 12px;
	color: black;
}

p {
	margin-left: 10px;
	margin-right: 5px;
}

p.photo {
	text-align: center;
	font-weight: bold;
}

p.photo img {
	float: left;
}

p#flag img {
	float: left;
	clear: both;
	margin: 0 15px 0 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #CAE5FB;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	padding-left: 1em;
}

#postdate {
	font-size: 70%;
}

#banner {
	position: relative;
	width: 100%;
	height: 150px;
	background: black url(full_moon-y150.jpg) center no-repeat;
	text-align: center;
}

#navbar {
	position: relative;
	width: 100%;
	height: 1.2em;
	border-top: none;
	border-bottom: none;
	background-color: #291DF8
}

#navlist {
	float: right;
}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	padding-right: 2px;
	display: inline;
}

#navlist ul li {
	display: inline;
	margin-left: 0;
	padding: 1px 15px 1px 15px;
	border-left: 1px solid #9CDAF9;
	list-style: none;
}

#navlist ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#topad {
	position: relative;
	clear: both;
	top: 20px;
	height: 90px;
	width: 728px;
	left: 50%;
	margin-left: -364px;
}

#container {
	position: relative;
	padding-top: 20px;
}

#col1,
#col3 {
	position: relative;
	width: 130px;
	margin: 30px 0 0 0;
}

#col1 {
	float: left;
	padding-left: 20px;
}

#col3 {
	float: right;
	padding-right: 10px;
}

#col2 {
	position: relative;
	margin: 0 160px 20px 160px;
	padding: 0 10px;
	border-right: 1px solid red;
	border-left: 1px solid red;
}

#navfooter {
	clear: both;
	width: 99%;
	margin: 0px 0px 0px 0px; 
	padding: 0px 20px 20px 0px; 
}

#navfooter ul	{ 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	float: right; 
}

#navfooter li	{ 
	font-size: 90%; 
	margin: 0px; 
	padding: 0px 8px 0px 6px; 
	float: left; 
}

#footer	{ 
	position: relative;
	clear: both;
	width: 99%; 
	padding-top: 5px;
	border-top: 1px solid #add8e6;
}

#footer #copyright	{ 
	margin: 0px 12px 0px 12px; 
	float: left;
	font-size: 85%;
	line-height: 1.3em; 
}

#footer ul	{ 
	margin: 0px; 
	padding-bottom: 5px; 
	list-style: none; 
	float: right; 
}

#footer li	{ 
	font-size: 90%; 
	margin: 0px; 
	padding: 0px 8px 0px 6px; 
	float: left;
}

#byline {
	font-size: 80%;
}

.email {
	font-family: monospace;
}

/* div embedded in main text */
.inlineadright {
	float: right;
	margin: 8px 0px 8px 8px;
	background: #be9137;
}

/* div embedded in main text */
.inlineadcenter {
	position: relative;
	width: 468px;
	height: 60px;
	margin: 10px auto 10px auto;
}

.BRIDGEHEAD {
	text-align: center;
}

.indexitem {
	text-transform: capitalize;
}

.indexitem p {
	padding-left: 0.7em;
}





