body {
	font-family: Calibri,  sans-serif;
	font-size:12px;
	color: #000000;
	background: #01284f;
	background-image: url(gradient_v.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
}

#container {
	width: 810px;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 5px solid #003e7e;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#contentAndForm {
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	margin: 0;
}

#newsletter {
	width: 1100px;
	height: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#FFF;
	text-align:left;
}

#banner {
	width: 810px;
	height:auto;
	text-align:center;
}


a {
color: #666666;
text-decoration:none;
}

a:link {
color: #666666;
text-decoration:none;
}

a:active {
color: #999999;
text-decoration:none;
}

a:hover {
color: #000;
text-decoration:none;
}

#newt {
width: 300px;
height: 526px;
text-align: right;
background-image:url(sidebar.png);
background-repeat:no-repeat;
margin-left: 80px;
}

#blueline {
background: #003e7e;
}

p {
font-family: Calibri,  sans-serif;
font-size: 12px;
color:#000;
margin: 0px;
}

h1 {
font-family: Calibri,  sans-serif;
font-size: 24px;
font-weight: bold;
color:#537196;
text-align: center;
margin: 0px;
}

h2 {
font-family: Calibri,  sans-serif;
font-size: 20px;
font-weight: bold;
color:#537196;
text-align: center;
margin: 0px;
}

h3 {
font-family: Calibri,  sans-serif;
font-size: 18px;
font-weight: bold;
color:#537196;
margin: 0px;
}

h4 {
font-family: Calibri,  sans-serif;
font-size: 16px;
font-weight: bold;
color:#537196;
margin: 0px;
}

.bold {
font-family: Calibri,  sans-serif;
font-size: 18px;
font-weight: bold;
margin: 0px;
}

#thanks {
margin: 0px;
width: 800px;
height: auto;
text-align:center;
}

.bottom {
height: 20px;
width: 810px;
background-image:url(bottomline.gif);
background-repeat:no-repeat;
background-position: top;
margin: 0px;
padding: 0px;
}

#ClearingDiv {
	clear: both;
}

#header {
margin: 0px;
width: 810px;
height: 125px;
}

.center {
text-align:center;
padding-left: 10px;
padding-right: 10px;
}

.red {
color: #990000;
}

.partnerlogo {
float: left;
padding: 0px;
padding: 0px;
}

#insheader {
margin: 0px;
width: auto;
height: auto;
}

#newsheader {
margin: 0px;
width: 1090px;
height: 125px;
background-image:url(newsletter_header.jpg);
background-repeat:no-repeat;
background-position:top;
}

.footer {
clear: both;
width: 810px;
height: auto;
background-color: #FFFFFF;
text-align:center;
margin: 0px;
}

.breadCrumb {
clear: both;
margin-left: 10px;
margin-bottom: 10px;
padding-top: 10px;
}

.newteklogo {
float: right;
margin-right: 20px;
margin-top: 20px;
}

.subhead {
font-family: Calibri,  sans-serif;
font-size: 16px;
font-weight: bold;
color:#5e7995;
text-align: center;
margin: 0px;
}

#wrapper {
margin: 0px;
width: 100%;
height: auto;
clear: both;
background-color: #FFFFFF;
position: relative;
top: 0;
}

#businessbuttonset {
margin: 0px;
width: 810px;
height: auto;
clear: both;
}

ul.bizset li {
width:188px;
height: 125px;
float:left;
list-style:none;
padding-bottom: 10px;
text-align: center;
}	


img {
	border:none;
}

#graphic {
float: right;
width: 150px;
height: 150px;
}

#instructions {
width: 700px;
height: auto;
margin: 0;
text-align: center;
position: relative;
 left: 50px;
}

.btn {
color:#FFFFFF;
line-height: 1.08em;
font-family: Calibri,  sans-serif;
font-stretch: extra-expanded;
font-size: 1.45em;
text-align: center;
position: relative;
top: 12px;
text-decoration:none;
}

.btn:link {
color:#FFFFFF;
}

.tag {
color:#5e7995;
text-align: center;
padding-left: 20px;
padding-right: 20px;
}

.btnLarge {
font-family: Calibri,  sans-serif;
font-size: 1.45em;
letter-spacing: 0.11em;
line-height: 1.08em;
text-align: center;
position: relative;
top: 8px;
color: #FFFFFF;
text-decoration:none;
}

.button {
display: block;
position: relative;
width:176px;
height:70px;
background-image:url(button_UP.png);
background-position: top;
background-repeat: no-repeat;
text-decoration:none;
margin-top:6px;
}

a.button:link {
background-image:url(button_UP.png);
background-position: top;
background-repeat: no-repeat;
}

a.button:hover { 
background-image:url(button_OVER.png);
background-position: top;
background-repeat: no-repeat;
}

.style1 {
font-size: 9px;
}

/*.button {
display: block;
position: relative;
width:176px;
height:70px;
background-image:url(newbuttons.gif);
background-position:100% -58px;
background-repeat: no-repeat;
text-decoration:none;
}

a.button:link {
background-image:url(newbuttons.gif);
background-position:100% -58px;
background-repeat: no-repeat;
color:#FFFFFF;
}

a.button:hover { 
background-image:url(newbuttons.gif);
background-position: 100% 0px;
background-repeat: no-repeat;
font-family: sans-serif;
font-size: 12px;
color:#FFFFFF;
}*/