body {
	font-family: Calibri;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	background-color: #2D261E;
	padding: 0px;
	margin: 0px;
}
body img { border: 0px; text-decoration: none; }
#container {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: thick solid #FFFFFF;
	border-top-left-radius: 230px;
	border-top-right-radius: 230px;
	background-color: #FFFFCC;
	width: 85%;
	margin: 25px auto 10px auto;
	padding: 10px;
	color: #0000FF;
	font-family: Arial;
	font-size: 10px;
}
#masthead {
	background-image: url('IMG_1407.JPG');
	border: 5px solid #FFFFFF;
	border-radius: 350px 350px 3px 3px / 300px 300px 3px 3px;
	height: 160px;
	background-color: #663300;
	font-family: "Segoe Script";
	font-size: 120px;
	font-style: oblique;
	color: #F2F200;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 27px;
	display: block;
	vertical-align: text-bottom;
	top: 5px;
}
#top-nav {
	padding: 5px 0px 5px 0px;
	border-style: solid;
	border-width: thin;
	background-color: #008080;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
#left-nav {
	border-radius: 20px;
	padding: 10px;
	width: 120px;
	float: left;
	border: 2px solid #000000;
	margin: 15px 0px auto 10px;
	font-size: 20px;
	bottom: auto;
	font-family: "Times New Roman";
}
#main-content {
	border-radius: 30px;
	border: 2px solid #000000;
	padding: 10px 5px 30px 15px;
	background-color: #ECECEC;
	margin: 20px 40px 10px 200px;
	border-spacing: 20px;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
#footer {
	padding: 10px 20px 20px 20px;
	margin: 2px auto 5px auto;
	text-align: left;
	background-color: #0099CC;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
#footer p {
	margin: 5px auto 5px auto;
}
#top-nav ul {
	margin: 0px;
	padding: 0px;
}
#top-nav ul li {
	display: inline;
	float: left;
	list-style-type: none;
	font-size: .9em;
	height: 30px;

}
#top-nav ul li a {
	border-radius: 0px 0px 12px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #33CCFF;
	padding: .2em 1em .2em 1em;
	font-family: Calibri;
	font-size: 12pt;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	text-decoration: none;
	right: auto;
	left: auto;
}
#top-nav ul li a:hover {
	color: #FFFFFF;
	background-color: #99CCFF;
	border: 1px solid #99bf99;
}
#left-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#left-nav ul li {
	padding-bottom: 10px;
}
#left-nav ul li a {
	border-radius: 17px;
	border-style: inset;
	border-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff6600;
	padding: 3px;
	display: block;
}
#left-nav ul li a:visited {
	color: #ffff66;
}
#left-nav ul li a:hover {
	border-style: outset;
	border-color: #FF6600;
	color: #FF6600;
	background-color: #FFFFFF;
}
#left-nav .headerbar {
	color: #000000;
	font-size: 1em;
	text-transform: uppercase;
	display: block;
	background-color: #ccffcc;
	padding-right: 4px;
	padding-left: 2px;
}
#top-nav ul li ul {
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	display: block;
}
#top-nav ul li:hover ul {
	visibility: visible;
}
#top-nav ul li ul li{
	display: block;
}
#top-nav ul li ul li a {
	border-radius: 0px;
	background-color: #666666;
	text-transform: none;
	text-align: center;
	color: #000000;
}

#band {
	padding: 5px 0px 5px 0px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

#band ul {
	padding: 0px;
	margin: 0px;
}
#band ul li {
	display: inline;
	float: left;
	width: 90px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	text-align: center;
}
#band ul li a {
	border: 1px solid #000000;
	border-radius: 17px 17px 3px 3px;
	text-decoration: none;
	background-color: #808080;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
	width: 80px;
	padding-left: 0px;
}

#band ul li a:hover {
	background-color: #666666;
}
#band ul li ul li a {
	background-color: #666666;
	text-transform: none;
	text-align: center;
	position: absolute;
}
#band ul li ul li a:hover {
	background-color: #555555;

}
#band ul li ul {
	visibility: hidden;
}
#band ul li:hover ul {
	visibility: visible;
	position: absolute;
}

#Footer ul {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: inline;
	color: #000000;
	vertical-align: central;
}
#Footer ul li {
	text-decoration: none;
	display: inline;
	float: right;
	list-style-type: none;
	color: #000000;
	text-align: center;
	width: 90px;
	height: 20px;
}

#foot01 {
	font-family: Arial;
	font-size: 8px;
	color: #FFFF00;
	text-align: right;
	padding-right: 95px;
}
#Footer ul li a {
	text-decoration: none;
	color: #000000;
	margin-bottom: 10px;
}
#searchbox {
    background-color: #eaf8fc;
    background-image: linear-gradient(#fff, #d4e8ec);
    border-radius: 35px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;            
    width: 500px;
    height: 35px;
    padding: 10px;
    margin: 100px auto 50px;
    overflow: hidden; /* Clear floats */
}
#search, 
#submit {
    float: left;
}

#search {
    padding: 5px 9px;
    height: 23px;
    width: 380px;
    border: 1px solid #a4c3ca;
    font: normal 13px 'trebuchet MS', arial, helvetica;
    background: #f1f1f1;
    border-radius: 50px 3px 3px 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}

/* ----------------------- */

#submit
{       
    border-left: 1px solid #578e57;
	border-right: 1px solid #578e57;
	border-top: 1px solid #7eba7c;
	border-bottom: 1px solid #447d43;
	background-color: #6cbb6b;
    border-radius: 3px 50px 50px 3px;
	height: 35px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 90px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #23441e;
	background-image: linear-gradient(#95d788, #6cbb6b);
}

#submit:hover {       
    background-color: #95d788;
    background-image: linear-gradient(#6cbb6b, #95d788);
}   

#submit:active {       
    background: #95d788;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;        
}

#submit::-moz-focus-inner {
       border: 0;  /* Small centering fix for Firefox */
}
