@charset "iso-8859-1";

* {
	margin:0;
	padding:0;
	list-style:none;
}
html, input, textarea
{
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:16px;
}

body {
	background-color:#FFFFFF;
}

a {
	color:#FF0066;
}
a:hover {
	text-decoration:none;
}
#frame {
	width:850px;
	margin:0 auto;
	background-color:#fff;
}
#header {
	width:850px;
	float:left;
	height:128px;
	background: url('images/header.jpg') no-repeat;
}
h1 {
	font-size:18px;
	color:#FF0066;
	margin:0px 00px 12px 0px;
}
h2 {
	font-size:16px;
	color:#FF0066;
	margin:0px 00px 12px 0px;
}
h3 {
	font-size:14px;
	color:#FF0066;
	margin:0px 00px 12px 0px;
}
.center {
	text-align:center;
}
.rightb {
	text-align:right;
	font-weight:bold
}
.cb12 {
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.cb14 {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.rb{
	font-weight:bold;
	color:#FF0066;
}
.crb{
	font-weight:bold;
	color:#FF0066;
	text-align:center
}
.imgborder {
	border-width:0px;
}
#middle {
	width:850px;
	float:left;
	background-image:url('images/boddy_bg.jpg');
	background-color:#FFFFFF;
}
.content {
	width:625px;
	float:left;
	padding:15px;
}
.content p {
	margin:0px 00px 12px 0px
}
.content ul {
	margin-bottom:12px
}
.content li {
	margin-left:40px;
	list-style-type:disc
}
.navigation {
	width:195px;
	float:right;
	background-color:#3287C3;
}
.list {
	width:195px;
	float:left;	
}
.list ul {
	margin:0px;
}
.list li {
	width:171px;
	float:left;
	background:#4698D1 url('images/bullet.gif') no-repeat;
	border-bottom:1px solid #ffffff;
	line-height:24px;
	padding-left:24px;
	color:#FFFFFF;
	font-weight:bold;
}
.list li a {
	color:#FFFFFF;
	text-decoration:none;
}
.list li a:hover {
	color:#FFC000;
	text-decoration:none;
}  
.bar {
	width:171px;
	float:left;
	background:#0F69A8 url('images/bullet.gif') no-repeat;
	border-bottom:1px solid #ffffff;
	line-height:24px;
	padding-left:24px;
	color:#FFFFFF;
	font-weight:bold;
}
.bar a {
	text-decoration:none;
	color:#FFFFFF;
}
.bar a:hover {
	text-decoration:underline
}
.subbar {
	width:165px;
	float:left;
	color:#FFFFFF;
	padding:8px 15px 8px 15px ;
	border-bottom:1px dotted #ffffff;
}
.subbar a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold
}
.subbar a:hover {
	color:#FFC000;
	text-decoration:none;
}
#footer {
	width:820px;
	float:left;
	text-align:center;
	background:#FFFFFF url('images/footer_line_bg.jpg') repeat-x;
	padding:15px 15px 10px 15px
}

.table img{
	float: none;
	margin:0px;
}
.table p{
	float: none;
}
.top{
	width:587px;
	float:left;
	background:#EC3D6C url('images/bigheart.jpg') no-repeat;
	border-bottom:#FFFFFF 1px solid;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	padding-left:35px
}
.top img {
	float:left
}
.main{
	width:610px;
	padding:5px;
	float:left;
	border:#E12C71 solid 1px;
	margin-bottom:12px;
}
.mainleft{
	width:171px;
	padding:5px;
	float:left;
}
.mainright{
	width:416px;
	padding:5px;
	float:left;
}
.mainright li {
	list-style-image:url('images/heart.jpg');
	color:#FF0066;
	font-weight:bold;
}


