body 
	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	background-image: url("http://www.lstones.com/images/StoneWhite5.jpg");
	color: #054AA3;
	text-align: center;
	margin: 0;
	padding: 0; 
	}


#page 
	{
	background-color: white;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 800px;
	}
	

#header 
	{
	background-image: url("http://www.lstones.com/images/LSbannerRound.jpg");
	padding: 0;
	margin: 0 auto;
	height: 138px;
	width: 100%;
	}


#container 
	{
	position: relative;
	border-left: 1px solid #076AE9;
	border-right: 1px solid #076AE9;
	}

#content 
	{
	font-size: 1.2em;
	float: left;
	width: 500px;
	padding: 10px 10px 10px 20px;
	line-height: 1.6em;
	}

#sidebar 
	{
	border: solid 3px #E98107;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0 0 10px 0;
	float: right;
	width: 190px;
	}

#sidebar h2 
	{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar form 
	{
	margin: 0;
	}

#container-bottom
	{
	clear: both;
	}

#footer 
	{
	background-image: url("http://www.lstones.com/images/LSfooterSmall.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: white;
	color: #FFE3C1;
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 800px;
	clear: both;
	text-align: center;
	font-size: 1.0em;
	line-height: 2.0em;
	}

small 
	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 
	{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 
	{
	font-size: 2em;
	text-align: center;
	padding-top: 20px;
	margin: 0;
	}

h2 
	{
	font-size: 1.6em;
	margin: 30px 0 0;
	}

h3 
	{
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited 
	{
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
	{
	text-decoration: none;
	color: #054AA3;
	}

h2 a:hover, h3 a:hover, cite 
	{
	color: #054AA3;
	text-decoration: none;
	}

a
	{
	color: #000000;
	text-decoration: none;
	}

a:hover 
	{
	color: #E98107;
	text-decoration: underline;
	}
	
a img 
	{
	border: none;
	}

p img 
	{
	padding: 0;
	max-width: 100%;
	}

img.centered 
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright 
	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft 
	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright 
	{
	float: right;
	}
	
.alignleft 
	{
	float: left
	}

dt
	{
	font-weight: bold;
	}

dd
	{
	padding-bottom: 5px;
	}

dl.menu,dd.menu 
	{ 
	background: #FFE3C1;
	margin: 0; 
	width: 100%; 
	}

dt.menu 
	{ 
	background: #E98107;
	color: white; 
	font-size: 14px; 
	padding: 5px; 
	margin: 2px; 
	font-weight: bold;
	cursor: pointer;
	}

dt.menu a 
	{ 
	text-decoration: none;
	color: white; 
	}

dt.menu a:hover 
	{ 
	text-decoration: none;
	color: #054AA3; 
	}

dd.menu a 
	{ 
	background: #FFE3C1;
	color: #A35B05; 
	text-align: center;
	}

dd.menu a:hover 
	{ 
	color: #E98107; 
	}

ul.menu 
	{ 
	list-style: none; 
	padding: 5px;
	margin: 0; 
	}

ul.menu li
	{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: thin solid #E98107;
	}

