/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
  VALUE SEEKER CLUB 
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

html, body, form, fieldset, ul, ol, li, dl, dt, dd, p { /* clear-padded-elements */
	margin: 0;
	padding: 0;
	font-size: 16px;
}

ol, ul {
	padding-left: 25px;
	margin-bottom: 15px;
}

html, body {
	height: 100%;
}

body {
	width: 654px;
	font-family: Arial, verdana, sans-serif;
	color: #333;
}

img {
	border: none;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	ANCHORS
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

a {
	background-color: transparent;
	cursor: pointer;
	color: #72aa47;
	text-decoration: underline;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Headlines for graduated semantic markup
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1 { 
	font-size: 30px;
	margin: 10px 0 25px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 5px;
}

p {
	margin-bottom: 15px;
	line-height: 1.3em
}

li {
	margin-bottom: 10px;
	line-height: 1.2em
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Floats
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.block{ display:block;}
.inline{ display:inline;}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Utility
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.show {
	display:block;
}

.hide {
	display:none;
}

.visible {
	visibility:visible;
}

.invisible {
	visibility:hidden;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Font Styles
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

var {
	font-style: normal;
}

.nowrap {
	white-space: nowrap;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Lists / Navigation
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

ul {
	list-style: disc;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	TABLES
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

table, thead, tbody, tfoot, tr, td {
	/*font-size: 11px;*/
	margin: 0;
	padding: 0;
	border: 0 solid; /* quirky because of Opera */
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	CONTENT
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.downloadLink {
	float:left;
	display:inline;
	color:green;
	margin:11px 10px 0 0;
	font-size:13px;
	text-decoration:underline;
	}
.downloadButton {
	float:right;
	display:inline;
	width:37px;
	}
.header {
	margin:10px 0;
	height:62px;
	width:654px;
	}
.headline {
	float:left;
	display:inline;
	width:517px;
	height:62px;
	}
.content {
	margin:15px 0 10px 0;
	}
.rightImage {
	float:right;
	padding:0 0 10px 20px;
	width:268px;
	height:341px;
	}
.topImage {
	margin-left:13px;
	width:627px;
	height:236px;
}
.footer {
	margin:40px 0 10px 0px;
	height:40px;
	}
.footerLogo {
	float:left;
	display:inline;
	width:517px;
	height:40px
}
