/*
********************************
   TYPOGRAPHY AND COLOR RULES
********************************

-Common colors in use
/* #00ccff; */
#000066;

*/
HTML {
    background-color: #fff; 
    }

BODY {
    margin: 0;
    margin-left: -5px; /*Override nn4 margin*/
    /*padding: 48px 0 0 0; nn4 specific top padding*/
    color: #000066;
    background-color: #ffffff;
    font-family: verdana, arial, sans-serif;
    }

a, b, i, p, h1, h2, h3, h4, ol, ul, blockquote, dd, dt, td {
/* multiple selectors to carry styles through elements in nn4 */
    color: #000066;
    font-family: verdana, arial, sans-serif;
    font-size: .9em;
    }

a{
    /* font-size: .8em;   This seems to fix the small link text problem */
    text-decoration: underline;
    font-weight: bold;
    }

a:hover {
    text-decoration: underline;
    }

a.NavLink {
    font-size: .8em;   /* This seems to fix the small link text problem */
    text-decoration: none;
    font-weight: bold;
    }

b{
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    }

h1 {
    font-family: arial, sans-serif;
    font-size: 2.5em;

    }

h2 {
    font-family: arial, sans-serif;
    font-size: 1.75em;
    }

h3 {
    font-family: arial, sans-serif;
    font-size: 1.25em;
    }

h4 {
    font-family: arial, sans-serif;
    font-size: 1em;
    }

div.sideBar h4 {
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
    /* overrides and additions in advanced.css */
    }

div.sideBar p {
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
    /* overrides and additions in advanced.css */
    }

div.sectionHead 
{
    background-color: #aaaaaa;
    font-family: verdana, arial, sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    font-weight: bold;
    }

div.sideBarHead {
    background-color: #aaaaaa;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    color: #ffffff;
    font-variant: small-caps;
    font-weight: bold;
    }

.ModuleName{
    color: #000000;
    font-size: 1.1em;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
}

.FeatureName{
    font-family: verdana, arial, sans-serif;
    font-size; .9em;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
}
/*
***********************************************
        LAYOUT RULES
***********************************************

*/

#Header {

    }

#Footer {
   	margin-top: 3em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
    padding: 0
    font-size: xx-small;
	font-family: arial, sans-serif;
    /*font-variant: small-caps;*/
    line-height: .8em;
    /*font-weight: bold;*/
    text-align: right;
    border-top: 1px solid #d6d6d6;/* gives horiz rule*/
    }

#Breadcrumbs {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
    font-size: .8em;
    line-height: 1em;
    position: absolute;
    top: 180px;
    left: 182px;
    width: 500px;
    }

#MainContent {
    position: absolute;
    top: 120px;
    left: 220px;
    width: 500px;
    z-index: 0;
    padding: 5px 2% 5px 2%;
    margin-top: 75px;/*nn4 margin top*/
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
    background: #ffffff;
    }

#HomeText {
    padding: 5% 25% 5% 25%;
    }

#FrontContent {
    width: 764px;
    z-index: 0;
    padding: 5px 20% 5px 20%;
    margin-top: 35px;/*nn4 margin top*/
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	/* border: 1px solid #ff0000; */
    background: #ffffff;
    }

#FrontFooter {
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
    padding: 5px 20% 5px 20%;
    font-size: .8em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    }
 
 div.noLineIndent {
	padding-left:8%;
	color: #000066;
    font-family: verdana, arial, sans-serif;
    font-size: .9em;
	/*line-height: 3em;*/
	
	}

