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

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}

form, p {
padding: 0;
margin: 0;
}

a {
color: #006666;
}

a:hover {
color: #996633;
}

#top {
display: block;
overflow: hidden;
width: 100%;
height: 120px;
background-image:url(images/topBar.jpg);
background-repeat: repeat-x;
}

#topContent {
width: 900px;
margin: auto;
}
#navContent {
width: 900px;
margin: auto;
}

#navContent ul {
line-height: 40px;
margin: 0;
padding: 0;
list-style: none;
}

#navContent li {
float: left;
margin-right: 10px;
}

#navContent li a {
float: left;
width: 150px;
list-style: none;
color: #99CC99; 
font-size: 15px;
display: inline;
text-align: center;
text-decoration: none;
font-weight: bold;
background-image: url(images/tabNorm.gif);
}

#navContent li a:hover {
background-image: url(images/tabHov.gif);
text-decoration: underline;
color: #CC9900;
border-bottom: 15px #CC9900 solid;
}

#navBar {
display: block;
width: 100%;
height: 40px;
background-image:url(images/navBar.jpg);
background-repeat: repeat-x;
border-bottom: 15px #99CC99 solid;
}

#placeHolder {
margin-top: 20px;
width: 900px;
margin: auto;
overflow: hidden;
padding: 20px;
}

#footer {
margin: auto;
border-top: 1px dotted #99CC99;
margin-top: 40px;
padding: 10px;
overflow: hidden;
color: #99CC99;
font-size: 12px;
text-align: center;
line-height: 20px;
width: 900px;
}

.seperator {
border-top: 1px dotted #99CC99;
margin-top: 40px;
}

.date {
color: #99CC99;
font-size: 16px;
text-align: center;
margin: auto;
margin-left: 10px;
float: left;
line-height: 40px;
}

.mainSearchForm {
width: 600px;
padding: 7px;
border: 1px #99CC99 solid;
font-size: 15px;
color: #99CC99;
}

.formImg {
border: none;
margin-top: 20px;
}

.sponsor {
border: 1px #006666 solid;
padding: 5px;
}

.sponsor:hover {
border: 1px #996633 solid;
}

h1 {
font-family: arial narrow;
font-size: 40px;
color: #99CC99;
margin: auto;
text-align: center;
margin-bottom: 20px;
}

.searchAjax {
left: 87px;
top: 34px;
position: absolute;
max-height: 190px;
overflow: auto;
width: 610px;
border: 1px #99CC99 solid;
background-color: #FFFFFF;
text-align: left;
font-size: 14px;
}

.searchAjax p {
padding: 5px;
}

.searchAjax a {
padding: 5px;
color: #006666;
width: 100%;
display: block;
text-decoration: none;
}

.paragraph {
margin-bottom: 10px;
line-height: 20px;
}

.searchAjax a:hover {
background-color: #99CC99;
color: #006666;
}

#mainSearchAjax {
position: absolute; top: 41px; left: 0px; display: none; width: 520px; background-color: #FFFFFF; z-index: 1; border: #99CC99 1px solid; border-top: none; font-size: 12px; height: 125px; overflow: hidden;
}

#mainSearchAjax a {
width: 510px;
display: block;
color: #006666;
padding: 5px;
line-height: 15px;
text-decoration: none;
text-align: left;
}

#mainSearchAjax img {
float: left;
width: 18px; 
height: 18px;
margin-right: 5px;
}

#mainSearchAjax a:hover {
background-color: #99CC99;
}


#searchBox {
width: 500px;
margin: auto;
}

#searchBox input {
z-index: 0;
border: 1px #99CC99 solid;
padding: 10px;
color: #99CC99;
width: 500px;
font-size: 16px;
font-weight: bold;
background-image:url(images/searchBar.jpg);
background-repeat: no-repeat;
}

#sSubmit fieldset {
border: none;
margin-top: 20px;
margin-left: 30px;
}

#sSubmit label {
display: block;
color: #336633;
font-size: 14px;
}

#sSubmit input, textarea, select, password {
display: block;
border: 1px #336633 solid;
margin-bottom: 15px;
padding: 5px;
width: 300px;
margin-left: none;
font-size: 14px;
margin-top: 5px;
}


