/* CSS Document */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body {
	font-size: 99%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 350px 0 350px;
	text-align: center;
	background: #ff99ff;
}
#sizer {
	margin: 0 auto 0 auto;
	width: 50%;
	max-width: 290px;
}
#expander {
	background: white;
	margin: 0 -350px 0 -350px;
	min-width: 700px;
	position: relative;
}
* html #expander {
	height: 0;
}
#wrapper {
	width: 100%;
} 
/* Jello end */
#sidebar {
	width: 20%;
	float: left;
	display: inline;
	text-align: left;
	margin-left: 6%;
}
#content {
	width: 62%;
	margin-right: 8%;
	text-align: left;
	display: inline;
	float: right;
	padding-bottom: 3em;
}
#footer {
	clear: both;
	padding: 0.5em 0 0.5em 0;
	margin: 1em 5% 1em 5%;
	border-top: 3px solid black;
	font-size: x-small;
}
th {
    vertical-align:top;
}
td {
    vertical-align:top;
}
img {
	border: 0px;
}
/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	text-align: center;
	padding: 60px 0 30px 0; 
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
    margin: 10px;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
    margin: 10px;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
    margin: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
    margin: 10px;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
    margin: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
p {
	margin: 10px;
	text-align: justify;
}
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#skiptocontent {
	position:absolute;
	margin-left:-1000px;
}