.container {
width: 1000px;
margin: 0 auto;
background-color: #000000;
}

/* embed fonts */
@font-face {
font-family: journal;
src: url('fonts/journal.eot');
src: local('journal.ttf'), url('fonts/journal.ttf') format('truetype');
}
@font-face {
font-family: agency;
src: url('fonts/AGENCYB.eot');
src: local('AGENCYB.TTF'), url('fonts/AGENCYB.TTF') format('truetype');
}
/* Styles for header */
.headertop {
text-align: center;
margin-left: 0px;
padding: 0px;
background-color: #000000;
}
.header {
text-align: center;
margin-left: 0px;
padding: 0px;
background-color: transparent;
}
.header h1{
font-family: alexbrush;
font-size: 52pt;
line-height: .3em;
font-style: normal;
color: #000000;
}
.header h2{
font-family: alexbrush;
font-size: 21pt;
line-height: 1em;
font-style: normal;
color: #000000;
}
.header h3{
font-family: agency;
font-size: 18pt;
line-height: 1em;
font-style: normal;
color: #000000;
}

/* Styles for navbar */
.navbar {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
text-align: left;
background-color: transparent;
}
.navbar h1 {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
background-color: #transparent;
}
.navbar p {
margin: 5px;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: #000000;
background-color: #transparent;
}
.navbar a {
font-weight: bold;
text-decoration: none;
color: #333333;
background-color: #eeaaff;
display: block;
padding: 10px;
}
.navbar a:hover {
font-weight: bold;
text-decoration: none;
color: #ffffff;
background-color: #9966cc;
}

/* Styles for sidebar */
.sidebar {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
text-align: left;
background-color: transparent;
}
.sidebar h1 {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
background-color: #transparent;
}
.sidebar p {
margin: 5px;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: #000000;
background-color: #transparent;
}
.sidebar a {
font-weight: bold;
text-decoration: none;
color: #333333;
padding: 10px;
}
.sidebar a:hover {
font-weight: bold;
text-decoration: underline;
color: #777777;
}

/* Styles for content */
.content {
text-align: left;
margin-left: 0px;
padding: 0px;
background-color: transparent;
}
.content h1 {
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 5px;
font-family: Black Jack;
font-size: 48pt;
font-style: normal;
color: #ffffff;
}
.content h2 {
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 5px;
font-family: Tangerine_Regular;
font-size: 24pt;
font-style: normal;
color: #ffffff;
}
.content h3 {
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 5px;
font-family: journal;
font-size: 24pt;
font-style: normal;
color: #333333;
}
.content h4 {
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 5px;
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
color: #333333;
}
.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.5em;
color: #333333;
}
.content ul {
margin-top: 1px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 1px;
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
color: #444444;
}
.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 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-left: 25px;
margin-bottom: 5px;
}
.headline {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
color: #ffffff;
background-color: #3333ff;
}
.headline h1 {
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #ffffff;
background-color: #3333ff;
}
/* Styles for Footer */
.footer {
font-family: arial, helvetica, sans-serif;
font-size: 9px;
background-color: transparent;
}
.footer p {
font-size: 10px;
text-align: center;
margin: 0px;
padding: 0px;
color: #000000;
}
.footer a {
color: #000000;
text-decoration: none;
}
.footer a:hover {
color: #ffffff;
text-decoration: none;
}
/* Styles for Disclaimer */
.disclaimer {
background-color: #663366;
}
.disclaimer p {
font-size: 10px;
font-family: arial, helvetica, sans-serif;
text-align: center;
margin: 0px;
padding: 12px;
color: #ffffff;
}
