body{
font-size: 62.5%; /* allows ems to multiply by 10, making nice round numbers */
background: #8B9C6C url('/images/bg.gif') repeat-y 50% 0; 
text-align:center;
margin:0;
padding:0;
}

#main_container{
width:895px;
margin:0 auto;
text-align:left;
background: #FFFFFF url('/images/border.gif') no-repeat 0 0; 
}

#navigation{
padding:10px 0 0 67px;

}

#main_content{
color:#444;
width:566px;
margin:20px 0 0 40px;
font-family:georgia, serif;
font-size:1.2em;
line-height:1.4em;
}

#main_content,p,td{
color:#444;
font-family:georgia, serif;
font-size:1.2em;
line-height:1.4em;
}

.text{
width:455px;
margin-left:65px;
}

.textscroll{
width:455px;
margin-left:65px;
overflow:auto;
height:300px;
margin-bottom:20px;
padding-right:10px;
}

h1{
color:#4B59A7;
font-size:1.5em;
}

h2{
color:#4B59A7;
font-size:1.3em;
}

img{
border:0px;
}