body
{
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #999999;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

h1
{
    font-size: 36px;
    font-family: Arial, sans-serif;
}

h2
{
    font-size: 24px;
    font-family: Arial, sans-serif;
}

h3
{
    font-size: 18px;
    font-family: Arial, sans-serif;
}

td, p, div, span, dt, dd, li
{
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.gray_italic
{
    color: #111111;
    font-style: italic;
}

table.center
{
    margin-left: auto;
    margin-right: auto;
}

div.interiornavhead
{
    margin-top:10px;
    margin-bottom:10px;
    background-color:#ffffff;
    text-align:center;
    font-variant:small-caps;
    font-style: italic;
    font-size:16px;
    color:#222222;
    font-weight:bold;
}

/*links*/
a:link
{
    color: #990000;
    text-decoration: none;
}
a:visited
{
    color: #990000;
    text-decoration: none;
}
a:hover
{
    color: #990000;
    text-decoration: underline;
}

a.nav:link
{
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    text-decoration: none;
}
a.nav:visited
{
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    text-decoration: none;
}
a.nav:active
{
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    text-decoration: none;
}
a.nav:hover
{
    font-size: 14px;
    font-weight: bold;
    color: #22027F;
    text-decoration: none;
}

a.sidenav:link
{
    font-size: 14px;
    color: #990000;
    text-decoration: none;
}
a.sidenav:visited
{
    font-size: 14px;
    color: #990000;
    text-decoration: none;
}
a.sidenav:active
{
    font-size: 14px;
    color: #990000;
    text-decoration: none;
}
a.sidenav:hover
{
    font-size: 14px;
    color: #990000F;
    text-decoration: underline;
}

a.foot:link
{
    color: #ffffff;
    text-decoration: none;
}
a.foot:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.foot:active
{
    color: #ffffff;
    text-decoration: none;
}
a.foot:hover
{
    color: #ffffff;
    text-decoration: underline;
}

/* Rules */
hr
{
    color: #333333;
}
hr.list-sep
{
    width: 90%;
    height: 2px;
}

/* Lists */
.list
{
    margin-left: 5px;
    text-align: left;
}
.resource
{
    margin-left: 10px;
    text-align: left;
}

		
.formlabel
{
	float:left;
	width:170px;
	vertical-align:top;
}
.formfield
{
	width:330px;
	float:left;
	vertical-align:top;
}
