body {
	background-color: rgb(232,245,248);
}
.wrapper {
	background-color: #FFF;
}
p, h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
strong {
	font-family: "Verdana Bold", "Arial Bold", "Tahoma Bold", sans-serif;
}
p {
	padding-bottom: 10px;
}
h1 {
	font-size: 2em;
	line-height: 2em;
	padding-bottom: 1px;
}
h2 {
	font-size: 1.4em;
	color: rgb(102,102,153);
	line-height: 1.4em;
	padding-top: 12px;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 8px;
	padding-bottom: 5px;
}
a {
}
a:link {
	color: rgb(0,51,204);
}
a:visited {
	color: purple;
}
a:hover {
	color: blue;
	border-bottom: 1px solid blue;
}
a:active {
	color: red;
		border-bottom: 1px solid red;
}
.center {
	text-align: center;
}
.clearfloat { /* add to a <br> as the last element in a container to prevent breakout by floated objects */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* styles for screens larger than 769px wide */
@media screen and (min-width: 769px) {
.wrapper {
	width: 90%;
	min-width: 769px;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0em;
	padding-right: 5%;
	padding-bottom: 0em;
	padding-left: 5%;
}
.header {
	height: 100px;
	background-image: url(../images/sample_logo_big.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.column_1 {
	float: left;
	width: 47%;
	margin-right: 3%;
	padding-bottom: 16px;
}
.column_2 {
	float: right;
	width: 47%;
	margin-right: 3%;
	padding-bottom: 16px;
}
.base {
	width: 60%;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	clear: both;
	background-color: rgb(232,245,248);
	padding-top: 16px;
	padding-right: 20%;
	padding-bottom: 14px;
	padding-left: 20%;
	margin-top: 26px;
}
.footer {
	width: 60%;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: rgb(219,236,245);
	padding-top: 14px;
	padding-right: 20%;
	padding-bottom: 14px;
	padding-left: 20%;
}
}
/* styles for screens from 481 to 768px wide */
@media screen and (min-width: 481px) and (max-width: 768px) {

.wrapper {
	width: 94%;
	min-width: 481px;
	max-width: 768px;
	margin: 0 auto;
	padding-top: 0em;
	padding-right: 3%;
	padding-bottom: 0em;
	padding-left: 3%;
}
.header {
	height: 100px;
	background-image: url(../images/sample_logo_med.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.column_1 {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.column_2 {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 18px;
}
.base {
	width: 80%;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	background-color: rgb(232,245,248);
	padding-top: 14px;
	padding-right: 10%;
	padding-bottom: 14px;
	padding-left: 10%;
}
.footer {
	width: 80%;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: rgb(219,236,245);
	padding-top: 14px;
	padding-right: 10%;
	padding-bottom: 14px;
	padding-left: 10%;
}
}
/* styles for screens up to 480px wide */
@media screen and (max-width: 480px) {
.wrapper {
	min-width: 240px;
	max-width: 480px;
	margin: 0 auto;
}
.header {
	height: 90px;
	background-image: url(../images/sample_logo_sm.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.column_1 {

}
.column_2 {
	margin-bottom: 12px;
}
.base {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	background-color: rgb(232,245,248);
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}
.footer {
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: rgb(219,236,245);
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	padding-bottom: 2px;
}
h2 {
	font-size: 1.2em;
	color: rgb(102,102,153);
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 2px;
}
h1, h2, h3, p {
	padding-right: 10px;
	padding-left: 10px;
}
}
