body {
	background: #FFFFFF
	margin: 0
	margin-left:0px;
  margin-top:0px
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Myriad Pro, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em; /*  0.8em; */
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link {
  color: #348ECD;
}

img
{  border-style: none;
}

.oneColFixCtr #container {
	width: 800px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-family: Myriad Pro, Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
#topbar {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
}

#left {
	height: 450px;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#footer {
	clear: both;
	font-family: Myriad Pro, Trebuchet MS, Arial, Helvetica, sans-serif;	
}
.style1 {
	font-size: 0.8em;
	text-decoration: none;
}
#maintext {
	padding-left: 235px;
	text-decoration: none;
}
#left li a:link, #left li a:visited {
	color: #FFFFFF;
	font-family: Myriad Pro, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	background-color: #348ECD;
	display: block;
	/* padding: 1em; */
	padding: 0.75em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	text-indent: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#left li a:hover, #left li a:active {
	color: #348ECD;
	background-color: #556169;
}
#left li a.current, #left li a.current:hover, #left li a.current:active {
	color: #000000;
	background-color: #FFFFFF;
}
#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Home popup info */

#homepopup a, #homepopup a:visited {
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#homepopup a, #popup a:visited {
position: relative;
display: block;
}

#homepopup a span {display: none;}

/* the IE correction rule */
#homepopup a:hover	{
text-indent: 0; /* added the default value */
}

#homepopup a:hover span{
display: inline;
position: fixed;
top: 10px;
left: 10px;
width: 450px;
margin: 0px;
color: #000000;
z-index: 10;
}


/* Sales popup info */

#popup a, #popup a:visited {
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup a, #popup a:visited {
position: relative;
display: block;
}

#popup a span {display: none;}

/* the IE correction rule */
#popup a:hover	{
text-indent: 0; /* added the default value */
}


#popup a:hover span{
display: inline;
position: fixed;
top: 10px;
left: 10px;
width: 450px;
margin: 0px;
padding: 10px;
color: #000000;
font-weight: normal;
background-color: #e5e5e5;
text-align: left;
border: 1px solid #666;
}

