/* CSS Document */
#banner {
	height: 156px;
	width: 757px;
	position: relative; 
	}
#leftside {
	position: relative;
	float:left;
	width: 180px;
	padding: 5px;
	border-right: 2px solid;
	border-right-color: #CCC;
	}
#leftside p {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	}
	
#main {
	position: relative;
	width: 550px;
	padding: 5px 5px 5px 15px;
	float:left;
	}
#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;
	padding-top:5px;
	}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	}
#nav a {
	display: block;
	margin: 0;
	padding: 4px 0px 3px 4px;
	background-image: url(../images/planbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height:18px;
	}
#nav a:hover, #nav a:active {
	background-image: url(../images/planbuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	}
.tipbox {
	background-color: #E4E4E4;
	border: 1px solid;
	border-color: #333333;
	width: 475px;
	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;
}
.longlist li	{
	padding-bottom:.8em;
	}
	
.undolonglist li	{
	padding-bottom:.1em;
	}