/* CSS Document */

#body{
background-color: #FEFEF2;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-position: top;
margin: 0px;
}
#leftShadow_purp{
background-image:url(images/leftShadow_purp.gif);
background-repeat: repeat-y;
border-bottom: solid 1px #6469B1;
width: 30px;
}
#rightShadow_purp{
background-image:url(images/rightShadow_purp.gif);
background-repeat: repeat-y;
border-bottom: solid 1px #6469B1;
width: 30px;
}
#leftShadow{
background-image:url(images/leftShadow.gif);
background-repeat: repeat-y;
width: 30px;
}
#rightShadow{
background-image:url(images/rightShadow.gif);
background-repeat: repeat-y;
width: 30px;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 116px;
}
#spacer{
background-color:#CAC8E4;
height: 5px;
}
#navBg{
background-image:url(images/nav.gif);
background-repeat: repeat-x;
}
#navcontainer
{
height: 29px;
margin: 0;
padding: 0 0 0 18px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: block;
	width: auto;
	text-decoration: none;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 8px;

}

#navcontainer A:hover, #navcontainer A:active { 
color: #fff;
background-image: url(images/navOn.gif);
background-repeat: no-repeat;
background-position: center;

}

#navcontainer A.active:link, #navcontainer A.active:visited
{
background-image: url(images/navOn.gif);
background-repeat: no-repeat;
background-position: center;

}
#navcontainer li a#current{
color: #fff;
background-image: url(images/navOn.gif);
background-repeat: no-repeat;
background-position: center;
}
#navShadow{
background-image: url(images/navShadow.gif);
background-repeat: repeat-x;
padding-left: 25px;
padding-right: 25px;
padding-top: 25px;
}
#headers{
border-bottom: solid 2px #E1E0F0;
padding-bottom: 10px;
}
#txtContent{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-align: justify;
}
#txtContent a {
	color: #3E3E79;
	text-decoration: underline;
}
#txtContent a:hover {
	color: #3E3E79;
	text-decoration: underline;
}
#txtContent a.subon {
	color: #3E3E79;
	text-decoration: underline;
}
.padding{
padding-top: 10px;
}
#form {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-decoration: none;
}
.formels1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-decoration: none;
width: 95%;
padding-left: 4px;
}
.formbutts {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
text-decoration: none;
width: 95%;
border-bottom:1px solid #A5ACB2;
border-top:1px solid #A5ACB2;
border-right:1px solid #CACED1;
border-left:1px solid #CACED1;
background-color: #C9C8C8;
background-repeat: repeat-x;
padding-top: 3px;
padding-bottom: 3px;
height: 20px;
}
#footer{
padding-left: 25px;
padding-right: 25px;
padding-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
}
#footer a {
color: #999999;
text-decoration: underline;
}
#footer a:hover {
color: #999999;
text-decoration: underline;
}
#footer a.subon {
color: #999999;
text-decoration: underline;
}
.priceCellHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
	text-decoration: none;
	background-color: #D6D6D6;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBFAFA;
	border-right-color: #9B9892;
	border-bottom-color: #6A6AB0;
	border-left-color: #FBFAFA;
}
.priceCell {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
	text-decoration: none;
	background-color: #FBFAFA;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBFAFA;
	border-right-color: #E8E7E5;
	border-bottom-color: #E8E7E5;
	border-left-color: #FBFAFA;
}