/* CSS Document */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

#main {
	background-image: url(images/main.jpg);
	height: 140px;
	width: 741px;
	background-repeat: no-repeat;
}

#linkbar {
	background-image: url(images/linkbar.jpg);
	height: 43px;
	width: 741px;
	background-repeat: no-repeat;
}

#linkbar2 {
	background-image: url(images/linkbar2.jpg);
	height: 43px;
	width: 741px;
	background-repeat: no-repeat;
}

#top_content {
	background-image: url(images/top_content.jpg);
	height:100px;
	width: 741px;
	background-repeat: no-repeat;
}

#main_content {
	background-image: url(images/body_tile.jpg);
	width: 356px;
	background-repeat: repeat-y;
	padding-left: 125px;
	padding-right: 260px;
	font-size: 14px;
}

#footer {
	background-image: url(images/footer.jpg);
	width: 621px;
	height: 130px;
	padding-top: 100px;
	font-size: 10px;
	padding-left: 120px;
}

p {padding-bottom: 6px;
padding-top: 6px;}

p.smallheader {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	margin-left: 165px;
	margin-right: 300px;
	font-size: 24px;
	padding: 30px 6px 6px;
	font-style: italic;
	text-align: center;
}

p.header3 {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #8D926A;
}

p.newsdateheader {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.showlistdate {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #0000CC;	
	padding-top: 5px;
	padding-bottom: 1px;
}

p.showlistlocation {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;	
	font-size: 18px;
	font-variant: small-caps;
	padding-top: 1px;
	padding-bottom: 5px;
}

p.showlistbody {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;	
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	padding-top: 46px;
	padding-left: 142px;
	color: #a9ac96;
	font-size: 24px;
	font-style: italic;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding-top: 0px;
	padding-left: 142px;
	color: #b3b79b;
	font-size: 12px;
	font-style: italic;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 16px;
	font-style: italic;
	color: #8D926A;
	padding-top: 15px;
	padding-bottom: 15px;
font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size: 14px;
	font-style: bold;
	color: #8D926A;
font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

blockquote {
	margin-left: 165px;
	margin-right: 300px;
	font-size: 12px;
	padding: 45px 6px 6px;
	font-style: italic;
}


#navcontainer ul
{
	padding: 16px 0 2px;
	margin-left: 132px;
	list-style-type: none;
	color: #006633;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #EDEEE8;
color: #660000;
padding: .2em 1em;
}

li a:hover
{
background-color: #EDEEE8;
color: #333399;
}

a.one:link {text-decoration: none; color: #660000;}
a.one:visited {text-decoration: none; color: #333399;}
a.one:hover {text-decoration: none; color: #333399;}

a.two:link {text-decoration: none; color: #0000FF;}
a.two:visited {text-decoration: none; color: #333399;}
a.two:hover {text-decoration: none; color: #333399;}

.class1 A:link {text-decoration: none; color: #660000;}
.class1 A:visited {text-decoration: none; color: #333399;}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: none; color: #333399;}

.class2 A:link {text-decoration: underline overline}
.class2 A:visited {text-decoration: underline overline}
.class2 A:active {text-decoration: underline overline}
.class2 A:hover {text-decoration: underline;}

li2 { display: inline; }

li2 a
{
text-decoration: none;
color: #660000;
}

li2 a:hover
{
text-decoration: none;
color: #333399;
}


