/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #3f4e54;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #cbd0d2 url(images/bg-page.jpg) center repeat-y;
}
a:link {
	color: #3e4b67;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color:#B73406;
	margin-top:0px;
	padding:0px;
}
h2 {
	font-size: 15px;
}
h2.divider {
	background: #EBEEF3;
	border-left:#B73406 solid 8px;
	padding:4px 4px 4px 10px;
	font-size:16px;
}
h3 {
	font-size: 14px;
	color:#B73406;
	margin-top:0px;
}
h4 {
	font-size: 12px;
}
p { text-align:justify;
}
li {
	line-height:18px;
	padding-bottom:5px;
}
.health-tips { padding:0 10px; border:#999999 dashed 1px;}
.health-tips li { line-height:normal; padding:0;}
.byline {
	font-size:10px;
	font-family:Tahoma, "Trebuchet MS", Arial, Sans;
	padding-left:25px;
}
.byline a {
	color:#3f4e54;
	text-decoration:none;
}
.message {
	font-size:13px;
	color:#667788;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:18px;
	background: transparent url("images/blockquote.gif") no-repeat 0 0;
	padding: 0 6px 0 35px;
}
.message a {color: #667788; text-decoration:none;}
.messagetd { background:#FFFFFF url(images/bg-gradient.jpg) right bottom no-repeat;}

.newsdate {
	font-size:10px;
	color:#333333;
}

.tabular {background-color:#aabbcc}
.tabular td, .tabular th {background-color:#f4f9fd}

/* Content > Sidebar > Menu */


#menu {
	margin-bottom: 10px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0;
	padding:0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	padding: 5px 0 5px 24px;
	background: url(images/img05.gif) no-repeat 10px 12px;
	border-top: 1px solid #EBEBEB;
	color: #B73406;
}

#menu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}
/* */

.dottedline {
	border-bottom:#a5b1bb dashed 1px;
}
.footer {
	/*background-color:#3e4b67;*/
	padding:10px;
	text-align:center;
	color:#3e4b67;
	line-height:20px;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	margin-bottom:20px;
	margin-top:10px;
}
.footer a {
	color:#3e4b67;
	text-decoration:none;
}
.footer a:hover {
	color:#3e4b67;
}
.footer a:visited {
	text-decoration:none;
}
.menu-selected {
	color:#3e4b67;
	text-decoration:none;
}

.faqs {
	font-size: 15px;
	color:#B73406;
	font-weight:bold;
	padding-right:5px;
}
.faqq {
	font-size: 13px;
	font-weight:bold;
	font-style:italic;
}
