html {
  	height: 100%;
  	}

body {
  	min-height: 100%;
  	-webkit-font-smoothing: antialiased;
  	font-smoothing: antialiased;
  	text-rendering: optimizeLegibility\9;
  	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
  	font-size: 100%;
  	}

h1, .h1 {
  	font-size: 2em;
  	line-height: 1.5;
  	}

h2, .h2 {
  	font-size: 1.5em;
  	line-height: 1;
  	}

h3, .h3 {
  	font-size: 1.25em;
  	line-height: 1.2;
  	}

h4, .h4 {
  	font-size: 1em;
  	line-height: 1.5;
  	}

h5, .h5 {
  	font-size: 0.83em;
  	line-height: 1.5;
  	}

h6, .h6 {
  	font-size: 0.75em;
  	line-height: 1.5;
  	}

p,
pre {
  	margin: 0 0 1em;
  	}
  	
.element-invisible {
	display: none;
	}
	
strong {
	font-weight: bold;
	}
	

/* ----- Lists ----- */
	
#content-area ul {
	list-style: square inside;
	margin-bottom: 1em;
	}	
	
#content-area ol {
	list-style: decimal inside;
	margin-bottom: 1em;
	}	
	
#content-area ul li,
#content-area ol li {
	padding-left: 2em;
	text-indent: -1em;
	}	
	
#tabs ul li,
#tabs ol li {
	padding-left: 0;
	text-indent: 0;
	}	
  	
  	
/* ----- Links ----- */

a {
  	text-decoration: none;
  	}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
  	text-decoration: underline;
  	}  
  	
/* Addresses outline displayed oddly in Chrome */
a:focus {
  	outline: thin dotted;
  	}
  	
/* Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  	outline: 0;
  	}	
  	
/* Generic styles for links */

ul.links {
  	margin: 0;
  	padding: 0;
  	}

ul.links.inline {
  	display: block;
  	}

ul.links li {
  	display: inline;
  	list-style: none;
  	padding: 0 10px 0 0;
  	}
  	
ul, ol {
  	margin-left: 0;
  	padding-left: 0;
  	}
  	

/* ----- Form Input ----- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
	}

	
  	
/* ----- Tables ----- */
table {
  	width: 100%;
  	margin: 0px 0px 20px;
  	}

table th,
table td {
  	vertical-align: middle;
  	}
  	
  	
/* ----- Skip Navigation ----- */
  	
#skip-link {
  	position: absolute;
  	display: block;
  	}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  	position: absolute;
  	display: block;
  	left: -10000px;
  	width: 1px;
  	height: 1px;
  	}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  	position: static;
  	width: auto;
  	height: auto;
  	}
