/*
1.GLOBAL
2.HIDDEN SECTIONS
3.TEXT
4.IMAGES
5.LISTS
6.TABLES
7.LINKS
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}
body {
	font: 11pt Georgia, "Times New Roman", Times, serif;
	color: #000; 
}
body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}
#footer {
  border-top: solid 1pt #000;
  font-size: 8pt;
  margin-top: 10pt;
  padding-top: 5pt;
  text-align: center;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}

/* -- 2.HIDDEN SECTIONS -- */

#skip-nav, #main-nav, #utility-nav, #sidebar, #footer ul, .no-print {
	display: none; 
}

/* -- 3.TEXT -- */

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

h1 {
	margin: 0 0 0.5em 0;
	font-size: 2em;
	line-height: 1.5;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	line-height: 1.5;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.3;
}
h4 {
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 1.3;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h6 {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
}

p {
	padding: 0;
}

blockquote {
	font-style: italic;
	padding-left: 4em;
}

pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}

code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* -- 4.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 5.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 6.TABLES -- */
table {
	border-spacing: 5px;
	border-collapse: collapse;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}


/* -- 7.LINKS -- */

a:link, a:visited {
	color: #00c;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}
#content a[href^="/"]:after {
  content: " (http://www.DOMAIN.com" attr(href) ") ";
}
