/**************************
STRUCTURE

#header - top rows, banner, main navigation
	+ print - for printing
	+ handheld - for handhelds
#localnav - left column, local navigation
#content - right column, body copy, etc.
#footer - bottom row, indentifiers, etc.

**************************/

body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px;
	background-color: #666666;
}
table.main {
	border: 1px solid #1dc0d8;
	padding: 5px;
	margin: 5px;
	background-color:#CCCCCC;
} 
.borbanner {
	border: 1px solid #ffffff;
	border-bottom: 0px;
} 
.borpic {
	border: 1px solid #ffffff;
	border-bottom: 0px;
} 
.bornav {
	border: 1px solid #ffffff;
} 

/**************************
HEADER
**************************/

.vertical{
	height: 100%;
}	
/**************************
LOCAL NAVIGATION
**************************/

td.localnavbg {
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	background-image:  url(../images/diagbg.gif);
}
ul.localnav{
	padding: 10px;
	margin: 0;
	list-style: none;
	font-size: .7em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
}
ul.localnav li.back{
	background-image:  url(../images/arrow_h1g.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 10px;
}
ul.localnav li.back a{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
ul.localnav li{
	background-image:  url(../images/arrow_v1.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 10px;
	font-weight: bold;
}
ul.localnav li a, ul.localnav li ul li a{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
ul.localnav li ul {
	margin: 0;
	padding: 0 0px;
	list-style: none;
	text align: left;
	text-decoration: none;
}
ul.localnav li ul li{
	background-image:  url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 7px;
	font-weight: bold;
}
ul.localnav li a:hover {
	color: #1dc0d8;
	text-decoration: underline;
}

/**************************
CONTENT
**************************/

h1 {
	font-size: .9em;
	margin: 0px;
	text-align: left;
	color: #00908f;
	/*
	border-bottom: 1px solid #cccc99;
	background-color: #eeeeee;
	background-image:  url(../images/diagbg.gif);
	*/
	padding: 10px;
	text-align: left;
}
h2 {
	font-size: .7em;
	line-height: 1.5em;
	font-style:italic;
	padding: 0 10px;
	margin: 0px;
	text-align: left;
	}
h3 {
	font-size: .7em;
	line-height: 1.5em;
	padding: 0 10px;
	margin: 0px;
	text-align: left;
	}
#content p {
	font-size: .7em;
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
	text-align: left;
	/*width: 425px;*/
}	
#content ul li, #content ol li {
	font-size: .7em;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#content ul li ul li, #content ul li ol li {
	font-size: inherit;
	line-height: 1.5em;
	padding: 0 0px;
	margin: 0px;
	text-align: left;
}
#todo {
	width: 175px;
	font-size: .7em;
	line-height: 1.5em;
	padding: 0 10px;
	margin: 0px;
	text-align: left;
	background-image: url(../images/diagbg.gif);
	background-repeat: repeat;
}
#todo ul li, #todo ol li {
	text-align: left;
}	

#todo ul li ul li, #todo ol li ul li {
	font-size: inherit;
	text-align: left;
}
table.sub {
	border: 1px solid #cccccc;
	border-right: 0px;
	border-bottom: 0px;
	/*margin: 10px;*/
}
table.sub td{
	border: 1px solid #cccccc;
	border-left: 0px;
	border-top: 0px;
}
table.content {
	margin: 10px;
	font-size: .7em;
	line-height: 1.5em;
	border-left: 1px solid #eeeeee;
	border-top: 1px dotted #47c9d8;
	width: 579px;
}
table.content td {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px dotted #cccccc;
}
table.content tr.titles {
	background-color: #BDE9F5;
}

/********************************************
OTHER
********************************************/
hr {
	border: 1px dotted #47c9d8;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
}
h4 {
	font-size: .7em;
	line-height: 1em;
	padding: 10px;
	background-color: #BDE9F5;
	width: 559px;
	border: 1px dotted #47c9d8;
	border-right: none;
	border-left: none;
	border-bottom: none;
	margin: 10px;
}
