/* Global Styles */
/* -------------------------------- */

body {
	margin: 0;
	padding: 0;
	padding: 2.0em 3.5em 2.0em 3.5em;
	background: #fff;
	font-family: georgia, times, times new roman, serif;
	line-height: 1.3em;
	color: #000;
	}

/* Semantic Content Styles */
/* -------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: garamond, georgia, times, "times new roman", sans-serif;
	margin: 0;
	margin-bottom: .5em;
	padding: 0;
	line-height: 1.3em;
	font-weight: bold;
	}

h1 {font-size: 20pt;}
h2 {font-size: 18pt;}
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}
h5 {font-size: 12pt;}
h6 {font-size: 11pt;}

p {
	margin: 0; 
	margin-bottom: 1.0em; 
	text-indent: 1.5em; 
	line-height: 1.5em;
	font-size: 12pt;
	}

ul, ol {
	list-style: disc;
	padding: 0;
	margin: 0 0 1.0em 1.5em;
	}

li {}

ul li, ol li {
	margin: 0;
	padding: 0 1.0em 0 0;
	}

dl {}
dt {}
dd {}

address {}
abbr {}
acronym {}
blockquote {}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

img {border: 0;}
a img {border: 0;}

hr {width: 75%;}

pre {}
code {font-family: courier new, courier, monospace;}

/* Hyperlink Styles */
/* -------------------------------- */

a {color: #000; text-decoration: none;}
a:hover {}

/* Form Styles */
/* -------------------------------- */

form {}
label {}
input {
}
input.text {
}
input.radio, input.checkbox {border: 0; background: transparent;}
input.button {}
input.image {border: 0;}
select {}
option {}
textarea {}

/* Layout Styles */
/* -------------------------------- */

div#whopper {}

div#header h1 {
font-size: 24pt;
}
div#nav {display: none;}

.posted ul {
list-style: none;
}
div#colTwo {display: none;}

.hide {display: none;}
.cloak {visibility: hidden;}
