@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0}
ul,li{ list-style-type:none}
body {
	background-color: #ededed;
	font-family:Georgia, "Times New Roman", Times, serif
}
#container{ width:950px; margin:10px auto 10px auto; background-color:#FFF}
#container h1{color:#8dcd02;padding:15px 0 5px 20px;font-size:20px;}
#container h1 a{color:#984800;}
#container p{padding:5px 0 5px 20px;font-size:14px;}
#topbox { position:relative; padding-left:32px;}
#topbox ul{position:relative;top:-10px}
#topbox ul li{ display:block;margin-bottom:10px; background-image:url(images/bulletlink.png); padding-left:14px; background-repeat:no-repeat; background-position:left}
#topbox ul li a{color:#984800; text-decoration:none; font-size:20px; }
#topbox ul li a:hover{ text-decoration:underline}
#topbox  h2{font-size:20px; font-weight:normal;padding-left:3px;}
.searchbox{ background-color:#eaeaea; width:246px; height:138px; position:relative;}
.searchbox h2{ position:absolute; top:36px; left:21px; font-size:18px;color:#5f5f5f}
.searchmenow{ top:61px;left:21px; padding:2px; width:200px;}
#searchbutton{ background-image:url(images/searchbutton.png); background-color:#f3e4c4; width:26px; float:right; height:26px; background-repeat:no-repeat; cursor:pointer;cursor:hand; border:0}
#searchtb{ border:0; background-color:#fff; border:1px solid #cbcbcb; color:#000; width:170px; height:27px;}

.bottomlinks h3{color:#8dcd02;font-size:20px;}
.bottomlinks ul li {margin-bottom:10px;}
.bottomlinks ul li a{color:#000; text-decoration:none; font-size:18px;}
.bottomlinks ul li a:hover{ text-decoration:underline}

p#footercopy{ text-align:center; font-size:14px;}
