body {
font-size: 13px;
font-family: Helvetica, Arial, sans-serif;
background-color: #FFF;
color: #339;
}

body {
min-width: 800px;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#pricol {
margin: 0;
float: left;
display: inline;
overflow: visible;
width: 300px;
}

#pricol p {
background-color: #4E398C;
color: #ccc;
font-weight: bold;
padding: 20px 15px 20px 15px;
margin: 20px 60px 0px 40px;
}

ul.menu {
float: left;
text-align: left;
font-size: 13px;
list-style: none;
padding: 0;
margin: 0;
border: none;
}

.menu li {
margin-left: 10px;
}
		
.menu li a {
padding: 6px 0px 0px 20px;
color: #000;
background-color: #E7D9FC;
background-image: url(images/button.gif);
background-repeat: no-repeat;
background-position: center left;
background: #E7D9FC url(images/button.gif) no-repeat center left;
display: block;
text-decoration: none;
width: 140px;
height: 24px;
}

.menu li a:hover, .menu li a.here {
background-color: #D6BBFE;
background-image: url(images/buttonon.gif);
background-repeat: no-repeat;
background-position: center left;
background: #D6BBFE url(images/buttonon.gif) no-repeat center left;
}

p.top {
margin-bottom: 10px;
font-weight: bold;
}

#seccol {
margin: 0;
width: 485px;
float: right;
padding: 20px 15px 15px 0px;
position: relative;
overflow: visible;
}

#foot {
text-align: center;
font-size: 11px;
color: #999;
border-top: 1px solid #999;
}

#foot a {
color: #999;
text-decoration: none;
}

h3 {
color: #5B00E0;
border-bottom: 1px solid #000;
font-size: 14pt;
margin-top: 20px;
}

h4 {
padding: 0;
margin: 0;
}

td ul {
padding-top: 0px;
margin-top: 0px;
}

span.blue {
color: #5B00E0;
font-weight: bold;
}

span.red {
color: #FB4A13;
font-weight: bold;
}

#seccol li {
list-style-type: square;
}

