
html, body{ 
	/*font-size: 81.25%;font-size: 95%;
	*/
	font-size: 90%;
	background-color: #e2cdb8;
	font-family:"Arial", "Heveltica", sans;
}


a:visited {
color:#2f4f4f;
}

a:link {
        color: #191970;
        text-decoration: underline;
}
a:hover, a:active {
        color: #2f4f4f;
}
   
 
 h1, h2, h3, h4, h5, h6 {
	color: #003928;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;

}
h1 {font-size: 153.846%;}
h2 {font-size: 138.462%;}
h3 {font-size: 123.077%;}
h4 {font-size: 115.385%;}
h5 {font-size: 107.692%;}
h6 {font-size: 100%;}



/***** Section 4:  floating elements and boxed regions *****/

/*** floating elements ***/
.floatRight {
	float: right;
	clear: right;
	margin: 0em 0px 1em .5em;
}
.floatLeft {
	float: left;
	clear: left;
	margin: 0em .5em 1em 0px;
}


/*** boxed regions ***/

.boxed {
	background-color: #e2cdb8 ;
	font-size: 92.308%;
	border-color: #ae7d5b;
	margin-bottom: 1em;
	border-style: solid;
	border-width: 1px;
}
.boxed p, 
.boxed h1, .boxed h2, .boxed h3, .boxed h4, .boxed h5, .boxed h6,
.boxed ol, .boxed ul, .boxed dl,
.boxed pre, 
.boxed table, .boxed fieldset,
.boxed div.boxed, .boxed .PullQuote {
	margin: 0.5em 5px;
}
.boxed hr {
	border-color: #ae7d5b;
}
.boxed table {
	width: auto;
}
.boxed .boxedTitle {
	margin: 0px;
	padding: 2px 5px;
}
.boxed p, .boxed ul, .boxed ol, .boxed dl {
	line-height: 1.35em;
}
.boxed table, .boxed fieldset, .boxed .boxed, .boxed .PullQuote {font-size: 100%;}


.boxedTitle {
	background-color: #ae7d5b;
	border-color: #ae7d5b;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
}
.boxedTitle {
	color: #ffffff;
}
.boxedTitle, .boxedTitle * {
	line-height: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}
.boxedTitle button {
	font-weight: normal;
}
h1 div.boxedTitle, h2 div.boxedTitle, h3 div.boxedTitle, h4 div.boxedTitle, h5 div.boxedTitle, h6 div.boxedTitle, 
div.boxedTitle h1, div.boxedTitle h2, div.boxedTitle h3, div.boxedTitle h4, div.boxedTitle h5, div.boxedTitle h6 {
	color: #ffffff;
}
div.boxedTitle :link, div.boxedTitle :visited, div.boxedTitle :link:hover, div.boxedTitle :visited:hover {
	color: #ffffff;
}
div.boxedTitle button {
	color: #000000;
}

/***** Section 5:  column elements *****/

div.ColContainer {
	clear: both;
	width: 100%;
}
div.ColContainer + * {
	clear: both;
}
div.Col12, div.Col22, 
div.Col13, div.Col23, div.Col33 {
	margin-top: 0em;
	margin-bottom: 0em;
}
div.Col12 {
	clear: both;
	float: left;
	width: 48.75%;
}
div.Col22 {
	float: right;
	width: 48.75%;
}

div.Col13 {
	clear: both;
	float: left;
	width: 32%;
	margin-right: 2%;
}
div.Col23 {
	float: left;
	width: 32%;
}
div.Col33 {
	float: right;
	width: 32%;
}
/* CSS hacks for dimension and colorization bugs in IE  */
* html .FloatLeft, * html .FloatRight,
* html div.Col12, * html div.Col22,
* html div.Col13, * html div.Col23, * html div.Col33 {
	display: inline;	/* IE double-float bug workaround */
}
* html div.Col12, * html div.Col22, 
* html div.Col13, * html div.Col23, * html div.Col33 {
	background-color: transparent;	/* IE 6 bug fix */
}
