@charset "UTF-8";
/* *********************************************** */
/* CSS File created by CreeksideDesign.com 100408  */
/* design@gocreekside.com  www.creeksidedesign.com */
/* *************************************************
Light Blue for right sidebar #CED4EB
Maroonish color for main background #65241B
Orange for footer #D05003
Dark Blue for H1 tags #000D48
************************************************** */

body {
text-align: center;
margin: 0 auto;
background:#D8C171;
/* Use background-position set to top center to center for browsers*/
background-position:top center;
}
h1 {
padding: 5px;
font-size : 18pt;
color: #004000;
}
h2 {
font-size : 14pt;
color: black;
}
strong, b, em { color: #004000; }
p { text-align: justify; }
#mainbox {
background:#ffffff;
width: 950px;
/* Use margin-left and margin-right set to auto to center for browsers*/
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
#txt {
padding: 10px;
}
#txtmenu {
padding: 10px;
text-align: center;
font-size : 11pt;
font-style : normal;
height : auto;
vertical-align : bottom;
}
#menubar {
background:#004000;
margin-left: auto;
margin-right: auto;
}
#footer {
background: #D05003;
text-align: center;
color: #FDDA5F; /* gold */
padding: 10px;
font-size : 10pt;
font-style : normal;
height : auto;
}

.vis-clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* *********************************************** */
/* Top Horiz Navigation Bar { width: 100%; }       */
/* *********************************************** */
#navcontainer ul {
	margin: 0px 0px 0px 0px;
	/* top rgt btm lft */
	padding: 5px 15px 5px 12px;
	/* top rgt btm lft */
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: auto;
	background-color: #004000;
	white-space : nowrap;
	text-align : center;
}
#navcontainer a {
font-size: 10px;
background-color: #004000;
}
#navcontainer a:link, #navlist a:visited {
color: #FFF;
text-decoration: none;
background-color: #004000;
}
#navcontainer a:hover {
background-color: #008000;
text-shadow: 1px 3px 1px 3px #0E2022;
color: #FFF;
}
#navlist a:link .current {
text-shadow: 1px 3px 1px 3px gold;
color: #FFF;
background-color: yellow;
}
