    /* 
   #f6be2b:  Orangish yellow from logo 
   #ce000e:  Red from logo: 
   #000069:  Dark Blue from logo
   #0097f1:  Medium Blue from logo
   #abd7fd:  Light Blue from logo
*/


    body 
    {
		font-size: 12pt;        
		font-family: arial;
    }

    td a 
    {
        /*
        margin-left: 1em;
        margin-right: 1em;
        */
        text-decoration:none;
    }

    h3
    {
	margin: 0px;
	padding: 0px;
	line-height: 0;
    }

    #pageName {
        font-size: 18pt;
		text-align: center;
    }

    table {
        border-collapse: collapse;
        margin-left: 2em;
    }

    th {
      border: 1px solid #000069;
    }


    ul.quickLinkList {
      border: 1px solid #000069;
      float: left; 
      padding: 1em;
      list-style: none;
      margin-left: 0em;
    }


    ul.quickLinkList li {
      background-position: left center; /* Position bullet */
      background-repeat: no-repeat;
      padding-left: 5px; /* Add padding so text doesn't cover bullet img */
      padding-top: 14px;
      padding-bottom: 2px;
	  font-weight: bold;

    }


    tr.thickTopRow td {
      border-top: 3px solid #000069;
    }


    .errorMessage {
      color: #ce000e;
    }

    table.historyTable {
      border: 1px black solid;
    }

    table.historyTable td {
      border: 1px black solid;
    }
		
	P.content {
        margin-left: 24em;
    }

/*the outer shell of the nav menu*/
#navcontainer { 
	margin-top: 15px;
	/*width: 175px;*/
	width: 200px;
}

/*the list of the nav menu*/
#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*links inside the nav menu, basically the block around the text*/
#navcontainer a
{
	display: block;
	padding: 5px;
	/*width: 170px;*/
	width: 195px;
	/*background-color: #369;*/
	background-color: #0042ef;	
	border-bottom: 1px solid #eee;
	text-align: left;
}

/*the text*/
#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/*the background of current selection*/
ul#navlist li#current a{
	background-color: #036;
	color: #fff;	
}

/*rollover*/
#navcontainer a:hover
{
	background-color: #036;
	color: #fff;
}

.tableOuter
{
    width: 850px;
    vertical-align: top;
    border-width: 0;    
}

.tdMenu
{
    width: 220px;
    vertical-align: top;    
}

.tdContent
{
    width: 630px;
    vertical-align: top;
}

.valignCenter
{
    vertical-align: middle;
}

.pageTitle
{
    /*vertical-align: middle;*/
    width: 450px;
}

.header
{
    display: block;
    margin-bottom: 25px;   
    width: 850px; 
    height: 159px;
}

.mainBody
{
    text-align: left;    
}

.alignLeft
{
    text-align: left;    
}

.asterisk
{
    font-size: 18px;
    font-weight: bold;            
    color:  #FF0000;
}
