@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body  {
	background: #29649B url(../images/bg_logosquare.png) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: 800;
}
#container {
	width: 620px;
	margin: 0px;
	text-align: left;
	padding: 0px;
} 
#MAINwrapper {
	width: 860px;
	background: #FFFFFF url(../images/bgtopfade001_01.png) repeat-x;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #FFCC00;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#sidebar2 {
	width: 220px;
	float: right;
	padding-top: 26px;
}
#headmain {
	text-align: left;
	padding-top: 25px;
	width: 616px;
}
p {
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 8px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px;
}
#mainnav     a {
	color: #FFFFFF;
	line-height: 200%;
	text-decoration: none;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#mainnav    a:link {
	color: #333333;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#mainnav     a:visited {
	color: #003366;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#mainnav       a:hover {
	color: #CC6600;
}
#mainnav      a:active {
	color: #0066CC;
}
#mainnav   ul   {
	margin-bottom: 25px;
}
#mainnav   li   {
	list-style: none;
	background: url(../images/buttonbg002_03.jpg) no-repeat;
	height: 36px;
	padding-left: 20px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#mainnav   #currentpage   a {
	color: #CC6600;
}
#mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0px 25px 15px;
	width: 395px;
} 
#container #mainContent h1 {
	color: #5081AF;
	padding-bottom: 8px;
	line-height: 140%;
	font-size: 110%;
	border-bottom: 1px dotted #94C0E4;
	margin-bottom: 5px;
}
.clickherebutton {
	line-height: 200%;
}
#container #mainContent h2 {
	color: #8FBADB;
	padding-bottom: 8px;
	line-height: 140%;
	font-size: 90%;
	border-bottom: 1px dotted #94C0E4;
	margin-bottom: 10px;
}
#mainContent li {
	list-style: square;
	margin-left: 20px;
}
#mainContent  #calnav   {
	text-align: left;
	margin-bottom: 15px;
	padding: 10px;
	border-top: 4px solid #5181B0;
	border-right: 1px solid #5181B0;
	border-bottom: 1px solid #5181B0;
	border-left: 1px solid #5181B0;
}
#mainContent #calnav li {
	display: inline;
	margin-left: 0px;
	margin-right: 8px;
}


#calnav    a {
	line-height: 160%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#calnav   a:link {
	color: #C63;
	border-bottom: 1px dotted #C63;
}
#calnav     a:visited {
	color: #C63;
	border-bottom: 1px dotted #C63;
}
#calnav      a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
#calnav     a:active {
	color: #0066CC;
}
#mainContent     a {
	line-height: 160%;
	text-decoration: none;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#mainContent    a:link {
	color: #C63;
	border-bottom: 1px dotted #C63;
}
#mainContent     a:visited {
	color: #C63;
	border-bottom: 1px dotted #C63;
}
#mainContent       a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
#mainContent      a:active {
	color: #0066CC;
}
#subscribetable {
	margin-top: 10px;
	margin-bottom: 15px;
}
#sustaining {
	padding: 15px;
	border: 2px solid #5081AF;
	margin-top: 5px;
	margin-bottom: 20px;
}
#subscribetable td {
	padding-bottom: 10px;
}
.tipsbox {
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px 10px 10px 20px;
	border-top: 1px dotted #5181AE;
	text-align: left;
	background: #FFCC00;
	border-bottom: 1px dotted #5181AE;
	width: 834px;
	margin-right: auto;
	margin-left: auto;
} 
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
#footer     a {
	color: #FFFFFF;
	line-height: 160%;
	text-decoration: none;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#footer   a:link {
	color: #CC6600;
	border-bottom: 1px dotted #CC6600;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#footer    a:visited {
	color: #CC6600;
	border-bottom: 1px dotted #CC6600;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#footer      a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFF;
}
#footer     a:active {
	color: #0066CC;
}
#footer .mytag {
	font-size: 70%;
}
#container #mainContent h3 {
	color: #8FBADB;
	padding-bottom: 8px;
	line-height: 140%;
	font-size: 90%;
	border-bottom: 1px dotted #94C0E4;
	margin-bottom: 10px;
}
#arrowright {
	text-align: right;
	background: url(../images/arrow1_08.png) no-repeat right;
	margin-top: 25px;
	height: 40px;
	padding-right: 52px;
}
#form    {
	width: 250px;
	text-align: left;
	vertical-align: text-top;
	margin-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 75px 0px 10px 10px;
	margin-top: 15px;
	margin-bottom: 25px;
}
input {
	display: block;
	margin-bottom: 10px;
}
#form1 label {
	line-height: 160%;
}
#submit      {
	border-style: none;
	margin-top: 15px;
	padding: 0px;
}
.imgtxtwrap {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.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;
}
