﻿/* CSS layout 

These are the colors: Monochrome
	#D96F73 - Cherry
	#DEBA9F - Peach Bud
	#924647 - Pottery Red
	#E2D7CD - Victorian Pearl	

*/


body {
	background-color: #E2D7CD;
	color: #000;
	font-size: 0.8em;	
	font-family: verdana, geneva, arial, sans-serif;
}


#masthead
{
	background-color: #924647;
	color: White;
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;	
}

#masthead h1  {
	padding: 0;
	margin: 0;
	font-size: 220%;	
}

#top_nav {
	background-color: #D96F73;
	min-height: 36px;
}

#container {
	position: relative;
	width: 100%;
	clear: both;
}

#page_content {
	margin-right: 200px;
}

#page_content2 {margin-right: 210px; margin-left: 10px;}


#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #DEBA9F;
	text-align: center;
}

#right_col hr {
	color: #E2D7CD;
}


#right_col table img {
	padding-bottom: 0px;
	padding-top: 0px;
}

#right_col img {
	padding-bottom: 4px;
	padding-top: 4px;
}


#page_content hr {
	color: #924647;
}

#footer {
	background-color: #DEBA9F;
	color: Black;
	font-family: Arial, Helvetica, sans-serif, Georgia;
	text-align: center;
}

.boldcherry
{
	font-weight: 800;
	font-size: 110%;
	color: #D96F73;
}

.pearl
{
	color: #E2D7CD;
}

.li-spacing
{
	padding-bottom: 12px;
}

.li-spacing-small
{
	padding-bottom: 6px;
}

.red-font
{
	color: Red;
}


.bold-900weight
{font-weight: 900; }


.bold-red
{
	color: #924647;
	font-weight: 900;
}

.bold-red2
{
	color: Red;
	font-weight: 900;
}

.bold-red3
{
	color: Red;
	font-weight: 900;
	font-size: x-large;
	font-style: oblique;
	font-variant: small-caps;
}

.boldredline
{
	font-weight: 800;
	font-size: 110%;
	color: #924647;
	border-top: dotted #D96F73;
	border: thin;
	padding-top: 4px;
}

#page_content h3 {
	color: #924647;
	font-size: 125%;
}

#page_content h2 {
	color: #924647;
}

.indent
{
	margin-left: 25px;
	font-size: 90%;
}


.tablefont
{
	font-size: 90%;
	color: Black;
}

.tablefont85
{
	font-size: 85%;
	color: Black;
}

.smallfont75
{
	font-size: 75%;
	color: #000000;
}

.smallfont50
{
	font-size: 50%;
	color: #000000;
}


.smallfont
{
	font-size: 75%;
	color: #924647;
	font-weight: bold;
}

.smallish
{
	color: #83595B;
	font-variant: small-caps;
	font-size: 85%;
	font-weight: bold;
	margin-left: 20px;
}

.emphasis
{
	color: #924647;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 130%;
}

.emphasis2
{
	color: #924647;
	font-weight: bold;
	font-variant: small-caps;
}

.boxed_text
{
	background-color: #D96F73;
	color: #000000;
	font-weight: bold;
	padding: 15px 15px 15px 5px;
	margin: 10px;
}
