@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Vollkorn);
@import url(http://fonts.googleapis.com/css?family=Rufina);
@import url(http://fonts.googleapis.com/css?family=Average+Sans);

body,
html {
margin:0;
padding:0;
color:#000;
xxbackground:#a7a09a;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background:#eee;
}
#header {
	background-color:#FFF;
	width:900px;
	height:200px;
	padding-top:20px;
}
#printonly {
	display:none;
}
h1, h2, h3, h4 {
	font-family: 'Rufina', serif;
	font-weight:500;
}
h2 {
	line-height:1.2em;
}
h4 {
	font-size: 1em;
}	
#main {
float:left;
width:650px;
background:#9c9;
font-family:'Open Sans', Tahoma, Geneva, sans-serif;
font-size:0.85em;
line-height:1.7em;
padding:0px 20px 20px 20px;
background-color:#FFF;
}
#sidebar {
float:right;
width:190px;
background:#c9c;
font-family:'Open Sans', Tahoma, Geneva, sans-serif;
font-size:0.85em;
line-height:1.7em;
padding-top:20px;
padding-left:20px;
background-color:#eee;
}
#footer {
	background-color:#FFF;
clear:both;
font-family:'Open Sans', Tahoma, Geneva, sans-serif;
font-size:0.8em;
padding-top:30px;
padding-bottom:20px;
padding-left:20px;
text-align:center;
color: #777;
}
#sidebar ul {
    padding: 0;
    list-style-type: none;

}
#sidebar li {
padding:0px;
}
.breadcrumbs {
	font-family:'Open Sans', Tahoma, sans-serif;
	font-size:0.9em;
	padding-top:10px;
}
a:link {
	color:#930;
}
a:visited {
	color:#930;
}
a:hover {
	color:#C30;
}
hr {
	border: none 0;
	border-top: 1px dotted #bbb;
	height: 1px;
}
img.original {
    outline: none;
}
.paragraph {
	color:#CCC;
font-size:0.8em;
}
.para {
	color:#CCC;
font-size:0.8em;
}
.figure {
	font-style:italic;
}
figure {
	xxtext-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
}
figcaption {
	font-style:italic;
	font-size:0.8em;
}
figcaption strong { font-style:normal; font-weight: bold; }
.bodytable {
	border:0px;
}

.bodytable td {
		padding:10px;
}
.justify {
	text-align: justify;
}
.noborder {
	border:0px;
}
.grey {
	color: #999999;
}
.justify {
	text-align: justify;
}
.border {
	border: 1px solid black;
}
	.vid {
	width:100%;
}
img {
	border:0;
}
.video-js {padding-top: 56.25%}
.vjs-fullscreen {padding-top: 0px;}
blockquote {
	margin: 1em 3em;
	color: #666;
	border-left: 2px solid #efe;
	padding-left: 1em;
}
code {
	padding-left: 20px;
}
.pdf a:link { text-decoration:none;}
.pdf a:visited { text-decoration:none;}
strong {
-webkit-font-smoothing: antialiased; /* to fix open sans not bolding in Chrome */
}