body {
background-color:#AEE4EE;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#333333;
}

#page {
width:1000px;
background-image:url(/images/page.png);
margin:auto;
padding:auto;
}

#header {
clear:both;
width:960px;
height:89px;
background-image:url(/images/header.png);
padding-top:27px;
padding-left:40px;
}

#headerleft {
float:left;
height:80px;
}
#headerright {
float:right;
height:80px;
}
#menulinks {
height:80px;
padding-right:25px;
float:right;
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:14px;
	height:39px;
   background-image:none;
	display:block;
	color:#333333;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
  }

#menulinks a span {
	padding-right:14px;
	padding-top:10px;
	height:30px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(/images/menuhover.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#555555;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(/images/menuhoverright.png) right top no-repeat;
	background-repeat:no-repeat;
	text-decoration:none;
}

#mainarea {
width:960px;
clear:both;
padding-left:40px;
}

#contentarea {
width:535px;
padding-right:40px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:355px;
background-image:url(/images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
width:1000px;
clear:both;
height:116px;
padding-top:30px;
text-align:center;
line-height:14pt;
background-image:url(/images/footer.png);
background-repeat:no-repeat;
background-color:#000000;
}

h1 {
font-size:25pt;
color:#333333;
margin:0;
}

h2 {
font-size:11pt;
color:#333333;
padding-top:6px;
padding-right:20px;
}

h3 {
font-size:10pt;
color:#333333;
padding-top:6px;
}

.description {
font-size:14pt;
color:#555555;
margin:0;
}

a {
color:#555555;
}

	
  form.query-box {
    font-size: 15px;
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 4px;
    margin-left : 0px;
    width: 100%;
  }

  input.query-input {
    padding-left : 2px;
    margin-bottom : 4px;
    /* width: 500px;*/
    border: 1px solid #BCCDF0;
  }
  input.button {
    margin-top : 4px;
  }

  div#main {
    width: 500px;
  }

  div#results {
    padding-top: 20px;
    width: 500px;
  }

  div#results_title {
    color: lightgray;
    font-weight: bold;
  }

  div#results_body {
    color: gray;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }

  textarea {
    overflow:auto;
  }

  form {
   font-size: small;
  }
  
textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 470px;
	background:url(/images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

#pup {
    position                : absolute;
    width                   : 375px;
    padding                 : 5px;
    margin                  : 25px auto auto 10px;
    font-size               : 10pt;
    color                   : #fff;
    background-image        : url(/images/bg-pup.png);
    font-family             : tahoma, verdana, arial, sans-serif;
    text-align              : left;
    border                  : 2px solid #333;
    z-index                 : 200; /* aaaalways on top*/
}
