body {
background-color: #FFFFFF;
background-image: url(../images/gradient.jpeg);
background-repeat: repeat-x;
}

img {
border-style: none;
}

a:link {
color: blue;
text-decoration: none;
}

a:visited {
color: blue;
text-decoration: none;
}

a:active {
color: blue;
text-decoration: none;
}

a:hover {
color: blue;
text-decoration: none;
}

/* Header */

span.home {
margin-left: 20pt;
}

span.heading {
font-family: times;
font-size: 2.3em;
letter-spacing: 0pt;
word-spacing: 0pt;
font-weight: lighter;
line-height: 0.3em;
color: blue;
text-decoration: none;
margin-left: 20pt;
}

span.tag {
font-size: 0.3em;
font-family: arial;
color: gray;
font-weight: 300;
}

span.red {
color: red;
}

span.blue {
color: blue;
}

span.black  {
color: black;
}

span.navy {
color: navy;
}

span.gray {
color: gray;
}

/* Page */

h1 {
font-size: 1em;
font-family: arial;
font-weight: bold;
color: blue;
}

/* Homepage */

#container {
width: 100%;
margin: 0 auto;
text-align: center;
}

#leftbar {
float: left;
width: 32%;
}
#middle {
float: left;
width: 33%;
}
#rightbar {
float: right;
width: 34%;
}

p.home_message {
border: 1px solid #EFE1B9;
background-color: #FEF6E0;
font: 13px/1.55em Arial, sans-serif;
color: #555;
width: 75%;
}

.search_field {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
background-color: #FFFFFF; 
padding: 2px; 
height: 18px; 
width: 90px; 
border: 1px solid gray;
}

.search_button {
height: 22px;
font-size: 11px;
}

span.starter {
color: gray;
font-weight: bold;
font-size: 0.8em;
}

span.grid {
color: brown;
}

/* Article */

span.textout {
font-family: Arial;
color: #434748;
}

p.article_message {
border: 1px solid #EFE1B9;
background-color: #FEF6E0;
font: 13px/1.55em Arial, sans-serif;
color: #555;
}

/* Tips */

span.tips {
font-size: 0.9em;
font-family: arial;
color: #151515;
font-weight: 500;
}

span.disclaimer {
font-size: 0.8em;
font-family: times;
font-weight: 500;
}

/* FAQ */

span.info {
font-size: 0.9em;
font-family: arial;
color: #151515;
font-weight: 500;
}

hr {
border: 0;
color: gray;
background-color: black;
height: 1px;
}

/* Site Map and Links */

span.links {
font-size: 0.9em;
font-family: arial;
color: #151515;
font-weight: 500;
}

/* Footer */

.footer {
font-size: 0.7em;
text-align: center;
}