/* CSS Document */

body {
	background-image: url("images/granite-bg.jpg");
}
.navbar {background-image: url("images/nav-bg.gif");
}
p, ul, ol, li {
font:trebuchet, trebuchet MS, georgia, times, serif;
color:#000099;
line-height:19px;
letter-spacing:.1em;
margin-bottom:10px;
font-size:.95em;
text-align:left;
}
.header{
font-size:24px;
color:#FFb400;
}
.head2{
font-size:30px;
}
.dropRight {
background-image: url("images/ds-right.gif");
background-repeat:repeat-y;
}
.dropLeft {
background-image: url("images/ds-l.gif");
background-repeat:repeat-y;
}
.dropTop {
background-image: url("images/ds-t.gif");
background-repeat:repeat-x;
}
.dropBottom {
background-image: url("images/ds-bottom.gif");
background-repeat:repeat-x;
}
.dropBR {
background-image: url("images/br.gif");
background-repeat:no-repeat;
}
h1, h2, h3, h4, h5 {
color:#000099;
font:trebuchet, trebuchet MS, georgia, times, serif;
}
.footer
{padding-top; 15px;
text-align:center;
font-size:10px;
color:#999999;
}
.footer a:link, a:visited, a:active, a:focus {
color:#666666;
}
.footer a:hover {
color:#999999;
}
