
h1 { text-align: center; 
	font-size: 16pt; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	color: gray;
	line-height: 5pt;
}

h2 {
 text-align: left; 
	font-size: 14pt; 
	line-height: 0pt;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	color: gray 
}

h3 {
	text-align: left; 
	font-size: 12pt; 
	line-height: 0pt;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	color: gray;
	padding-top: 10pt;
}

h4 {
 margin-bottom: 0pt;
}
ul {
	list-style-type: none
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #2F5361;
	height: 100%;
}

.leftgutter {
	position: absolute; 
	width: 100px; 
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 3;
}
.rightgutter {
	position: absolute; 
	width: 100px; 
	top: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	z-index: 3;
}


.thinfloat {
  float:left;
  padding:10px;
  margin-right:10px;
  } 




.bannerbackground {
	position: absolute; 
	top: 20px;
	left: 0px;
	width: 100%;
	height: 84px;
	border-width: 1px;
	border-color: #000000;
	background-color: #666666;
	border-top-style: solid;
	border-bottom-style: solid;
	z-index: 1;
}







/* new styles */
div.column2 {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/background_sidecol.jpg);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #999999;
    
}
div.column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/background_sidecol.jpg);
    background-repeat: repeat-y;
    width: 100%;
    
}

div.header {
    text-align: center;
    background-color: #CCCCCC;
    height: 60px;
    margin: 0px;
    padding: 1px;
}

div.main 
{
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #999999;
}
div.navcol {
	margin: 0px;
	padding: 0px;
  	width: 100px;
    float: left;
    /* background-color:Yellow; */
}

div.sidecol 
{
	margin: 0px;
	padding: 0px;
  	width: 100px;
  	float: right;
}
div.endcap{
    background-color: #2F5361;
    padding: 10px;
    text-align: center;
    clear: both;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0;
   /* background-color: red; */
}


.clearcontentdivs {
    clear: both;
    display: block;
    height: 50px;
    overflow: hidden;
    margin: 1px;
    padding: 0;
   /* background-color: green; */
}


.topborder {
	height: 40px;
}

.banner {
	height: 100px;
	background-color: #666666;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
}

.content {
	background-color: #999999;
	width: 100%;
}

.textcolumn 
{
	position: relative;
	padding: 10 10 25 10px;
	top: 40px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 50px;
	background-color: #b3daff;
}

.textcolumn p
{
	padding-left: 10px;
	margin-left: 10px;
	margin-right:10px;
}
.textcolumn h3
{
	padding-left: 10px;
}
.textcolumn h4
{
	padding-left: 10px;
}



