div.container {
width : 100%; 
margin : 0; 
border : 1px solid black; 
line-height : 120%; 
} 
div.footer {
padding : 0.5em; 
color : black; 
background-color : silver;
border-top-color : black;
border-top-width : 1px ;
clear : left; 
} 
div.header {
padding : 0.5em; 
color : black; 
border-bottom-color : black;
border-bottom-width : 1px;
background-color : silver; 
clear : left; 
} 
h1.header {
padding : 0; 
margin : 0; 
} 
div.left {
float : left; 
width : 160px; 
margin : 0; 
padding : 1em; 
}
div.right
{
float:right;
width:160px;
margin:0;
margin-top: 20px;
margin-left: 10px;
padding:1em;
border: 1px solid black;
border-right-width : 0px;
background-color : white;
}
div.image_left
{
float: left;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
width:auto;
border : 1px solid black; 
line-height : 100%;
text-align : center;
font-family : sans-serif; 
font-size : small;
}
div.image_right
{
float: right;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
width:auto;
border : 1px solid black; 
line-height : 100%; 
text-align : center;
font-family : sans-serif; 
font-size : small;
}
.right a,
.right a:link,
.right a:visited {
  color: #003F9F;
	background-color : white;
	font-size : small; 
  text-decoration: none;
	line-height : 120%;
	font-family : sans-serif;
}
.right a:active,
.right a:hover {
  color: #3F009F;
  text-decoration: none;
}
div.content {
margin-left : 190px; 
padding : 1em; 
} 
.c1 {
clear : both; 
} 
.c2 {
float : left; 
width : 25%; 
} 
.c3 {
float : left; 
width : 25%; 
} 
.c4 {
clear : both; 
} 
.c5 {
clear : both; 
} 
body {
margin-left: 5%;
margin-right : 5%; 
} 
p {
font-family : sans-serif; 
font-size : 12px;
}
h1 {
 font-size: 20px;
 font-weight: bold;
}
.subh1 {
 font-size:16px;
}
h2 {
 font-size: 16px;
 font-weight: bold;
}
h3 {
 font-size: 14px;
 font-weight: bold;
}
h4 {
 font-size: 12px;
 font-weight: normal;
}
ol {
font-family : sans-serif;
font-size : 12px;
list-style-type : decimal;
}
ul {
float : left; 
width : 100%; 
padding : 0; 
margin : 0; 
list-style-type : none; 
} 
a.bar {
float : left; 
width : 150px; 
text-decoration : none; 
color : white; 
background-color : blue; 
padding : 0.2em 0.6em; 
font-family : sans-serif; 
} 
a.nobar {
text-decoration : none;
color : blue;
font-family : sans-serif;
}
a:hover {
background-color : red; 
} 
li {
display : inline; 
}
blockquote {
    margin-left : 5%;
		margin-right : 5%;
    font-family : sans-serif; 
    font-size : 12px;
		background: rgb(204,204,255);
    padding: 0.5em;
    border: none;
 }