/* based on s_blacka.css*/
body  {
	background-color: #FFF;
	color: #454545;

}

#header {
	background-color: #FFF;
	border-bottom: 3px solid #FFF;
	color: #696669;
}

#nav-top {
	border-bottom: 3px solid #FFF;
}

#nav-header {
    margin-top:40px;
}

#footer {
	background-color: #FFF;
	color: #696669;
	border-top: 3px solid #FFF;
}

#bottom-border {
	background-color: #FFF;
	color: #696669;
	border-top: 3px solid #FFF;  /* Required or there is a line */
}

#left {
	background: #FFF;
}

#right {
	background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	color: #696669;
}

img.border {
	border: 3px solid #FFF;
}

.newSection {
	border-bottom: 2px solid #693433;
}

hr {
	background-color: #FFF;
	color: #693433;
	height: 1px;
	border-width: 2px; /* hide the hr at the top of the blog*/
}

a {color: #454545;}
a:hover	{color: #693433;}

.no_underline {
    text-decoration: none;
}

#nav-header a {
    text-decoration: none;
    color: #696669;
}

#nav-header a:hover {
    color: #693433;
}

h2 a {color: #454545;}
h2 a:hover	{color: #693433;}

.selected {
    font-weight: bold;
    color: #693433;
}

.emphasized {color: #693433;}
/*Outline for Box */
#StickyWrapper, #footer {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF; }

#StickyWrapper { border-top: 1px solid #FFF; }
#footer { border-bottom: 1px solid #FFF; }
#footer { border-top: 3px solid #E0E0E0; }
