﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #100040;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:3px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#ece5db;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	padding: 0px 3px 0px 5px;
}
.oneColFixCtr #container2 {
	width: 1000px;
	background: #100040;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	padding: 0px 3px 0px 5px;
}

.oneColFixCtr #mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	vertical-align:top;
	margin:2px;
	color:Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
}

.AspButton{
  background-color:#885544; 
  cursor:pointer;
  
}

.AspButton:hover{
   background-color:#000080; /* navy blue */
   /*cursor:hand; will fail CSS  */
}

h1{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:20px;
 font-weight:normal;
 line-height:22px;
 color:#404080;
 text-align:left;
 margin-left:10px;
}

h2{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:18px;
 font-weight:normal;
 line-height:20px;
 color:#404080;
 text-align:left;
 margin-left:10px;
}

h3{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:normal;
 line-height:16px;
 color:#000040;
 text-align:left;
}
h4{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:normal;
 line-height:16px;
 color:#404080;
 text-align:left;
 padding-top:10px;
}

p.indent14{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:800;
 line-height:18px;
 color:#000040;
 text-align:left;
 margin-left:20px;
}

p.indent14a{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 line-height:18px;
 color:#000040;
 text-align:left;
 margin-left:20px;
}

p.indent14i{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:normal;
 line-height:18px;
 color:#000040;
 text-align:left;
 margin-left:20px;
 margin-left:40px;
 font-style:italic;
}

p.indent14b{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:800;
 line-height:18px;
 color:#000040;
 text-align:left;
 margin-left:40px;
}
p.indent14c{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 line-height:18px;
 color:#000040;
 text-align:left;
 margin-left:40px;
}

p.norm14{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:normal;
 line-height:16px;
 color:#000010;
 text-align:left;
 padding-left:10px;
 padding-right:5px;
}

p.std14{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:normal;
 line-height:16px;
 color:#000040;
 text-align:left;
}
p.red14i{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:normal;
 line-height:16px;
 color:#A00000;
 text-align:center;
 font-style:italic;
}

li.red16{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:16px;
 font-weight:normal;
 line-height:20px;
 color:#A00000;
 text-align:left;
}
li.red14{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:normal;
 line-height:16px;
 color:#A00000;
 text-align:left;
 padding-bottom:5px;
}


span.red14i{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:14px;
 font-weight:normal;
 line-height:16px;
 color:#A00000;
 text-align:center;
 font-style:italic;
}
p.std16{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:16px;
 font-weight:500;
 line-height:20px;
 color:#000040;
 text-align:left;
}
p.red16{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:16px;
 font-weight:bold;
 line-height:20px;
 color:#A00000;
 text-align:center;
}
p.red16i{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:16px;
 font-weight:bold;
 line-height:20px;
 color:#A00000;
 text-align:center;
 font-style:italic;
}
p.blue16i{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:16px;
 font-weight:bold;
 line-height:20px;
 color:#000040;
 text-align:center;
 font-style:italic;
}
p.std18{
 font-family:Verdana, Arial, Sans-Serif;
 font-size:18px;
 font-weight:normal;
 line-height:22px;
 color:#000040;
 text-align:left;
}

.oneColFixCtr #container2 a{
 color:#4080ff;
}

.oneColFixCtr #container2 a:visited{
 color:#4080ff;

}

