

/* Basic */

*
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	color: #720761;
}

body
{
	font-family: "Arial", sans-serif;
	color: #000;
	font-size: 62.5%;
}

input, select 
{
font-size: 1.1em;
}

th, td 
{
font-size: 1.4em;
}

a:link, a:visited 
{
	color: #68580B;
	text-decoration: underline;
	margin-bottom: .5em;
	padding: 0em;
	
}

a:hover, a:focus, a:active
{
	text-decoration: none;
	color: #000;
}

img 
{
	border: 0;
}

/* Outer */

#outer
{
	margin: 2.5em 3em 1.5em 0.0em;
}

/* Header */


#header
{

}

/* Search box */





/* Menu */

#menu
{
	display: none;
}

img#lsbLogo
{
	display:inline;
}

/* purple banner strip */


#purplebanner
{
	display: none;
}


/* Content */

#content
{
	margin-top: 1px;
	padding-top: 10px;
	padding-left: 20px;
	
	padding-bottom: 30px;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
	font-size: 1.4em;
}

#content h1
{
	font-size: 2.2em;
}

#content h2
{
	font-size: 1.8em;
}

#content h3
{
	font-size: 1.6em;
}

#content h4
{
	font-size: 1.4em;
}

#content h1,h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
	font-size: 1.4em;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 1.8em;
	line-height: 1.6em;
	font-size: 1.4em;
}


#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
	font-size: 135%;
}

#content blockquote p
{
	display: inline;
	font-size: 100%;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	
	width: 100%;
	
	
}

#primaryContent
{
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
	border-left: dotted 0px #cacaca;
}



/* Secondary Content */

#secondary
{
	display: none;

}

#secondaryContent
{
	display: none;
}

#secondaryContent2
{
	display: none;
}

/* Footer */

#footer
{
	display: none;
}


.clear
{
	clear: both;
}

/*
	border: solid 1px blue;
	position: relative;
	position: absolute;
	display: block;
	display: inline;
	clear: both;
	clear: left;
	clear: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
*/	

/* class to position content off page, but still visible to screen reader */

.offPage
{
position: absolute;
left: 0;
top: -1000em;
width: 0.1em;
height: 0.1em;
overflow: hidden;
}

ul.noBullets {
list-style-type: none;
}

.address {
padding-left: 1em;
}

#sitemap li {
font-size: 1em;
}

#sitemap li ul li  {
font-size: .7em;
}

#sitemap  li ul li ul li {
font-size: .75em;
}

#sitemap ul ul {
padding-bottom: 0;
margin-bottom: 0;
}

.boardPhoto {
	float:left;
	margin-right: 1.7em;
	margin-bottom: 0em;
	padding-top: .4em;
}

.underline {
text-decoration: underline;
}