﻿@import url('/sitefiles/css/menu.css');

body {
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
	background: url('/images/colors/bg_lt-gray.png');
	font-size:90%
	}
body.nobg {
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size:90%
	}
body.cibreg{
	margin:20px; 
	background-color:#ffffff;
	background:#ffffff;
	}
p.linklist {
	margin-top: 6px;
	margin-bottom: 6px;
	}
p.subsection{
	padding-left:30px; 
	padding-right:30px;
	padding-top:4px;
	padding-bottom:4px;
	}
.smalltext {
	font:0.8em Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	}
a:visited {
	text-decoration:underline; 
	cursor:pointer;
	/*color:#666666;*/
	} 
a {
	text-decoration:underline; 
	cursor:pointer;
	color:#000000;
	}
a:hover {
	text-decoration:none; 
	cursor:pointer;
	color:#000000;
	}
h1{
	font: 1.4em Arial;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #000000;
	}
h2{
	font: 1.3em Arial;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	}
h3{
	font: 1.2em Arial;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	}
h4{
	font: 1.1em Arial;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	}
h5{
	font: 1.0em Arial;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	}
h6{
	font: 0.9em Arial;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	}
h7{
	font: 0.8em Arial;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	}

.clear {
	clear:both;
	}
span.first-letter{
	text-decoration: underline;
	font-weight: bold;
	}
fieldset {
	border: 3px double #cccccc;
	padding: 6px;
	}
legend {
	font-weight:bold;
	color:black;
	}
	
/*content navigation -- top of div pages*/
div.contbanner {
  margin-top: 2px;
  font-size: 80% /*smaller*/;
  font-weight: normal;
  text-align: left;
  width: 400px;
	}
div.contbanner p {
  margin: 0; 
  padding: 2px;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #000;
	}
div.contbanner a { display: block; margin-top: 3px }
div.contbanner a:link { text-decoration: none; color: #000 }
div.contbanner a:visited { text-decoration: none; color: #000 }
div.contbanner a:hover { background: #C4CAD9; color: #000 }
span.first-letter{
	text-decoration: underline;
	font-weight: bold;
	}
