/* CSS required for displaying standard page elements */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 0.70em;
	overflow-x: hidden;
	font-family: Arial, Helvetica, Sans-serif;
	background: url(/images/content/Body.jpg) #dfdfd6 left top;
}

div {
	margin: 0;
	/* use for troubleshooting overlapping divs */
	/* border: 1px solid #000000; */
	padding: 0;
	background-color: transparent;
}

a img {
	border: none;
	vertical-align: middle;
}

a:link {
	color:#004400;
	text-decoration: none;
}

a:visited {
	color:#006600;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #0000FF;
}

h1 {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	padding-top: 24px;
	min-height: 48px;
	max-height: 48px;
	color: #000000;
	font-size: 240%;
	font-weight: 100;
	font-family: Pristina, "Rage Italic", "Brush Script MT", "Vladimir Script", "Apple Chancery", "URW Chancery L", cursive;
	background: url(/images/content/H1H2.png) transparent 0 0 no-repeat;
}

h2 {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	padding-top: 24px;
	min-height: 42px;
	max-height: 42px;
	color: #000000;
	font-size: 200%;
	font-weight: 100;
	font-family: Pristina, "Rage Italic", "Brush Script MT", "Vladimir Script", "Apple Chancery", "URW Chancery L", cursive;
	background: url(/images/content/H1H2.png) transparent 0 0 no-repeat;
}

h3 {
	margin: 0;
	padding: 0;
	position: relative;
	padding-top: 16px;
	top: -10px;
	min-height: 36px;
	max-height: 36px;
	color: #000000;
	font-size: 160%;
	font-weight: 100;
	font-family: Pristina, "Rage Italic", "Brush Script MT", "Vladimir Script", "Apple Chancery", "URW Chancery L", cursive;
	background: url(/images/content/H1H2.png) transparent 0 0 no-repeat;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 125%;
	font-weight: bold;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

h6 {
	margin: 0;
	padding: 4px;
	color: #cc8844;
	font-weight: 200;
	font-style: italic;
	font-size: 125%;
}

code {
	font-size: 1em;
}

form {
	position: relative;
	font-size: 0.9em;
	margin:0;
	padding:0;
	zoom: 1;
}

select, input {
	vertical-align: text-bottom;
	font-size: 1.1em;
}

textarea {
	margin: auto;
	display: block;
	width: 100%;
}

input:focus, select:focus, textarea:focus {
	/* background: url(/images/content/Body.jpg) #dfdfd6 0 10%; */
	background: #dfdfd6;
}

fieldset {
	padding: 1.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em;
	color: #000000;
}

h4.optionName {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0.2em;
}

label.checkboxLabel, label.radioButtonLabel {
	margin: 0.5em 0.3em;
}

p, address {
	padding: 0.5em;
}

address {
	font-style: normal;
	font-weight: bold;
}

hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}