body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: Black;
	margin: 10px auto 0;
	padding: 0px; 
}
p {
	margin-left: 10px; 
	margin-right: 20px;
	text-align: left;
}
/* --------------divs----------------- */
.center {
	text-align: center;
}
.centerB {
	text-align: center; font-weight: bold;
	font-size: 8pt;
}
.justify {
	text-align: justify;
	font-size: 8pt;
}
.puff {
	padding: 15px 30px; 
}
.tag {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.blockWide {
	margin-left: 100px;
	margin-right: 100px;
}

/* --------------- Hs ------------------ */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt; font-weight: lighter;
	margin-bottom: 0px;
	margin-left: 10px; 
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt; font-weight: lighter;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* --------------input button-------------- */

input.button {
  color: #fff; background: #b5c4ed;
  font-size: x-small;
  text-align: center;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #000000;
}

/* ---------------boxes------------------ */
#colRight {
	float: right;
	max-width: 48%
	padding: 10px;
}
#colLeft {
	float: left;
	max-width: 48%;
	padding: 10px;
}
/* ------------ color ids -------------------- */
#red {
	color: #ce3939;
}
#blue {
	color: #1a4baa;
}

/* -------------anchors---------------- */
a, a:link, a:visited, a:active  {
	text-decoration: none;
	color: #1a4baa;
	font-weight: bold;
}
a:hover {
	color: #ce3939;
}

a.dev, a:link.dev, a:visited.dev {
	text-decoration: none;
	color: black;
	font-size: 7.5pt;
	font-weight: bold;
}
a:hover.dev {
	color: white;
}
/* -------------lists------------------ */
ul {
	list-style-position: outside;
	display: block;
}
ol {
	list-style-position: outside;
	display: block;
}
/* -------------special----------------- */
.box {
	max-height: 75%;
	max-width: 75%;
	border: 1px solid Black;
	padding: 4px;
}
div#menu2 {
	margin-left: 195px;
}
div#menu3 {
	text-align: center;
}
#rtCaption {
	float:right;
	width:125px;
	margin:4px 4px 4px 4px;
	padding:5px;
	border:1px solid black;
	text-align:center;
	font-size: 8pt;
	background-color: Silver;
}
#ltCaption {
	float:left;
	width:125px;
	margin:4px 4px 4px 4px;
	padding:5px;
	border:1px solid black;
	text-align:center;
	font-size: 8pt;
	background-color: Silver;
}
.container {
	width: 900px;
	margin: 0 auto;
	border: 2px solid black;
	background-image: url(../images/bkgH1.jpg);
	vertical-align: top;
}
.container2 {
	width: 900px;
	margin: 0 auto;
	border: 2px solid black;
	background-image: url(../images/bkgH2.jpg);
	vertical-align: top;
}
.container3 {
	width: 900px;
	margin: 0 auto;
	border: 2px solid black;
	background-color: white;
	vertical-align: top;
}

.footer {
	color:black;
	clear:left;
	font-size: 7.5pt;
	text-align: left;
	margin-left: 10px;
}
.underfoot {
	color:black;
	font-size: 7.5pt;
	text-align: center;
}
.content {
	margin-left:180px;
	padding:1em;
}
.sidebar {
	float:left;
	width:165px;
	margin-left:5px;
	padding:4px;
	text-align: left;
	font-family: Arial, Geneva, sans-serif;
	font-size: 8pt;
}
/* -------style for include file--------------*/
	#navcontainer { 
margin-left: 5px;
margin-right: 5px;	
width: 185px;
font-size: 8pt;
font-family:Arial, Helvetica, sans-serif; }

	#navcontainer ul
{
margin-left: 2px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
list-style-position: outside;
}

	#navcontainer a
{
display: block;
padding: 0px;
width: 185px;
}
    #navcontainer li {
border-bottom: 1px solid #f2da51;
padding: 2px;
padding-left: 4px;
}

	#navcontainer a:link
{
color: #000;
text-decoration: none;
}
   #navlist a:visited
{
	color: Black;
	text-decoration: none;
}

	#navcontainer a:hover
{
color: #ac3735;
text-decoration: none;
}
/*  *********************photo table************* */
table#howTo {
	font-size: 8pt;
	padding: 0;
	}
/*  ------------------ forms ------------------ */
table#dotted	{
border: 1px dotted Gray;
font-size: 8pt;
}	

td#frmR	{
	text-align:right; 
	font: 9pt Arial, Verdana, "Sans Serif", bold; 
	color:#000000;
 font-weight: bold;
	 vertical-align: middle;
	 padding-right: 6px;	
	 padding-top: 2px; padding-bottom: 2px;}
	
td#frmL	{
	text-align: left; 
	font: 9pt Arial, Verdana, "Sans Serif";
	font-weight: bold; 
	color:#000000;	
	 vertical-align: middle;
	 padding-left: 6px;
	  padding-top: 2px; padding-bottom: 2px;}
	 
td#frmC	{
	text-align: center; 
	font: 9pt Arial, Verdana, "Sans Serif";
	font-weight: bold; 
	color:#000000;	
	vertical-align: middle;
	padding: 2px;
}
