/* General */

body {
	margin-top: 0px;
	background: url('/image/header.jpg') #429315 no-repeat center top;
	color: #b9ecfd;
}

a {
	color: #fdd600; text-decoration: none
}
th {
	background-color: transparent
}
p, ul, ol, dl, div {
	font-family: Arial, sans-serif
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", serif; color: #fff
}
ul.plain {
	list-style-type: none; margin-left: 0px; margin-right: 0px
}
ul.sub-pages {
	list-style-type: none; margin-left: 0px; margin-right: 0px
}
ul.sub-pages li {
	display: block; margin-bottom: 0.75em; clear: both
}


/* Header */

.header {
	clear: both;
	text-align: center;
	display: block;
	background: url(/image/header.jpg) #429315 no-repeat center top;
}

/* Top navigation */
.topnav {
	text-align: center; list-style-type: none; margin: 0px; font-size: 2.05em;
	margin-top: 260px;
}

.topnav ul {
	font-family: "Times New Roman", serif;
	margin-bottom: 0.5em;
}

.topnav hr {
	margin-bottom: 0.8em;
}

.topnav li {
	padding-bottom: 0px; margin: 0em 2px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px
}
.topnav li a {
	color: #fdd600
}
.topnav li a:hover {
	color: #fff
}
.topnav li a.active {
	color: #fff
}

/* Left sidebar */

.sidenav {
	font-size: 125%;
}

.sidenav a:hover {
	color: #fff
}

/* Content */

.content-head {
	background: url(../image/content-bg-top.png) no-repeat center top;
    height: 12px;
	font-size: 0.02%;
}

.content-mid {
    min-height: 28em;
}

.content-foot {
	background: url(../image/content-bg-foot.png) no-repeat center bottom;
    height: 12px;
	font-size: 0.02%;
}

.content {
	background: url(../image/content-bg-middle.png) repeat-y top center ;
	color: black;
	font-family: "Arial", sans-serif;
}
.content p, .content li {
	font-family: Arial, sans-serif;
}
.content a {
	font-family: Arial, sans-serif;
	color: black;
	text-decoration: underline;
}

.content a:hover {
	color: #fff
}

/* Feature sidebar */

/* Footer */

.footer {
	text-align: center;
	color: #fdd600;
}

/* content: media thumbnails */

.thumbnail {
}

table.thumbnail {
	width: 60%;
        margin-left: auto;
        margin-right: auto;
	text-align: center;
}

tr.thumbnail img.thumbnail {
	text-align: center;
}

.gallery {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

