html { height: 100%; margin-bottom: 1px; }/*force firefox,opera, safari to show scrollbar*/
    body{
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 13px;
        color : #424143;
        margin : 0px 0px 0px 0px;
    }
    A:link,A:visited,A:hover{
    	color : #669933;
    }
    A:hover{
    	text-decoration : underline;
    }
.leftCol{
	padding : 10px;
}
.footer{
	color : #f58f3c;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 10px;
}
.missionTitle, .mission{
	color: #424143;
	background-color : #b8d55c;
	padding : 0px 15px 0px 15px;
}
.missionTitle{
	font-weight : bold;
}
li.header{
	list-style-type : decimal;
	font-weight : bold;
}
li.item{
	list-style-type : disc;
	font-weight : normal;
}