/* Callout Blocks */
.callout {
	float: right;
	background-color: #FFFFFF;
	border: 3px solid #e7e6e2;
	padding: 1em;
	margin: 0em 0em 1em 1em;
	width: 22em;
}

.callout2 {
	float: left;
	background-color: #FFFFFF;
	border: 3px solid #e7e6e2;
	padding: 1em;
	margin: 0em 0em 1em 1em;
	width: 22em;
}
.highlight {
	background-color: #FFFFFF;
	border: 3px solid #e7e6e2;
	padding: 1em;
	margin: 1em 0em 1em 0em;
}

/* Title Styles */
h1 {
	color: #ad4925;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 2px solid #888c8e;
}
h1 a {
	text-decoration: none;
}
h1 a:link {
	text-decoration: none;
}
h1 a:visited {
	text-decoration: none;
}
h1 a:active {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	color: #3a5402;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #888c8e;
}
h3 {
	color: #ad4925;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 3px;
}
h4 {
	color: #3a5402;
	font-size: 1.2em;
	font-weight: bold;
}
div.callout h4 {
	border-bottom: 1px solid #888c8e;
	padding-bottom: .2em;
	margin-bottom: .4em;
}
h5 {
	color: #3a5402;
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	color: #3a5402;
	font-size: 1.2em;
	font-weight: bold;
}


/* Link Styles */
a:link {
	color: #bd6003;
	text-decoration: underline;
}
a:active {
	color: #bd6003;
	text-decoration: underline;
}
a:visited {
	color: #bd6003;
	text-decoration: underline;
}
a:hover {
	color: #363636;
	text-decoration: none;
}

/* Text Styles */
p {
	font-size: 1.2em;
}
p.small {
	font-size: 1em;
}
p * {
	font-size: 1.0em;
}

/* List Styles */
.content ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
.content ul li {
	font-size: 1.2em;
	margin-left: 2em;
}
.content ol {
	margin-top: 1em;
	margin-bottom: 1em;
}
.content ol li {
	font-size: 1.2em;
	margin-left: 2em;
}


/* Table Styles */
table {
	border: 3px solid #e7e6e2;
	background-color: #FFFFCC;
}
table th {
	vertical-align: top;
}
table td {
	vertical-align: top;
	padding: .8em;
}



/* Table Form Style */
table.form {
	border: 3px solid #e7e6e2;
	width: 100%;
	padding: .2em;
}
table.form tr.highlight {
	background-color: #EEEEEE;
}
table.form tr.footer {
	border-top: 1px solid #666666;
}
table.form th {
	border-right: 1px solid #e7e6e2;
	vertical-align: top;
	text-align: right;
	font-weight: normal;
	width: 15em;
	padding: .2em;
	padding-right: 1em;
	margin: 1em 0em 1em 0em;
	font-size: 1.2em;
}
table.form td {
	font-size: 1.2em;
	vertical-align: middle;
	padding: 0em 0em 0em .2em;
}


/* Table Form Style */
div.callout table.form {
	border: none;
	width: 100%;
	padding: .1em;
}
div.callout table th {
	width: 50%;
	border-right: none;
	vertical-align: top;
	text-align: right;
	font-weight: normal;
	padding: .1em;
	margin: 0em;
	font-size: 1.1em;
}
table td {
	font-size: 1.2em;
	vertical-align: middle;
	padding: 0em 0em 0em .2em;
}

/* Form Objects */
div.content img{
	border: 1px solid #989898;
	margin: 10px;
}

/* Form Objects */

input {
	border: 1px solid #888c8e;
	padding: .1em;
	margin: .1em;
	vertical-align: middle;
}
input.radio {
	border: none;
}
select {
	border: 1px solid #888c8e;
	margin: .1em;
	padding: .1em;
}

span.red {
	color: #FF0000;
}