/* These would normally go in an external .css file */
 body {
 margin: 0;
 padding: 0;
 }
 #header {
 background-color: #FFFFFF;
 text-align: left;
 vertical-align: middle;
 background-image: url(test_files/bluelinestop.png);
 background-repeat: repeat-x;
 }
 
 #header {
 height: 37px;
 margin-left:10%;
 margin-right:10%;
 margin-color: #fofofo;
 text-align: left;
 }
 #footer {
 background:#ffffff;
 height: 57px;
 margin-left:10%;
 margin-right:10%;
 text-align: center;
 background-image: url(test_files/bluelines.png);
 background-repeat: repeat-x;
 font-family: "Times New Roman", "Times New Roman", Times, serif;
 font-size: small;
 color: #444444;
 }
 #header2 {
 height: 57px;
 margin-left:10%;
 margin-right:10%;
 margin-color: #fofofo;
 }
 #header3 {
 height: 57px;
 margin-left:10%;
 margin-right:10%;
 margin-color: #fofofo;
 }
 
 #content {
 background-color: #66FF66;
 margin: 0;
 padding-left: 100px;
 margin-right: 100px;
 }
 #left, #right {
 background-color: #FF9999;
 position: absolute;
 top: 100px;
 width: 100px;
 }
 #left {
 left: 0;
 }
 #right {
 right: 0;
 }
 body {
 font: medium "Times New Roman", arial, sans-serif;
 }
 li {
 font: small "Times New Roman", arial, sans-serif;
 white-space : nowrap;
 }
 h1 {
 margin-top: 0;
 margin-bottom: 0;
 }
 p {
 text-align: justify;
 margin-top: 6pt;
 margin-bottom: 0;
 }
 #mainleft {
 width:185px;
 float:left;
 background:#fff;
 text-align: left;
 }
 #maincenter {
 width:1%;
 float:left;
 background:#ffffff;
 background-image: url(test_files/bluedot.png);
 background-repeat: repeat-y;
 }
 #mainright {
 width:80%;
 float:left;
 background:#fff;
 background-image: url(test_files/bluedot.png);
 background-repeat: repeat-y;
 }
 a:link {
 color: #444444;
 text-decoration: none;
 font : small "Times New Roman", "Times New Roman", Times, serif;
 }
 a:active {
 color: #444444;
 text-decoration: none;
 font : small "Times New Roman", "Times New Roman", Times, serif;
 }
 a:visited {
 color: #444444;
 text-decoration: none;
 font : small "Times New Roman", "Times New Roman", Times, serif;
 }
 a:hover {
 color: #003CE1;
 text-decoration: underline;
 font : small "Times New Roman", "Times New Roman", Times, serif;
 }
 #articles, #articles ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#articles li.rollOver {
background:transparent url(test_files/space.gif) no-repeat scroll 0%;
float:left;
height:100px;
position:relative;
width:250px;
}
#articles li.rollOver:hover {
background:transparent url(test_files/space.gif) no-repeat scroll 0%;
}
#articles ul {
display:none;
padding:0pt;
position:absolute;
}
#articles ul li {
float:none;
}
#articles li:hover ul {
bottom:0pt;
display:block;
}
