/* Layout Stylesheet */ 

body {
 margin:20px;
 background-color: white;
 background-image: url(images/bgtrans.jpg);
 color: #333333;
 padding:0;

 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:200px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:0px;
 background-color: white;
 background-image: url(images/bgtrans.jpg);
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:145px;
 font-family: Arial, Helvetica, sans-serif;
 }

#cont {
 width:495px;
 background:#ffffff;
 background-image: url(images/bgtrans.jpg);
 color: #000000;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 font-family: Arial, Helvetica, sans-serif;
 padding:2px;
 }

#ftr {
 height:20px;
 background:#c0c0c0;
 color: #000000;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 }

#navcontainer
{ 
width: 100px;
padding: 0px;

}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 100%;
background-color: #036;
color: red;
border-bottom: 1px solid #eeeeee;

}

#navcontainer a:link, .navlist
{
color: #EEEEEE;
text-decoration: none;

}

#navcontainer a:hover
{
background-color: #369;
color: #eeeeee;
text-decoration: none;

}

/* IE HACK BC IE SUCKS */ 
#navcontainer a:visited
{
color: #eeeeee;
text-decoration: none;
}

/* Presentation Stylesheet */ 

h3 {
 margin:0;
 padding:5px;
 background-color:#c0c0c0;
 }

h4 {
 text-align:center;
 margin:0; 
 padding: 5px 0;

 }

p {
 text-align:justify; 
 }

#newsfooter {
 text-align: right; 
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 11px;
 }

#newsarchive {
 text-align: center; 
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 12px;
 }