﻿body
{
    margin: 0px;
    padding: 0px;
    text-align: left;
}

a:visited {color:Purple}
a:hover	{color: red}	/* style for links on mouse over */

p.one
{
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-align: left;
    font-family: Verdana, Sans-Serif;
}			/* style for heading */
p.two
{
    font-size: 10pt;
    text-align: left;
    font-family: Verdana, Sans-Serif;
} /* style for main letter */
    
pre
{
    font-size: 10pt;
    font-family: 'Comic Sans MS';
    text-align: left;
} /* signature */


.links a:link
{
    color:Blue;
}

.links a:visited
{
    color:Purple;
}

.links a:hover
{
    color:Red;
} /* links on new items on main page */



.links
{
    font-family:Verdana, Sans-Serif;
    font-size:medium;
    font-weight:bold;
}


     

#container
{
    position:relative;
    background-image: url('blue_paper.gif');
    
}

#container2
{
    position:absolute;
    top:0px;
    left: 0px;
    width: 897px;
    height: 952px;
    
       
}

#headertable
{
    position:absolute;
    top: 0px;
    left:0px;
    width: 897px;
}


#leftmenu
{
    position:absolute;
    top: 250px;
    left: 10px;
    width: 120px;  
    font-size:small 
}


.leftmenulink
{
    
}

.leftmenulink a
{
    
}

.leftmenulink a:hover
{
   color:White;
}

#maincontent
{
    position:absolute;
    top: 166px;
    right: 15px;
    width: 700px;
    
}

#footer
{
    position:absolute;
    top: 955px;
    left: -9px;
    width: 1032px;
    height: 94px;
}

.footermenulink a:hover
{
    color: White;
}

#whatson1
{
    position: absolute;
    top: 0px;
    left: 2px;
    width: 698px;
    height: 42px;
}

.imgfloatleft 
{
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}