body {
	background-color: White;
	/* background-image: url(../img/2stucco.jpg);
                background-repeat: repeat; */
    font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #10355f;
}
img {
    border: none;
}
h3 {
    background: #FFF;
	padding-top: 0px;
	height: 26px;
    text-align: left;
	color: #10355f;
	font-size: 20px;
    margin: 0;
}
h4 {
    background: #FFF;
	padding-top: 0px;
	height: 24px;
    text-align: center;
	color: #10355f;
	font-size: 18px;
    margin: 0;
}
h5 {
    background: #FFF;
	padding-top: 0px;
	height: 20px;
    text-align: left;
	color: #10355f;
	font-size: 16px;
    margin: 0;
}
.accordion_toggle {
    cursor: pointer;
    color: #330033;
    text-decoration: underline;
}
.accordion_toggle_active {
    color: #10355f;
}
.accordion_content {
    overflow: hidden;
}
p {
	margin: 0 0 1px;
	padding: 4px;
	line-height: 16px;
}
container {
    width: 900px;
    margin: 0 auto;
}
content {
    width: 550px;
	text-align: left;
	margin: 0 auto;
	color: #10355f;
}
#oldBrowserNotice p {
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none !important;
}
#header {
    width: auto;
    height: auto;
    text-align: center;
    color: #10355f;
    font-size: 20px;
    font-style: bold;
    margin: 0 0px 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
a {
    color: #660022;
    text-decoration: underline;
}
a.link {
    color: #660022;
    text-decoration: underline;
}
a.visited {
    color: #10355f;
}
#sidebar p {
    color: #10355f;
    font-size: 16px;
    line-height: 22px;
    margin: 0 20px 0px 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    font-style: bold;
}
#sidebar p.a {
    text-decoration: None;
}
#footer {
	color: #000;
	font-size: 9px;
    text-align: center;
}
#footer h4 {
    color: #10355f;
	font-size: 12px;
}
