body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0D2A6F;
}

div.content{
	width: 750px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

table tr.rounded_rectangles_750 td.centerbox {
	width:750px;
}

table tr.rounded_rectangles td.left{
	width:360px;
}

table tr.rounded_rectangles td.middle{
	width:30px;
}

table tr.rounded_rectangles td.right{
	width:360px;
}

table tr.rounded_rectangles td div.top{
	background: url("https://s3.amazonaws.com/paconla/images/rounded_rectangles.png") repeat-y top left;
	padding: 15px 20px 0 28px;
}

table tr.rounded_rectangles td div.bottom{
	background: url("https://s3.amazonaws.com/paconla/images/rounded_rectangles.png") no-repeat bottom left;
	height:20px;
}

table tr.rounded_rectangles_750 td div.top{
	background: url("https://s3.amazonaws.com/paconla/images/rounded_rectangles_750.png") repeat-y top left;
	padding: 15px 20px 0 28px;
}

table tr.rounded_rectangles_750 td div.bottom{
	background: url("https://s3.amazonaws.com/paconla/images/rounded_rectangles_750.png") no-repeat bottom left;
	height:20px;
}


ul.menuList{
    margin:0;
    padding:0;
    list-style:none;
}

ul.menuList li{
    margin-right:15px;
    float:left;
}

ul.menuList li a{
    color:#005294;
    text-decoration:none;
    padding:2px 6px;
	background-color:#ade19c;
	border:1px solid #ddd;
}

ul.menuList li a:hover{
    color:#005294;
    text-decoration:none;
    padding:2px 6px;
	background-color:#7ed451;
	border:1px solid #ddd;
}

a {
	color:#578F1A;
	text-decoration:underline;
}

a:visited {
	color:#578F1A;
	text-decoration:underline;
}

a:hover {
	color:#006EBF;
	text-decoration:none;
}

h2{
	color:#5e9227;
	font-size:12px;
	margin-bottom:0;
	margin-top:0;
}

span.index_heading{
	color:#5e9227;
	font-size:12px;
	margin-bottom:0;
	margin-top:0;
}

h3{
	color:#5e9227;
	text-decoration: underline;
}

h4{
	margin-bottom:0;
}

table tr.odd td{
	background-color:#DBFFCF;
}

table tr.even td{
	background-color:#ADE19C;
}

table tr td.price {
	font-size: 1.2em;
}

div.check_free{
	background-image:url('https://s3.amazonaws.com/paconla/images/cube_sprite_100.png');
	background-position:0 -96px;
	width:40px;
	height:28px;
	float: left;
}
