/* The CSS file for Numeracy webs site Dark red (background, links): 990000light red (selection): CC9999hover color: AF0020Dark SRI blue (background, links): 003366light blue (selection): CCFFFF*/body, td { font: 12px Arial; }th { font: bold 12px Arial; }/* Font styles for the links that appear on your web page */a:link {font: bold 12px Arial; color: #003366; text-decoration: underline;} a:active {font: bold 12px Arial; color: #003366; text-decoration: underline;}a:visited {font: bold 12px Arial; color: #003366; text-decoration: underline;}a:hover {font: bold 12px Arial; color: #5675A5; text-decoration: underline;}/* Define bullets */ul { padding-left: 1em; padding-bottom: 1em; }ul li { padding-left: 1em; padding-bottom: 1em; }.border{    border: solid 1px #003366;}.left{    /* floats the item to the left side of the page, and adds a margin */    float: left;}.right{    /* floats the item to the right side of the page, and adds a margin */    float: right;}.scroll{    /* make the element create scroll bars if the text is too long */    overflow: auto;}.title{    background-color: #003366;    color: #FFFFFF;	font-face: Arial;    font-weight: bold;    font-size: 24px;	padding: 7px 7px 7px 7px; /* top, right, bottom, left */}.h1{    color: #003366;	font-face: Arial;    font-weight: bold;    font-size: 18px;}.h2{    color: #003366;	font-face: Arial;    font-weight: bold;    font-size: 14px;}.error{    color: red;	font-face: Arial;    font-weight: bold;    font-size: 12px;}.titlemargin{	margin: 10px 0px 10px 0px;}.subtitle {	color: #FFFFFF;	font-face: Arial;    font-weight: bold;    font-size: 14px;}.content{    padding: 0px 20px 0px 20px; /* keeps text off the borders */	font-face: Arial;    font-size: 12px;	line-height: 20px;    padding: 0px;	margin: 0px;}.content.padleft{    /* this is to pad if there's a sidebar on the left */    padding-left: 180px;}.content.padright{    /* this is to pad if there's a sidebar on the right */    padding-right: 180px;}.sidebar{    width: 150px;    height: 100%; /* remove this to allow different-sized sidebars */    background-color: #83032A;    color: #003366;    font-weight: bold;    padding: 10px 0px 5px 0px;}.sidebaritem{    width: 120px;    background-color: #FFFFFF;    color: #003366;    border: solid 1px #5675A5;    font-size: 14px;    padding: 2px;    margin-bottom: 3px;}.sidebaritemselected{    width: 120px;    background-color: #D9E1ED;    color: #003366;    border: solid 1px #5675A5;    font-size: 14px;    padding: 2px;    margin-bottom: 3px;}.horiz{    color: #4B1A95;    font-weight: bold;	width: 124px;	float: left;	text-align: center;}.sidebaritem.first{    margin-top: 10px;}.bottommenu{	margin-top: 20px;	background-color:#FFFFFF;	font-size: 10px;	font-face: Arial;	text-align: left;}.footer{	background-color:#FFFFFF;	font-size: 10px;	font-face: Arial;	text-align: left;}