1div {
border: solid 1px #ff0000;
}
/* LAYOUT */
/* My resets back to normal */
html, body {
background-color: #000000;
color: #ffffff;
}
/* End of my resets */
#hd, #bd, #ft {
font-size: 108%;
font-family: arial;
margin: 0px 10px 0px 10px;
}
#doc2 {
background: url(images/hd-bg.gif) repeat-y;
color: #909193;
margin-top: 10px;
}
#hd {
height: 125px; /* 145 */
}
#logo {
padding: 6px 0px 6px 15px;
float: left;
width: 402px;
height 106px;
}
#search {
  float: right;
  padding-top: 70px;
  color: #909193;
  width: 218px;
  height: 40px;
}
#nav-bar {
clear: left;
margin-top: 0px;
padding-top: 3px;
font-weight: bold;
color: #000000;
height: 24px;
text-align: center;
background: url(images/nav-bar-bg.gif) repeat-x;
}
#nav-bar li {
	display: inline;
	padding-left: 5px;
	color: #000000;
}
#nav-bar a {
	color: #000000;
	text-decoration: none;
}
#nav-bar a:hover {
	color: #4A4A4B;
	text-decoration: underline;
}
#banner {
height: 116px;
/*padding-bottom: 5px;*/
}

#banner-pic {
float: left;
height: 116px;
}

#banner-right {
float: right;
width: 268px;
height: 116px;
background-color: #898989;
color: #FFFFFF;
text-align: center;
}
#qotd {
margin-top: 40px;
font-style: italic;
color: #f8ed00;
font-weight: bold;
}
#bd {
/*background-color: #898989;*/
}

#yui-main {
background: #FFFFFF url(images/side-bar.gif) repeat-y;
}
.main-content {
background-color: #FFFFFF;
margin: 10px;
margin-right: 20px;
min-height: 500px;
}
#side-bar {
color: #FFFFFF;
height: 100px;
margin: 10px;
}
#ft {
height: 19px;
background-color: #4A4A4B;
text-align: center;
color: #FFFFFF;
}
div#webstaworks {
	color: #CCCCCC;
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-right: 10px;
}
div#webstaworks a {
	color: #CCCCCC;
	text-decoration: none;
}

/* STYLES */

.pic-right {
float: right;
margin-left: 3px;
padding: 4px;
border: 1px solid #000000;
}
.pic-left {
float: left;
margin-right: 3px;
padding: 4px;
border: 1px solid #000000;
}
.pic-border {
margin: 3px;
padding: 4px;
border: 1px solid #000000;
}
h1 {
font-weight: bold;
font-size: 114%;
margin-bottom: 5px;
}
h2 {
font-weight: bold;
font-size: 114%;
}
#side-bar a{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
#side-bar a:hover {
text-decoration: underline;
}
#side-bar li {
list-style-image: url(images/side-arrows.gif);
margin-left: 15px;
padding-left: 2px;
padding-bottom: 3px;
}
#side-bar #addresses {
margin-top: 15px;
font-size: 77%;
}
.main-content a {
color: #0000FF;
text-decoration: none;
}
.main-content a:hover {
text-decoration: underline;
}
.main-content li {
list-style: square;
margin-left: 25px;
}
/* Search */
#ajaxSearch_form {
position:relative;
}
#ajaxSearch_input {
color: #909193;
}
.AS_ajax_result, .AS_ajax_resultsIntroFailure {
background-color: #CCCCCC;
color: #FFFFFF;
padding: 10px;
margin: 2px;
border: 4px solid #f8ed00;
position:relative;
}
.AS_ajax_result a {
color: #FFFF00;
}
.AS_ajax_highlight {
color: #f8ed00;
font-style: italic;
}
.AS_ajax_highlight1 {
color: #ffcc00;
font-style: italic;
}
