
body
{
    font-family: sans-serif, Arial;
    background:#E7E4D0;
    margin: 0px;
    font-size: 12px;
    color: Navy;
}
.header
{
    height: 65px;
    background-color: #206BA2;
    color: white;
    padding: 5px;
    margin: 5px;
}
.header a
{
    color: white;
}

a, a:link
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 18px;
    margin-bottom: 3px;
}

h2
{
font-size: 16px;
}

h5
{
    padding: 0px 0px 5px 0px;
    margin: 0px;   
}

 h6
{
    font-size: 16pt;
    margin-bottom: 5px;
}

.othersites
{
    text-align: right;
}

.leftmenu
{
    position: absolute;
    text-align:left;
    
    width: 220px;
    padding: 5px;
    background-color: #F2F2F2;
    margin: 0px 5px 5px 5px;
}

.leftmenu dir
{
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}

input
{
	border-style: none;
	background-color: #F2F2F2;
}

.floatRight
{
	float: right;
}

.leftmenu dir li
{
margin-left: 16px;
}

.leftmenu a
{
    color: navy;
}


.breadcrumbs
{
    position: absolute;
    left: 235px;
    margin: 0px 5px 5px 5px;
    background: white;
    right: 5px;
    padding: 5px;
    height: 15px;
}

.content
{
    top: 115px;
    position: absolute;
    left: 235px;
    margin: 0px 5px 5px 5px;
    background: white;
    right: 5px;
    padding: 5px;
}

.RelatedCategories
{
    clear: left;
}

.content dir
{
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}

.content dir li
{
margin-left: 16px;
}
