/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/* font-family:"Times New Roman", Times, serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:black;
	background-color:white;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

p {margin: 0.5em 0px}
h2 {margin: 1em 0px 0px 0px}
h3 {margin: 1em 0px 0px 0px}

dl.faq dt{
	margin-top:0.5em;
	font-style:italic;
	/* font-weight:bold; */
	margin-top:0.5em;
	margin-bottom:0.5em}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 114%;
	color:black;
	margin-top: 0px;
}

h2{
 font-size: 100%;
 color:black;
}

h3{
	font-size: 100%;
	color:black;
	font-style: italic;
}

h4{
 font-size: 100%;
 color:black;
}

ul{
 list-style-type: square;
 margin-top: 0.5em; 
}

ul ul{
 list-style-type: disc;
  margin-top: 0px;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color:black;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	display:none;
}

#toplinks{
	display:none;
}


#navBar{
	display:none;
}

#GlobalNav {display:none}

/************ .feedback table ***********/
table.feedback {
	background-color:white;
	border-collapse:collapse;
	}
table.feedback td {
		vertical-align:top;
		border: 1px solid black;
		padding: 3px;
		font-size: 0.9em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}


/***** general styles ******/

img.imageleft {
	float:left;
	margin-right:10pt;
	}

img.imageright {
	float:right;
	margin-left:10pt;
	}

.photocaption {
	font-size:80%;
	font-style:italic;
	margin:0;
	padding:0;
	}
	
.tinyphotocaption {
	font-size:75%;
	margin:0px;
	padding:0px;
	color:black;
	}
	
.author {
	color:black;
	font-style: italic;
	}
.stoppress {
	color:white;
	background-color:black;
	font-weight:bold;
	}
.stoppress_block {
	color:white;
	background-color:black;
	font-weight:bold;
	}

.new {

	color: #00CC66;
	background-color: #FFFF99;
	padding: 0px 0.25em 0px 0px;
	font-weight: bold;
	font-style: italic;
}
.codeline {

	background-color: #EEE;
}
pre.codeline .codecomment {

	color: #669933;
}
p.tablecaption {
font-size:90%;
	margin:0;
	padding:0;
	font-weight:bold;
	/* font-style:italic; */
	color: #666;
}

p.photocaption {
font-size:80%;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style:italic;
	color: #666;
}
p.tablecaption {

font-size:90%;
	margin:0;
	padding:0;
	margin-bottom:0.5em;
	margin-top: 1em;
	text-decoration:underline;
	font-weight:bold;
	/* font-style:italic; */
	color: #666;
}
div.note {

	font-size: 90%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1em;
}
.new_flash {
	color: #FFFFFF;
	background-color: #FF6633;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-style: italic;
	font-weight: bold;
	display: none;
}
table.normaltable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	background-color: #CCFFCC;
	border: 1px solid;
	border-color: black;
}

table.normaltable td {
	padding: 0em 0.5em 0em 0.5em;
	vertical-align:top;
	border: 1px solid;
	border-color: black;
}
