body {
	margin: 0;
        font-family: Helvetica, Geneva, Open Sans, sans-serif, Verdana; 
/*      font-size: 16px;       */
/*	line-height: 22px;     */
 	font-size: 18px;
 	line-height: 1.4;
	color: #333;
	background-color: #fff;
}

.item-pageRSTKformal p {
	font-family: georgia, palatino;
 	font-size: 18px;
 	line-height: 1.4;
	color: #333;
	background-color: #fff;
 } /* Serif formal */

li {
	font-family: sans-serif, Open Sans, Arial;
	line-height: 26px;
}

/* h1, h2, h3, h4, .site-title { font-family: Arial Bold;}  */

h1 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	font-size: 18px;
	line-height: 20px;
}
h6 {
	font-size: 18px;
	line-height: 20px;
}

/* FORMAT SEARCH RESULTS */
dt.result-title {
    padding-top: 15px;
}

/* SET MAX PAGE WIDTH, may need navbar settings at -20 px  */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1150px;
}
.span12 {
	width: 1150px;
}
.span11 {
	width: 1050px;
}
.span10 {
	width: 950px;
}
.span9 {
	width: 850px;
}
.span8 {
	width: 750px;
}
.span7 {
	width: 650px;
}
.span6 {
	width: 550px;
}
.span5 {
	width: 450px;
}
.span4 {
	width: 350px;
}
.span3 {
	width: 250px;
}
.span2 {
	width: 150px;
}
.span1 {
	width: 60px;
}

.offset12 {
	margin-left:1170px;
}
.offset11 {
	margin-left: 1070px;
}
.offset10 {
	margin-left: 970px;
}
.offset9 {
	margin-left: 870px;
}
.offset8 {
	margin-left: 770px;
}
.offset7 {
	margin-left: 670px;
}
.offset6 {
	margin-left: 570px;
}
.offset5 {
	margin-left: 470px;
}
.offset4 {
	margin-left: 370px;
}
.offset3 {
	margin-left: 270px;
}
.offset2 {
	margin-left: 170px;
}
.offset1 {
	margin-left: 80px;
}

.container {
	max-width: 1150px;
}

select {
    border: 1.5px solid #ccc;
    background-color: #ecfcef;
}
