body {
background-color: #ffffff;
font-family: Verdana, sans-serif;
color: #000000;
font-size: medium;
}

.padded
{
padding: 5px;
}

.nh_pic
{
float: left;
padding: 5px;
}

#container
{
background-color: #ffffff;
position:relative;
width:800px;
margin: 0px auto;
line-height:110%;
}

#banner 
{
width: 800px;
height: 175px;
border: 0px solid #000000;
}

#content
{
background-color: #ffffff;
border:1px solid black;
padding: 5px;
}

#twocol
{
position: relative;
}
#leftcol
{
position: absolute;
top: 0;
left: 0;
width: 300;
}
#rightcol
{
position: absolute;
top: 0;
right: 0;
width: 300;
}


.column
{
float:left;
width:250;
}

.column_i
{
float:left;
width:150;
}

#banner_bottom
{
width: 800px;
border: 0px solid #000000;
}


.small_size {
font-size: small;
}

h1 {
line-height: 125%;
}

h2 {
line-height: 125%;
text-align:center;
}

img.align_right
{
float:right;
}

a img {
border: none;
}

.bdr { border-top: 1px solid black;
     border-right: 1px solid black;
     border-bottom: 1px solid black;
     border-left: 1px solid black; }

