body {
	background-color: #90B4D8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
    font-style:italic;
    color:#cc6600;
/*	color: #3A588A;*/
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A588A;
}
.treatment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
.botnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #395789;
}
.botnav a:link, .botnav a:visited, .botnav a:active {
	color: #395789;
	text-decoration: none;
}
.botnav a:hover {
	color: #CC6600;
	text-decoration: underline;
}
hr {
	color: #CC6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
}
.title {
	color: #CC6600;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #395789;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a.menu {
    font-family: Georgia,"Times New Roman",Times,serif;
    background-color:#8DB1D3;
    height:25px;
    color:#1C2448;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    padding:4px 7px 4px 11px;
    margin-top:10px;
    margin-bottom:10px;
    border-top:#fff 1px solid;
}
.menu_div {
    font-family: Georgia,"Times New Roman",Times,serif;
    background-color:#8DB1D3;
    height:25px;
    color:#1C2448;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    padding:4px 0 4px 0;
    margin-top:10px;
    margin-bottom:10px;
    border-top:#fff 1px solid;
}
a:hover.menu {
    background-color:#CD6600;
    color:#fff;
}
.menucontainer { 
    background:#8DB1D3 url(../images/menu-left.jpg) no-repeat top left;
    height:20px;
    width:895px;
    margin:0; padding:5px;
    padding-bottom:0;
    margin-left: auto; margin-right:auto;
    text-align:right;
}
.box { 
    border:#cd6600 solid 1px;
    width:180px;
    margin:8px;
    margin-right:0;
    padding:10px;
    float:right;
	color: #3A588A;
    text-align:center;
    font-family:Arial, Helvetica, san-serif;
    font-weight:bold;
}
.box a { 
    display:block;
    height:100%;
    width:100%;
    text-decoration:none;
}
.box h2 {
    margin-bottom:0; 
    margin-top:0; 
    padding-bottom:0;
    font-weight:bold;
}