body,html
{
	margin: 0;
	padding: 0;
	height: 100%;       
    background-image: url(images/paper2x22.jpg);
}

.table_main
{
	width: 693px;
	height: 100%;
	margin: auto;
}

p,tr
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
	margin-left: 20px;
	
}

a:hover { text-decoration: underline; }

a:visited
{
	color: #999999;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
h1
{
	font-family: "Georgia", serif;
	font-size: 24px;
	font-weight: bold;
	color: #198b00;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	
}

h2
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #198b00;
    text-align: center;
}

h3
{
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    color: #750101;
    background: #ffabab;
    text-indent: 76px;

}
h4
{
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    color: #750101;
    background: #ffabab;
    text-indent: 20px;
  }

li
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #543210;
	line-height: 16px;
	
}

ul
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	list-style-type: square;
}
    

a
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	
	text-decoration: none;
	font-weight: bold;
/*	color: #FD7256; */
    color: #a00101;
}

a:active
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #FF6633;
	text-decoration: underline;
}
#main {
    background:#ffffff;
    float:left;
    width:320px;
    padding:10px;
}
#main2 {

    float:right;
    width:320px;
    padding:10px;
}
#bignews {
    font-size: 16px;
    color: #1e348a;
}
#newsbox {
    border: solid 1px green; 
    width: 210px;
    color: #1e348a;
    padding:0px 16px 0px 16px;
    margin-left:3em;
 }
 #sidebox {
    border: solid 1px green; 
    width: 96px;
    color: #1e348a;
    padding:0px 6px 0px 6px;
    margin-left:1.5em;
    text-align:center;
 }
 #midbox {
    border: dotted 2px green; 
    color: #1e348a;
    width:   394px;
   margin-left:90px;
    padding:4px 4px 4px 4px;
 } 
#nav 
{
    background:#b5e8e3;
    text-align: center;
    width:100%;
    margin-left: 0px;
    
}
