@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #FFF;
}
h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}
p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
p a  {
	color: #264274;
	font-weight: bold;
}

h2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
#container  {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #cc0099;
	width: 980px;
	position: relative;
} 
#header  {
	background-repeat: no-repeat;
	height: 250px;
	width: 980px;
	position: relative;
	padding: 0;
	background-position: center;
	z-index: 1;
	background-color: #B22180;
	background-image: url(../images/header_bg.jpg);
} 
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-style: groove;
	border-left-color: #264274;
	position: relative;
	z-index: 4;
	text-align: left;
	color: #FFF;
} 
#main_top {
	top: 10px;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 3;
}


#connect_jen {
	position: relative;
	width: 240px;
	background-image: url(../images/connect_jen.jpg);
	z-index: 2;
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#connectnav {
	position: absolute;
	width: 162px;
	height: 32px;
	left: 39px;
	bottom: 10px;
	z-index: 1;
}
#blog_boxdiv {
	position: relative;
	height: 155px;
	width: 240px;
	z-index: 2;
	background-image: url(../images/blog_box.jpg);
	background-repeat: no-repeat;
}
#bloglink {
	text-decoration: none;
	position: absolute;
	top: 40px;
	text-align: center;
	width: 240px;
	z-index: 1;
}
#bloglink a {
	color: #264274;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
#blogtext {
	position: absolute;
	width: 240px;
	top: 53px;
	text-align: center;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	height: 77px;
	left: 0px;
}

#footer  {
	padding: 0;
	height: 140px;
	width: 980px;
	position: relative;
	z-index: 5;
} 
#footer_copyright {
	position: absolute;
	height: 35px;
	width: 980px;
	left: 0px;
	bottom: 2px;
	background-image: url(../images/copyright_bg.jpg);
	background-repeat: no-repeat;
	z-index: 4;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topnav1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	top: 8px;
	left: 10px;
}

#topnav1 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	border: medium outset #FFF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#topnav2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0D1526;
	text-decoration: none;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-style: normal;
}

#topnav2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	border: medium outset #C09;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#footernav  {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	top: 0px;
}

#footernav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
ul li {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #264274;
	text-align: center;
}
#basicmain {
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
}
#basicmain ul li {
	color: #000;
}
#basicmain p {
	color: #660066;
	text-align: left;
	font-weight: normal;
}
#nfs_div1 h2 {
	color: #264274;
}
#nfs_div1 p {
	color: #000;
}
#nfs_head {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#nfs_div1 {
	background-color: #FFF;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	padding-right: 10px;
	padding-left: 10px;
}
#nfs_div2 {
	background-color: #FFF;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	padding-right: 10px;
	padding-left: 10px;
}
#nfs_headline {
	text-align: center;
	background-color: #264274;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
#nfs_div3 {
	background-color: #FFF;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	padding-right: 10px;
	padding-left: 10px;
}
#nfs_div4 {
	text-align: center;
}
#nfs_reg {
	text-align: left;
	background-color: #FFF;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	padding-right: 10px;
	padding-left: 10px;
}
#offer_box {
	background-image: url(../images/pink%20rectangle.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 300px;
	margin-bottom: 10px;
	text-align: center;
	z-index: 1;
	position: relative;
	padding: 0px;
	left: 0px;
}
#offer_box p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
#consult_box h2 {
	font-size: 14px;
}
#consult_box p {
	font-size: 12px;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
}
#consult_box h4 {
	font-weight: bolder;
	font-size: 12px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	color: #C09;
	text-decoration: underline;
}


#offer_box form table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
h4 {
	font-size: 12px;
	color: #FFF;
}
.blue {
	color: #264274;
	font-size: 12px;
	text-align: left;
}
.pink {
	color: #C09;
	text-align: center;
}
.small {
	font-size: 12px;
}
.pinkleft {
	color: #C09;
	text-align: left;
}
.twoColFixLtHdr #container #basicmain table tr td .pink strong {
	font-size: 12px;
	color: #C09;
}



#offer_box h2 {
	height: 16px;
	font-size: 16px;
}
#offer_box h4 {
}
#consult_box {
	background-repeat: no-repeat;
	width: 240px;
	height: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	position: relative;
	text-align: center;
}

#consult_box h4 a {
	color: #C09;
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
}
.signature {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
}
.smaller {
	font-size: 12px;
}
.download {
	color: #063;
	font-weight: bolder;
}
.BONUS {
	color: #606;
	font-size: 18px;
}

