html {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;	
	font: 76%/140% Helvetica, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #666699;
}

h1 { 
	color: #666699;
	font-size: 1.2em;
	border-top: 1px solid #9999cc;
	background: url("h1.jpg") top right no-repeat;
	min-height: 26px;
	height:auto !important; /* IE min-height instructions */
	height:26px;
	padding-right: 20px;
}

h2 { 
	color: #cc6666;
	font-size: 1.1em;
	border-top: 1px solid #ffcccc;
	margin-top: 30px;
	background: url("h2.jpg") top right no-repeat;
	min-height: 26px;
	height:auto !important;
	height:26px;
	padding-right: 20px;
}

a:link, a:visited  { 
	color: #666699;
}

a:hover, a:active, a:focus { 
	color: #cc6666;
}

b { 
	color: #666699;
}


/* ------------------------------------------------------------------- */
/* Page layout */

#page { 
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;  
	margin: 0px;
	width: 698px;
	background: url("bg.jpg") top right no-repeat;
	border-right: 2px solid #333366;
}

#header { 	
	margin: 10px 20px;
}

#header img { 	
	border: 2px solid #333366;
}


#printhead { 
	display: none;
}

#content { 	
	padding: 16px 20px 360px 20px;  
	margin: 0px 20px 10px 20px;
	width: 458px;
	background: #ffffff;
}

#content ul { 	 
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#content li { 	 
	margin-left: 0;
	padding-left: 12px;
	background: url("bullet.gif") top left no-repeat;
}

#balloon { 		
	position: fixed;
	top: 100px;
	left: 560px; 
	width: 80px;
	height: 109px;
	padding: 0px;  
	margin: 0px; 
	background: url("balloon.png") top left no-repeat;
}	

/* ------------------------------------------------------------------- */
/* Navigation */

#navigation { 	
	padding: 30px 20px 5px 20px;  
	margin: 0px 20px;
	width: 458px;
	background: #ffffff url("nav-bg.gif") top left no-repeat;
	text-align: center;
}

#navigation a:link, #navigation a:visited, #next a:link, #next a:visited  { 
	color: #666699;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #9999cc;
	background: #e1e8f6;
}

#navigation a:hover, #navigation a:active, #navigation a:focus, #next a:hover, #next a:active, #next a:focus { 
	color: #cc6666;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #cc6666;
	background: #ffeaea;
}

#navigation ul {	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navigation li {
	display: inline;
	margin-right: 10px;
}

/* ------------------------------------------------------------------- */
/* Next */

#next { 	
	margin-top: 30px;
	margin-bottom: 0px;
}

/* ------------------------------------------------------------------- */
/* Tables */

table.data {
	width: 100%;
	margin-bottom: 20px;
}

table.data td {
	padding: 2px 6px;
	vertical-align: top;
}

table.data th { 
	font-weight: bold;
	color: #666699;
	text-align: left;
	vertical-align: top;
}

table.data td p  { 
	margin-top: 0px;
}

table.data tr { 
	background: #F7F8FD;
}

table.data tr.odd { 
	background: #E1E8F8;
}

caption { 
	caption-side: top;
	font-weight: bold;
	width: auto;
	text-align: left;
	color: #cc6666;
	border-top: 1px solid #ffcccc;
	background: url("h2.jpg") top right no-repeat;
	min-height: 26px;
	height:auto !important;
	height:26px;
	padding-right: 20px;
}

.box { 
	background: #F7F8FD;
	padding: 0 10px;
	border: 1px solid #E1E8F8;
	margin: 6px 0;
}

