/*  Cascading Style Sheet for Project Six  */


/*  nav controls vertical placement of side bar navigation links on all pages  */

td.nav {
	text-align: center ;
	font-size : 9pt ;
	font-weight : bold;
        vertical-align : bottom ;
        height : 90px
       }


/*  news controls table layout on News Article links page  */

td.news1 {
	padding-left : 40px ;
	font-family: arial, helvetica, sans-serif ;
        font-size : 10pt ;
        height : 40px ;
        vertical-align : bottom
       }

td.news2 {
	text-align : center ;
	font-family: arial, helvetica, sans-serif ;
        font-size : 12pt ;
        font-weight : bold ;
        height : 40px ;
        vertical-align : bottom
       }


/*  controls for size and spacing of main table elements   */

td.sidebar {
	vertical-align : top ;
	width : 14% ;
	background : CCCCCC
	}

td.main {
	vertical-align : top ;
	width : 86%
	}

td.footer {
	width : 150px ;
	font-family: arial, helvetica, sans-serif;
	font-size : 9pt ;
        height : 10px ;
        text-align : center
        }

td.plug {
	width : 700px ;
	font-family: arial, helvetica, sans-serif;
	font-size : 8pt ;
        height : 30px ;
        text-align : center ;
        vertical-align : bottom
        }


/* colum width controls for the contacts page  */

td.lcol {
	vertical-align : top ;
	width : 85% ;
	padding-left : 80px
	}

td.rcol {
	vertical-align : top ;
	width : 10% ;
	padding-left : 30px
	}



/*  One color for all menu links active or visited  */

a.ml {
	text-decoration : none ;
	font-weight : bold
	}

a:link {
	font-family: arial, helvetica, sans-serif ;
        text-decoration : none ;
        color: 663333
        }

a:active {
	font-family: arial, helvetica, sans-serif ;
        text-decoration : none ;
        color: 663333
        }

a:visited {
	font-family: arial, helvetica, sans-serif ;
        text-decoration : none ;
        color: 663333
        }


/* controls for page footers  */

table.ftr {
        text-align : center
        }


/* paragraph settings for the entire site.  Headline, header and adv classes for articles */

p.hdln {
	font-family : haettenschweiler, impact, sans-serif ;
	text-align: left;
        font-size : 20pt ;
        color : 000000 ;
        margin-top : 20px ;
        margin-left : 30px ;
        margin-right : 53px
        }

p.sub {
	font-family : haettenschweiler, impact, sans-serif ;
	text-align: left;
        font-size : 16pt ;
        color : 000000 ;
        margin-top : 20px ;
        margin-left : 30px ;
        margin-right : 53px
        }

p {
	font-family : arial, helvetica, sans-serif ;
	font-size : 10pt ;
	color : black ;
    	margin-top : 20px ;
    	margin-left : 30px ;
    	text-align : justify ;
    	margin-right : 53px
    	}

/*  Duplicate the basic paragraph settings for list items  */
li {
	font-family : arial, helvetica, sans-serif ;
	font-size : 10pt ;
	color : black ;
    	margin-top : 20px ;
    	margin-left : 30px ;
    	text-align : justify ;
    	margin-right : 53px
    	}

p.hdr {
	font-family: arial, helvetica, sans-serif ;
	text-align: left;
        font-size : 11pt ;
        font-weight : bold ;
        font-style : italic ;
        color : 000000 ;
        margin-top : 30px ;
        margin-left : 30px ;
        margin-right : 53px
        }

p.adv {
	font-family: arial, helvetica, sans-serif ;
	text-align: left;
        font-size : 10pt ;
        font-weight : bold ;
        color : 000000 ;
        margin-top : 20px ;
        margin-left : 30px ;
        margin-right : 53px
        }

p.date {
	font-family: arial, helvetica, sans-serif ;
	text-align: right;
        font-size : 8pt ;
        color : 000000 ;
        margin-top : 0px;
        margin-left : 0px ;
        margin-right : 53px
        }


/*  extra features added to standard text enhancements  */

i {
	font-family: arial, helvetica, sans-serif ;
 	font-size : 10pt ;
 	font-style : italic
 	}

b {
	font-family: arial, helvetica ;
	font-weight : bold ;
	color : 000000
	}

b.bg {
	font-family: arial, helvetica ;
	font-size : 11pt ;
	font-weight : bold ;
    	font-style : italic ;
    	color : 000000
    	}
