body { 
	background: #E1E1D5;
	margin-bottom:40px;
}

p {
	margin:0 0 1em 0;
	font-size:1em;
	line-height: 1.3em;
}
h1 {
	font-size:1.6em;
	color:#066;
	margin:0 0 1em 0;
}
h2 {
	color:#333;
	font-size:1.2em;
	padding:0 0 1em 0;
	margin: 2em 0 0 0;
	}
h3 {
	color:#333;
	font-weight:normal;
	font-size:1.1em;
	padding: 0 0 1em 0;
	}

a:link, a:visited {
	color:#066;
	text-decoration: none;
	}
a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
	}


#shell, td {
	font-family: "Lucida Sans Unicode","Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: normal;
	}
#page {
	margin: 40px auto 20px auto;
	width: 760px;
	background-color: #fff;
	border: 1px solid #999;
	overflow: auto;
}
#sidebar {
	float: left;
	width:150px;
	padding-bottom: 40px;
}
#colMain {
	margin: 20px 40px 40px 180px;
	}
#footer {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #666666;
}
td, th {
	padding: 6px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
th { 
	font-weight: normal;
}
table { width:100%;}

.block {
	margin: 0 0 2em 0;	
	}

ul.list {
	list-style: disc;
	padding: 1em;
	margin: 0 0 0 1em;
}
ul.list li {
	margin: 0 0 10px 0;
	}

/* ----------------------------------------------------------------------
					NAV
------------------------------------------------------------------------- */

#nav1 {
/* 	clear:right; 
	overflow: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	float:right;
	width:596px;
	line-height: 15px; 
	float:left; 
	padding: 25px 0 0 0;
*/
}
#nav1 ul {
	padding:0 0 10px 0;
	background: #E1E1D5;
/* 
	margin:0;
	border-left:1px #e3e3e3 solid;
	float:left;  
*/
}
#nav1 li {
	list-style: none;
	margin: 0;
	padding: 0 ;
	font-size: 14px;
	line-height: 18px;
	border-top:1px #e3e3e3 solid;
	background-color: #066;
/* 
	float: left;
	background: url(/common/images/graphics/navBg.png) repeat-x;
*/
}
#nav1 a {
	padding: 6px 29px;
	text-decoration: none;
	display: block;
	color: #fff;
/* 
	height:17px;
	float: left;
	background: url(/common/images/graphics/nav-off.png) repeat-x;
*/
}
#nav1 a:hover, #nav1 a.nav-on {
	/* margin: 0; */
	color: #066;
	background-color: #fff;
/* 
	background:url(/common/images/graphics/nav-on.png) repeat-x;
*/
}



/* ----------------------------------------------------------------------
					nav 2 - subnav
------------------------------------------------------------------------- */

#nav2 ul {
	padding:0 0 10px 0;
	overflow: auto;
/* 
	background: #E1E1D5;
	margin:0;
	float:left;  
*/
}
#nav2 li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	float: left;
	border-bottom:1px #e3e3e3 dotted;
/* 
	border-top:1px #e3e3e3 solid;
	line-height: 18px;
	background-color: #066;
	background: url(/common/images/graphics/navBg.png) repeat-x;
*/
}
#nav2 a {
	padding: 3px 10px;
	text-decoration: none;
	display: block;
/* 
	color: #fff;
	height:17px;
	float: left;
	background: url(/common/images/graphics/nav-off.png) repeat-x;
*/
}
#nav2 a:hover, #nav2 a.nav-on {
	/* margin: 0; */
	color: #066;
	background-color: #e7e7e7;
/* 
	background:url(/common/images/graphics/nav-on.png) repeat-x;
*/
}



/* ----------------------------------------------------------------------
					.
------------------------------------------------------------------------- */

#RefundLinks {
	padding: 20px;
	margin:20px 0;
	border: 1px solid #ccc;
	background-color:#f3f3f3;
}
.note {
	margin: 10px 0;
	padding: 10px;
	border-top: 1px dotted #FC0;
	border-bottom: 1px dotted #FC0;
	background-color: #FFC;
	font-size: .9em;
}