@charset "utf-8";
/* CSS Document */
/*.container {background:url(../graphics/blueprint_grid_45+20x18.png) repeat;}*/

h1.ruled {font-size:3em;line-height:1.93;margin-bottom:.5em;}
h2.ruled {font-size:2em;line-height:2.25;margin-bottom:.65em;}
h3.ruled {font-size:1.5em;line-height:1.9;margin-bottom:1em;}
h4.ruled {font-size:1.2em;line-height:1.15;margin-bottom:1.25em;}
h5.ruled {font-size:1em;line-height:1.3;font-weight:700;margin-bottom:1.5em;}
h6.ruled {font-size:1em;line-height:1.35;font-weight:700;margin-bottom:0;}
h1.ruled, h2.ruled, h3.ruled, h4.ruled, h5.ruled, h6.ruled {
border-top:1px solid #5a471b; border-bottom:1px solid #5a471b;
}


h1.underline {font-size:3em;line-height:1.95;margin-bottom:.5em;}
h2.underline {font-size:2em;line-height:2.25;margin-bottom:.69em;margin-top:.05em;}
h3.underline {font-size:1.5em;line-height:1.95;margin-bottom:.99em;}
h4.underline {font-size:1.2em;line-height:1.18;margin-bottom:1.25em;}
h5.underline {font-size:1em;line-height:1.42;font-weight:700;margin-bottom:1.5em;}
h6.underline {font-size:1em;line-height:1.42;font-weight:700;margin-bottom:0;}
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
border-bottom:1px solid #5a471b;
}




ul.nav {margin:1.5em 0 1.5em 0; float:right;}
ul.nav li {display:inline; text-decoration:none; float:left; border-left:1px solid #fcf8e4;}
ul.nav li a {margin:0 .75em 0 .75em; display:block; text-decoration:none; color:#fcf8e4;}
ul.nav li a:hover {text-decoration:underline; color:#fcf8e4;}
ul.nav li.noPipe {border:none;}

.borderboxfill {margin-bottom:1.5em;background:#fcf8e4;padding:1.4em; border:1px solid #5a471b;}
.borderbox {margin-bottom:1.5em;padding:1.4em; border:1px solid #5a471b;}


.box {margin-bottom:1.5em;background:#eee;padding:1.5em;}

.bgfill {width:100%; display:block; clear:both; text-align:center; background:#aaa;}
.imgborder {border:1px solid #999;}



/*////////CLEARING////////*/

.clearFloats {clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
