body {
	background-color: #ffffff;
	background-image:  url(images/usa_bkg.jpg);
	background-repeat: repeat-x;
	margin: 15px;
	background-position: center top;



}


.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 175px;
border: none;
}

.markermenu li a{
background: #ffffff url(sidenav/arrow-list.gif) no-repeat 2px center;
font: 10px Verdana, Helvetica, sans-serif;
color: #333333;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 175px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #333333;
}

.markermenu li a:hover{
color: #990000;
background-color: #e2e2ed;
background-image:url(sidenav/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.catergoryheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;

}
.titlebar {
	background-image: url(images/titlebar2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #1B3152;
}
.productborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

a:link {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}

.mainbodyborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;

}

.mivabodyborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;

}

.categoryDesc {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

.strikethrough {
	text-decoration: line-through;
}
