/* CSS Document */body {	background-image: url(img/background.gif);	background-position: 0px 0px;	background-repeat: repeat-x repeat-y;	margin-top: 0px;	font: normal 12px verdana;	}table, td, tr, p{	margin-left: 10px;	margin-right:5px;	margin-top: 10px;	margin-bottom: 5px;	font:  normal 12px verdana;	}	/*link and text appearance*/a, a:visited, a:active {		font:  strong 12px verdana;		color: #444444;		text-decoration: none;		line-height:none;		}a:hover {	color: #990033;	text-decoration: none	}h1 {	margin: 0px;	padding: 0px;	font-weight: bold;	font-size: 16px;	}	h2 {	margin: 0px;	padding: 0px;	font-weight: bold;	font-size: 14px	}/*id classes used*/#container {	margin-right: auto;	margin-left: auto;	margin-top: 0px;	text-align: left;	padding: 0px;	width: 780px;	background-color: #FFFFFF;	border: 1px solid #333333;	}#banner {	background-image: url(img/bg_logo_top.gif);	background-repeat: no-repeat;	padding: 0px;	border-bottom: 1px solid #FFFFFF;	height: 350px;	}#insite {	text-align: left;	padding: 5px;	width: 150px;	background-color: #FFFFFF;	border: 1px solid #333333;	font-size: 10px;	}#footer {	margin-right: auto;	margin-left: auto;	width: 90%;	height: 12px;	font-size: 10px;	background-color: #eee;	color: black;	border: solid 1px #444;	padding: 2px;}/*styling ul for navigation*/ul {	margin: 3;	padding: 0;	list-style: none;	}ul li {	margin: 0;	padding: 0;	list-style: none;	}ul.resources li {	padding-left: 15px;	line-height: 20px;	font-style: bold;	font-size: 13px;	}	ul.target li { background: url(img/tooth.gif) 0px 4px no-repeat; }ul.arrow li { background: url(img/arrow.gif) 0px 4px no-repeat; }.text {	margin-left: 5px;	}	.dash {	background-image: url(img/dash.gif);	background-position: center;	background-repeat: repeat-y;	}	.required {	color: #900; }.highlight {	background-color: #FFFF00;	}/* Tabular data */.tabular {	font-size: 10px;}.tabular th {	text-align: left;	background: #f5f5f5;	border-bottom: 1px solid #ccc;}.tabular td {	border-bottom: 1px solid #ccc;}