/* Styles for masthead */
.masthead {
text-align: center;
color: #cccccc;
}
/* Styles for sidebar */
.sidebar {
width: 200px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
text-align: left;
float: left;
background-color: #AC8C4F;
position: relative;
clear: both;
display: inline;
}
.sidebar h1 {
margin-top: 1px;
margin-bottom: 1px;
padding: 5px;
border: 1px solid #ffffff;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
display: block;
color: #ff0000;
background-color: #000000;
}
.sidebar p {
margin: 10px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
background-color: #AC8C4F;
}
.sidebar em {
font-family: arial, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 11pt;
color: #006633;
}
.sidebar ul {
list-style-type: none;
width: 200px;
display: block;
margin: 0;
padding: 0;
}
.sidebar li {
background-color: #ddcc99;
display: block;
border: 1px solid #ffffff;
}
.sidebar a {
font-weight: bold;
text-decoration: none;
color: #444444;
display: block;
padding: 5px;
border-bottom: 1px solid #ffffff;
}
.sidebar a:hover {
font-weight: bold;
text-decoration: none;
color: #ffffff;
border-bottom: 1px solid #ffffff;
background-color: #999999;
}
/* Styles for content */
.content {
text-align: left;
margin-left: 0px;
padding: 0px;
background-color: #ffffff;
}
.content h1 {
margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 5px;
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
color: #888888;
}
.content p {
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 8px;
font-family:  arial, helvetica, sans-serif;
font-size: 14px;
line-height:1.2em;
color: #000000;
}
.content li {
margin-top: 1px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 1px;
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
color: #444444;
}
.content em {
margin-top: 2px;
margin-bottom: 4px;
font-family:  arial, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 8pt;
color: #006600;
}
.content blockquote {
margin-top: 2px;
margin-bottom: 4px;
font-family:  "times new roman", times, serif;
font-style: normal;
font-weight: normal;
font-size: 11pt;
color: #000000;
}
.content a {
font-weight: bold;
text-decoration: none;
color: #775500;
}
.content a:hover {
font-weight: bold;
text-decoration: underline;
color: #aa9955;
}
.content img {
display: block;
margin-right: 15px;
margin-bottom: 5px;
}
.headline p {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ffffff;
background-color: transparent;
}
.headline h1 {
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18pt;
color: #ffffff;
background-color: transparent;
}
/* Styles for Footer */
.footer {
font-family: arial, helvetica, sans-serif;
font-size: 9px;
background-color: #ffffff;
}
.footer p {
font-size: 9px;
text-align: center;
margin: 0px;
padding: 0px;
color: #000000;
}
.footer a {
color: #000000;
text-decoration: none;
}
.footer a:hover {
color: #666666;
text-decoration: none;
}
