/*
 * Cakes Deserts Brownies Theme
 */
body {
    background-color: #eeeeee;
}
div#headSpacer {
    border-bottom: 1px solid #996633;
}
div#headSpacer {
    background-image: url(../images/header_tag.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
div#headSpacer h5 {
    text-indent: -9999px;
    margin: 0;
}
div.topleft {
	background-image:url(../images/folder.gif);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	padding-left:24px;
    margin-left: 6px;
	text-align:left;
    font: "Times New Roman";
    font-size: 11px;
    line-height: 20px;
}
form#search {
    padding:10px 0 0px 0;
    margin: 0;
}
div.topleft a {
    color: #fff;
    text-decoration: none;
}
#nav {
    padding-top: 5px;
}
#nav ul li {
    background-image: url(../images/tab_header.png);
}
#nav ul li a:hover {
    text-decoration: underline;
}
#nav ul li a:hover {
    color: #fff;
}
#nav ul li.current a {
    color: #fff;
}
#nav ul li.hasSub a {
    background-image: url(../images/sub_ind.gif);
}
#nav ul li.on ul li {
    background-image: url(../images/tab_backgrounds.png);
}
#nav ul li ul li {
    background-image: url(../images/tab_backgrounds.png);
}
body .background {
    background-color: #003366;
}
body #col1 #search, body div#col1 {
/*
    background-image: url(../images/search_shadow.gif);
*/
}
body #search button {
    background-image: url(../images/go.gif);
}
#header {
    background-image: url(../images/logo_shade.gif);
}
body h1#logo a {
    background-image: url(../images/logo.png);
    background-color: #002244;
}

#content h2 {
    color: #996633;
    font-size: 22px;
    margin-bottom: 37px;
}
#content p {
    color: #003366;
    font-size: 13px;
    line-height: 28px;
    margin: 0 0 28px 0;
}
#content p strong {
    font-weight: normal;
    color: #996633;
}
h1#logo a {
    height: 164px;
}

