body {
	margin-top: 0px;
	margin-left: 0px;
	color: #3A261F;
	background-image: url(images/smm-background.jpg);
	background-repeat: repeat-x;
	background-color: #7f5342;
	}

#container
{
	width: 840px;
	margin: 10px auto;
	background-color: #FFFFFF;
	color: #3A261F;
	line-height: 120%;
	position: relative;
	bottom: 0px;
	left: 10px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #391f1f;
	border-right-color: #391f1f;
	border-bottom-color: #391f1f;
	border-left-color: #391f1f;
}

#top
{
	padding: 0 em;
	background-color: #a82c31;
	height: 100px;
}

#top h1
{
	margin: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#rightnav
{
	float: right;
	width: 175px;
	margin-left: 0px;
	padding: 1em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	top: 0px;
	position: relative;
	background-color: #EEE9D3;
	padding-top: 30px;
}

#content {
	PADDING-RIGHT: 7px; MARGIN-TOP: 10px; PADDING-LEFT: 10px; FONT-SIZE: 10pt; MIN-HEIGHT: 600px; LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN-LEFT: 1px; WIDTH: 560px; MARGIN-RIGHT: 8px; PADDING-TOP: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #3A261F;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	text-align: center;
	padding-top: 1em;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #7F5342;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/images/SMM.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 175px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 {
	margin: 0 0 .5em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	color: #3A261F;
	font-weight: normal;
}

.stdtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #3A261F;
}
.lgtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3A261F;
	line-height: 16pt;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #a82c31;
}

.title {
	font-style: italic;
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
	color: #3A261F;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #a82c31;
	font-weight: bold;
	line-height: normal;
}

.lgitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	color: #3A261F;
}

a:link {
	color: #a82c31;
	text-decoration: none;
}
a:visited {
	color: #7F5342;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.box{
	border: 1px solid #7F5342;
}

.boxtitle{
	background-color: #7F5342;
	color: #eee9d3;
	font-weight: bold;
	padding: 2px;
	background-image: url(images/smmboxbk.jpg);
	background-repeat: repeat-x;
}

.boxtext{
	padding: 6px;
	line-height: 130%;
	color: #7f5342;

}

.infobox{
	border: 1px solid #7F5342;
	width: 175px;
	float: left;
	margin: 6px;
	display: block;
}

.infoboxtitle{
	background-color: #7F5342;
	color: #eee9d3;
	font-weight: bold;
	padding: 2px;
	background-image: url(images/smmboxbk.jpg);
	background-repeat: repeat-x;
}

.infoboxtext{
	padding: 6px;
	line-height: 110%;
	color: #7f5342;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navcontainer {
    background-color: #7F5342; 
	margin-top: -2px;
	margin-left: 0px;
}

.suckertreemenu ul{
	margin: 0;
	padding: 1px;
	list-style-type: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EEE9D3;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #7F5342;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #7F5342; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	border: #7F5342;
	border-left-width: 0;
	text-decoration: none;
	color: #EEE9D3;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 10px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #EEE9D3;
background-color: #7F5342;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #7F5342;
}

.suckertreemenu ul li a:hover{
background-color: #a82c31;
color: #EEE9D3;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #7F5342 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #7F5342 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
#navcontainer .suckertreemenu ul {
	z-index: 1000;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.liseydreams {
	font-size: 85%;
}
standard text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 3A261F;
}
