﻿.style3 {	font-size: 11px;

	font-style: italic;

}
.style35 {
	color: #e41937;
}
/* CSS for Styles */
body {
	background-color: #324A85;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
p {
	text-align: left;
}
a:link {
 text-decoration:none;
}
a:visited {
 text-decoration:none;
}
a:active {
 text-decoration:underline;
}
a:hover {
	text-decoration: none;
	text-decoration:underline;
}
td {
	text-align:left;
	vertical-align:top;
}
th {
	text-align:center;
	font-weight:bold;
}
.indent {
	margin-left: 40px;
}
p.sidebar {
	text-align: left;
	font-size: 85%;
}
.sidebar ul {
	padding-left: -20px;
}
.sidebar li {
	list-style-type: square;
	font-size: 85%;
	margin-left: -25px;	
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color:#000;
}
h2 {
	font-size: 115%;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
.masthead {
	background-color: #9EB0DB;
}
.top_nav {
	background-color: #9EB0DB;
}
img.logo {
	border: 0px;
}
img.image_rigth {
	float:right;
	border:1px black solid;
	margin-left:10px;
}
img.thumbnail {
	border: 1px black solid ;
	margin:5px;
}

.sub_nav {
	background-color: #F8CC90;
	display: inline;
	text-decoration: none;
}
.sidebar_left {
	background-color: transparent;
}
.sidebar_right {
	background-color: transparent;
}
.sidebar_header {
	font-size: 100%;
	font-weight: bold;
}
img.sidebar_image_left {
	border: 1px black solid;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
img.sidebar_image_right {
	border: 1px black solid;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
.breadcrumb {
	font-size: 80%;
	color: #808080;
	text-decoration: none;
}
.breadcrumb a:link {
	color: #808080;
	text-decoration: none;
}
.breadcrumb a:visited {
	color: #808080;
	text-decoration: none;
}
.breadcrumb a:active {
	color: #808080;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #808080;
	text-decoration: underline;
}
.page_content {
	background-color: #FEFBFB;
}
.slides {
	width: 500px;
	height: 250px;
	border: 1px black solid;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	margin-left:auto;
	margin-right:auto
}
.footer a:link {
	color: #FFFFFF;
}
.footer a:visited {
	color: #FFFFFF;
}
.footer a:active {
	color: #FFFFFF;
}
.footer a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

/* CSS for Health Articles Menu */

.applemenu{
margin: 5px 0;
padding: 0;
width: 180px; /*width of menu*/
border: 0px solid #9A9A9A;
}

.applemenu div.silverheader a{
	background: #transparent;
	text-align: left;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	border-bottom: 1px #F8CC90 solid;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: black;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-color:#8EA4D5;
color: white;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
}

.applemenu div.submenu{
	/*DIV that contains each sub menu*/
background: #F8CC90;
	padding: 5px;
}

