body {
	margin:0;
	border:none;
	padding:0;
	background-color:#808285;
	}

#content {
	width: 960px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	border: 7px solid #872175;
	border-top:none;
	margin-left:auto;
	margin-right:auto;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
#content h1 { display:none; }
#content h2 { color: #872175; }
#content strong { color:#872175; }
a {text-decoration:none; color:#872175; }
a:hover {text-decoration:underline; }
img {border: none; }


#header { width:100%; height:120px; background-color:#a56998; border-bottom: 7px solid #872175;}
#logo { float:left; width:200px; text-align:center; background-color:#FFF; margin-left:10px; z-index:10; padding: 5px 0 5px 0;}
#main { padding: 20px; clear:both; }

#main ol { color:#872175; }
#main li {padding-bottom: 10px;}
.grey { color: #333; }

#footer { text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#FFF; padding:5px;}
#footer a { color:#FFF; }

.pdf { background-image:url(../images/icons/icon_pdf.png); background-repeat:no-repeat; padding: 0 0 0 60px; line-height:60px; }
.doc { background-image:url(../images/icons/icon_doc.png); background-repeat:no-repeat; padding: 0 0 0 60px; line-height:60px; }

.shadow {
    -moz-box-shadow: 3px 3px 4px #862175;
    -webkit-box-shadow: 3px 3px 4px #862175;
    box-shadow: 3px 3px 4px #999;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#862175')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#862175');
}

.right {float: right; }
.clear {clear:both; }