/**
 *
 * TAG DEFINITIONS
 * ---------------
 * Defining the attributes of generic tags
 *
 */

BODY, FORM, H1, H2, H3, P, UL, LI, OL #allContent {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Garamond, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding:0;
	padding-bottom: 0.1em;
	background: transparent;
}

H1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 25pt;
	padding: 0;
	border-bottom: solid 2px #000000;
}

H2 {
	font-size: 20pt;
	margin-left: 0;
	margin-bottom: -0.2em;
}

H3 {
	font-size: 11pt;
}

H4 {
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
    border: solid 1px #000000;
}

P {
	margin: 0.5em 0 1em 0;
	background: transparent;
}

OL, UL, LI {
	background: transparent;
	margin-left: 1em;
}

UL {
	list-style-type: square;
	margin: 0.2em 0.2em 0.2em 1em;
}

A {
	text-decoration: underline;
	padding: 0 0.2em 0 0.2em;
	font-weight: bold;
}
A:link {
	color: #0000FF;
}

A:visited {
	color: #696969;
}

A:hover {
	background: #DDDDDD;
}

A:active {
	color: #FF0000;
}

ACRONYM {
	border-bottom: dashed 1px #808080;
	cursor: help;
}

DT {
	font-weight: bold;
	text-decoration: underline;
}

PRE, .code {
	margin: 1em 0.5em 1em 0.5em;
	padding: 0.3em;
	border: solid 1px #C0C0C0;
	background: #EFEFEF;
	font-family: Courier New, Courier, Fixedsys, monotype;
	font-size: 11pt;
	font-weight: normal;
}

BLOCKQUOTE {
	margin: 1em 1em 1em 1em;
	padding: 0.3em;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	background: #EFEFEF;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	font-style: italic;
}

/**
 *
 * ID-BASED DEFINITIONS
 * --------------------
 * mostly for global positioning items
 *
 */

#allContent {
	display: block;
	width: 100%;
	margin: 0 1em 1em 1em;
}

#mastHead {
	display: none;
}

#contentContainer {
	/* this space left blank intentionally :P */
}

#mainContent {
	width: 100%;
	border-bottom: solid 2px #000000;
	padding: 0.8em;
	margin-bottom: 0.5em;
	text-align: justify;
	line-height: 130%;
}

html>body #mainContent {
    width: 95%;
}

#localNavigationContainer {
	display: none;
}

#globalNavigation {
	display: none;
}

#searchBox {
	display: none;
}

#footer {
	display: none;
}

/**
 *
 * CLASS DEFINITIONS
 * -----------------
 * Defining classes for presentation which is used multiple times
 * on different elements.
 *
 */

.hide {
	display: none;
}

.transparentImg {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}

.smaller {
	font-size: 10pt;
}

.larger {
	font-size: 14pt;
}

.blogPermaLink {
	display: none;
}

.blogFooter {
	text-align: center;
}

.blosxomDate {
	font-size: 9pt;
}

HR.listSpacer {
	height: 1px;
	width: 80%;
	text-align: center;
	margin-bottom: 1em;
	border-bottom: solid 1px #808080;
}

.noPrint {
	display: none;
}

DIV.breadcrumbs {
	margin: 0;
	margin-bottom: 1em;
	padding: 0.1em;
	font-size: 70%;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

IMG.feature {
	padding: 0.5em;
	margin: 0.5em;
	border: solid 1px #000000;
	background: #FFFFFF;
}

DIV.feature, P.feature {
	padding: 0.5em;
	margin: 0.5em;
	border: solid 1px #000000;
	background: #FFFFFF;
	font-family: Garamond, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 110%;
}
