@charset "UTF-8";

/*.topNAV {
	height: 27px;
	width: 375px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 483px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	vertical-align: middle;
	float: left;
	word-wrap: break-word;
} */
.headline {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.mainContent {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	border-style: solid;
    border-width: 2px;
	border-color: #;
	word-wrap: break-word;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.buttons {
	width: 66px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: right;
	vertical-align: middle;
	float: left;
}
ul li {
    /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the list’s container
     */
    list-style-position: outside;

    /*
     * Because the bullet is outside of the list’s
     * container, indent the list entirely
     */
    margin-left: 2em;
}