﻿/* the default spacing on headings does not match nor align with
normal interline spacing at all, so lets get rid of it. */
/* zero out the spacing around pre, form, body, html as well */
img, ul,ol,li,pre,form,body,html, * { margin:0; padding:0; outline: none;}
body
{
    font-family: Arial;
    background: url('../images/body-back-new.jpg') repeat-x center top;
}

img {
	border: 0px solid black;
	}
 
h1  {
  margin: 0px;  
  font-size: 16px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  }

h2 {
  margin: 0px;  
  font-size: 14px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
    padding-left:10px;
  }

h3 {
  margin: 0px;  
  font-size: 12px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  }


p {
    font-size: 12px;
    padding-bottom:10px;
    padding-left:10px;
}

li {
  list-style-type: disc;
  list-style-position: inside;
  }

a {
	margin: 0px;
	padding: 0px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #64a7eb;
	background: transparent;
	}


.main_wrap
{
    margin: 0 auto;
    padding: 0px;
    width: 970px;
    background-color:White;
}

.header {
  margin: 0px auto;  
  padding: 0px;
  width:970px;
  background-image: url('../images/header.jpg');
  height: 168px;
  font-weight:bold;
}

.header-text1
{
    font-size:24px;
    padding-left: 600px;
    padding-top:35px;
    color:White;
}
.header-text2
{
    font-size:18px;
    padding-left: 600px;
    color:White;
}


.threecol {
	padding-left:50px;
	font-size:12px;
	font-weight:normal;
}

#content_wrap {
  padding: 0px;
  margin: 0px;
  width: 690px;
  float: left;
  padding-left:5px;
  padding-right:5px;
  padding-top:10px;
}


.footer {
  border: 0px solid black;
  text-align: center;
  font-size: 10px;
  clear: both;
}

.adjustedZIndex { z-index: 100; }

.form-background-top
{
    background-image: url('../images/form-background-top.jpg'); 
    background-repeat:no-repeat; 
    height: 50px;
}

.form-background-middle
{
    background-image: url('../images/form-background-middle.jpg'); 
    background-repeat:repeat-y;
}

.form-background-bottom
{
    background-image: url('../images/form-background-bottom.jpg'); 
    background-repeat:no-repeat; 
    height: 53px;
}

.content-area
{

    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: inset;
    border-bottom-style: inset;
    border-left-style: inset;
    border-right-color: #000080;
    border-bottom-color: #000080;
    border-left-color: #000080;
}

