/* CSS Document */

/* tutorial css*/

/* global 
_______________________________________________________*/

body {
	width:90%;
	margin:0;
	right: 0px;
	margin: 0;
	background-color: #FFFFFF;
	filter:none;
	}

/* Layout
________________________________________________________*/
	#navcontainer {
	display:none;
	position:absolute;
	top: 90px;
	left:0px;
	width: 190px;
	margin-left: 0px;
	}

	#main-content {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12pt;
	color: #000000;
	margin: 5px;
	background:transparent;
}

	#right-content {
	display:none;
	width: 195px;
	padding-right: 2px;
	overflow:auto;
	height: 800px;
	margin-top: 10px;
	}
	
	#tocscroll {
	position: relative;
	padding-right: 2px;
	padding-left: 10px;
	overflow:auto;
	}

	#main-content-scroll {
	overflow:auto;
	/*
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #cccc;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #000000;
	height: 400px;8
	*/
	padding-right: 10px;
	padding-left: 10px;
}

	#table-scroll {
	overflow:auto;
	/*
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #cccc;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #000000;
	height: 300px;*/
	padding-right: 10px;
	padding-left: 10px;
}
	#tools{
	display:none;
	position:absolute;
	top:90px;
	right:auto;
	left:0px;
	width: 190px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
}

	#breadcrumbs {
	display:none;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #003366;
	margin-left: 5px;
	text-decoration: none;
	text-align: left;
}

	#prnt_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
	}

/* Text 
_______________________________________________________*/
	p {
	font-size: 0.8em;
	text-align: justify;
	text-decoration: none;}
	
	.rt {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #000000;
	padding-left: 10px;
	line-height: normal;
	}

	#footer {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 6pt;
	text-align: center;
	font-weight: normal;
	border: none;
	color: #000000;
	margin-right: 220px;
	margin-left: 195px;
}

	#smbar {
	display:none;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 8pt;
	font-style: normal;
	text-align: right;
	color: #FFFFFF;
	
}

	#searchbar {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.60em;
	font-weight: normal;
	font-variant: small-caps;
	color: #003366;
	text-decoration: none;
	text-align: right;
	position: absolute;
	top: 105px;
	right: -1px;
	width: 220px;
}

	.pagetitle {
	font-size: 14pt;
	text-align: center;
	font-style: normal;
	letter-spacing: 0.65px;
	font-weight: bold;
	text-transform: capitalize;
	color: #003399;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

	.subtitle {
	font-size: 11pt;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #003366;
	padding-left: 5px;
}

	.rt_topic {
	font-size: 9pt;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	color: #003366;
	width: 190px;
	font-family: Tahoma, Geneva, Arial, Helvetica, san-serif;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-left: 5px;
	text-transform: capitalize;
}	
	.cont {
	font-size: 9pt;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-style: italic;
	color: #000000;
	text-align: left;
}

	.bulletlist {
	font-size: 10pt;
	text-align: left;
	line-height: 1.3em;
	text-decoration: none;}
		
	.lowernav {
	font-family: Geneva, Arial, Helvetica, san-serif;
	text-align: center;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.col {font-size: 0.8em;
	text-align: left;
	line-height: 1.3em;
	text-decoration: none;} 


/* Links 
______________________________________________________________*/

	a:visited {
	color: #462300;
	
	text-decoration: none;

}

	a:hover {
	color: #003366;
	text-decoration: none;
}

	a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

	a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

	

	



/* Images 
_____________________________________________________________*/

#outer-image {
	display: none;
	height: 70px;
	background-position: center top;
	background-repeat: repeat-x;
	background-color:red;

}
#inner-image {
	background-image:  url(../images/cornertitle.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	background-color:Blue;
}

.image {
	text-align: center;
}

/* Left Navigation Bar	*/
	.menuOut {
	display:none;
	cursor:pointer;
	margin:2px;
	color:#FFFFFF;
	width:160px;
	border:0px none;
	padding:2px;
	font-family:arial;
	font-weight:bold;
	background-color: #006699;
}
	.menuOver {
	display:none;
	cursor:pointer;
	margin:2px;
	width:160px;
	padding:2px;
	font-family:arial;
	font-weight:bold;
	color: #EBEBD8;
	background-color: #006699;
}
	.submenu {width:155px; font-family:arial; font-size:12px; padding-left:4px;}
	
	.submenu a {color:#003366; text-decoration:none; font-weight:normal;}
	
	.submenu a:hover {
	color:#003366;
	text-decoration:none;
	font-style:normal;
	font-weight:bolder;
	width: 160px;
}


/*Table Styles*/

	td {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: .70em;}
	
	.td2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
}
	.tdlnk {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
}

/*List Styles*/
	
	ol {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.8em;
	line-height: 1.25em;
	color: #000000;
	
}
	
	ul {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1em;
	color: #003399;
	
}
	
	li {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.85em;
	color: #FF0000;
	
}
	
	li.bullets{
	list-style-position: inside;
	list-style-type: disc;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.9em;
	color: #009900;
	text-decoration: none;
	}
	
	ul li {
	font-size: 0.85em;
	color: #333333;
	}

	ol.rt_list {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.85em;
	color: #FFFF66;
	padding-left: 10px;
	line-height: normal;
	list-style-position: outside;
	list-style-type: square;
}

/* Unsorted Styles */
