body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border-right: 2px dashed #D85352;
	border-bottom: 2px dashed #D85352;
	border-left: 2px dashed #D85352;
}
.header {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #E7AE82;
	top: 0px;
	text-align: center;
	background-color: #DE5353;
	margin: 0px;
	height: 155px;
}
.sidebar1 {
	width: 50%;
	background: #BDD2A7;
	padding: 10px 10px 0px;
	text-align: left;
	vertical-align: bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
.sidebar2 {
	background-color: #38B7C8;
	padding: 10px 10px 5px;
	width: 50%;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	line-height: 13px;
}
a:link {
	color: #0F2F61;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	color: #009900;
}
.sig {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-image: url(/issues/2010/winter/images/DONNASIGNATURE.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: bottom;
	height: 55px;
	width: 180px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.footer {
	padding: 0 10px;
	background:#BDD2A7;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0F2F61;
	text-align: center;
} 
.footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	text-align: center;
	color: #000000;
}
.picpad {
	margin-bottom: 5px;
}
a.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDD2A7;
}
a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDD2A7;
}
a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d6ddef;
}
.author {
	font-size: 10px;
	color: #de5d2d;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 17px;
}
.text {
	font-size: 85%;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: 0e2c51;
	text-transform: uppercase;
}
#bottomContent {
	text-align: center;
	background-color: #DA5453;
}
#mainContent2 {
	background-color: #FFF;
	top: 0px;
}
#line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DE5353;
}
