body {
	text-align: center;
        font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
        color: #666;
}
.wrapper {
	position: relative;
	width: 690px;
	font-size: 0.9em;
	margin: 0 auto 0;
	text-align: left;
}
.header {
	height: 214px;
	background: url(/images/banner-blocks.png) no-repeat;
        background-position: top center;

}

h1 {
	padding: 0;
	color: #2950ae;
	font: 2.4em Trebuchet MS, Arial, sans-serif, Helvetica;
}

h2 {
	padding: 0;
	color: #2950ae;
	font: 1.4em Trebuchet MS, Arial, sans-serif, Helvetica;
}

h3 {
	padding: 0;
	color: #2950ae;
	font: 1.2em Trebuchet MS, Arial, sans-serif, Helvetica;
}

h4 {
	color: #2950ae;
}

p {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
	color: #666;
	font: 1em/1.4em Trebuchet MS, Arial, sans-serif, Helvetica;
}

p.withborder {
        border-style: dashed;
        border-width: medium;        /* sets border width on all sides */
        border-color: black;

}

a {
	color: #2950ae;
	text-decoration: underline;
}

a:hover {
	color: #0bf;
}

ul {
	padding: 0 3em 1em;
	color: #666;
	font: 1em/1.4em Trebuchet MS, Arial, sans-serif, Helvetica;
}

ol {
	padding: 0 3em 1em;
	color: #666;
	font: 1em/1.4em Trebuchet MS, Arial, sans-serif, Helvetica;
}

.download {
	position: absolute;
	right: 0;
	top: 160px;
}
.footer {
	position: relative;
	width: 690px;
        height: 240px;
	margin: 0 auto;
	background: url(/images/footer.png) no-repeat;
}
.footer a {
	text-decoration: underline;
	border: 0;
}


div.expandable_note_box {
	width: 210px;
	min-height: 100px;
	float:right;
	background-image: url("/images/top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 20px;
	font-size: 80%;
}
	
div.expandable_note_box div.middle {
	width: 210px;
	background-image: url("/images/middle.jpg");
	background-position: center;
	background-repeat: repeat-y;
}
	
div.expandable_note_box div.inside {
	padding-left: 20px;
        padding-right: 20px;
	width: 167px;
	color: #666;
	font: 1em/1.4em Trebuchet MS, Arial, sans-serif, Helvetica;
}

div.expandable_note_box h2{
        margin-top: 13px;
}

div.expandable_note_box ul{
	padding: 0 1.5em 1em;
}
