html, body {
text-align: center;
background-color: #565858;
font-family: "Trebuchet MS", Arial, "MS Serif", serif;
height: 100%
}
.Article
{
    height: 100%;
    width: 612px;
    border: none;
    background-color:White;
}

#ArticleHeader
{
    width: 612px;
    height: 108px;
}
.ArticleBody
{
    background-color: White;
    width: 612px;
    height:684px;
    height: inherit;  
}

#printRow 
{
    padding-right: 20px;
    padding-top: 10px;
}

div.content 
{
width:552px;
padding: 0px 30px 10px 30px;
min-height:684px;
}

h1 {
margin-top: 0px;
margin-bottom: 12px;
font-size: 14px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
color: #0a2590;
}

h2 {
font-size: 10px;
text-align: left;
color: #3890ca;
margin-bottom:-2px;
}

h3 {
font-size: 11px;
color: #989797;
font-weight:bold;
text-align: left;
margin-bottom:-12px;
}

p, li {
font-size: 8pt;
text-align: left;
color: #989797;
}

ul {
line-height: 1.3;
}

p a, li a {
text-decoration: none;
color: #3890ca;
}

p a:hover, li a:hover {
text-decoration: underline;
}

.sfsearchBox {
    border: 0 none;
    margin: 0 0 25px;
    padding: 0;
    
}

.sfsearchTxt {
    font-size: 8px;
    margin-top: 5px;
    margin-left:10px;
    width: 90px;
    float:left;
}

.sfsearchSubmit
{
    border-width: 0px;
    background: url("/Images/go_button.png") no-repeat;
    float:right;
    font-size: 0px;
    width:30px;
    height:30px;
    margin-right:10px;
}
