/* CSS Document */
#banner {
	height: 156px;
	width: 757px;
	position: relative; 
	left: 0px;
	top: 0px;
	}
#leftside {
	display:none;
	}

#main {
	position: relative;
	left: 0;
	width: 660px;
	padding: 5px;
	}
#main p, li, td, th {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	line-height: 1.25em;
	}

#main h1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #900;
	}
#main h2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #000;
	}

.tipbox {
	background-color: #E4E4E4;
	border: 1px solid;
	border-color: #333;
	width: 650px;
	padding-bottom: 10px;
}
.tipbox p {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	color: #000;
	padding: 8px 20px 0px 20px;
	}
.tipbox h1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #8F0000;
	padding-left: 20px;
	padding-top: 10px;
	}
.checked li {
	list-style-image: url(../images/checkedbox.gif);
	list-style-type: square;
	margin-left: 20px;
	padding: 0;
	list-style-position: 50% 0;
}
.unchecked li {
	list-style-image: url(../images/uncheckedbox.gif);
	list-style-type: square;
	margin-left: 20px;
	padding: 0;
	list-style-position: 50% 0;
}