
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #666666;
}
body {
	background-image: url(../img/bkg.gif);
	width:900px;
	margin:0 auto;
}
a {
	color:#666666;
}

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	display: block; 
	text-align:center;
	margin:0 auto;
	padding:0;
}
.no_items {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.form_error_message,.message {
	color:red;
	font-size:10px;
}
#flashMessage {
	display:none;

}
#note_inner,  #note_inner .message{
	font-size:11px;
	color:#006DA3;

}
#note {
	margin-bottom:5px;
	height: 15px;
}

#header {
	height:90px;
	background:#B4BED3;
}
#footer {
	margin: 20px 0;
	text-align:center;
}
.content {
	background:#E6EDFF;
	border-bottom: 1px solid #B4BED3;
	padding-right:25px;
}
.left_box {
	float:left;
	margin-right:30px;
	width:400px;
}
.main_content_box {
	float:left;
	width:443px;
	margin-top: 30px;
	margin-bottom:10px;
}
p {
	margin-bottom:13px;
}
.textboldblue, .textboldblue a {
	color:#006DA3;
	font-weight:bold;
}
.textboldred {
	color:#CC0000;
	font-weight:bold;
}
p.textboldblue {
	margin-bottom:0;
}
h1 {
	font-weight:bold;
}
.title_p {
	margin-bottom:20px ;
	display:block;
	
}
.line {
	background: #B4BED3;
	height:1px;
	font-size:0;
}
.left_menu {
	background:url(../img/lefy_menu_bg.gif) #E6EDFF repeat-y;
}
.column {
	float:left;
	width:50%;
}
ul {
	margin: 15px 0;
}
ul li {
	margin-left: 40px;
}
.treatments_drop select {
	margin-top:10px;
}
.treatments_drop .text_like_input {
	margin-top:12px;
	margin-left:10px;
	margin-right:10px;
}
.treatments_drop select.no_top_margin {
	margin-top:0;
}