@import url("reset.css");
html {
	overflow-y: scroll;
}

body {
	background-color: #E7E9F3;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #444;
}

#page {
	width: 760px;
	position: relative;
	margin: 0 auto 50px;
	line-height: 1.25em;
	font-size: .7em;
}

#header {
	background: url(../images/header.png) no-repeat;
	width: 760px;
	height: 180px;
	text-indent: -9999px;
}

#menu {
	float: left;
	width: 182px;
	height: 280px;
	background: url(../images/menu_bg.png) no-repeat;
	text-align: right;
	padding-right: 18px;
}

	ul#nav {
		font-size: .95em;
	line-height: 11px;
}
	
	ul#nav li {
		padding-top: 7px;
		padding-bottom: 1.1px;
	}
	
	ul#nav li a {
	text-decoration: none;
	color: #555;
	font-weight: normal;
	font-style: normal;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

ul#nav li.currentpage a {
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.arrow {
	margin-right: -10px;
	padding-left: 3px;
	color: black;
}

#content {
	width: 375px;
	float: left;
	padding-left: 10px;
	padding-bottom: 40px;
}

#widecontent {
	width: 530px;
	float: left;
	padding-bottom: 30px;
}

#sidebar {
	float: left;
	width: 155px;
	border-top: 1px solid #ffb310;
	border-bottom: 1px solid #ffb310;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 5px;
}

p {
	padding-bottom: 10px;
}

a {
	color: black;
	text-decoration: none;
	font-weight: 500;
}

#footer {
	height: 40px;
	clear: both;
	text-align: center;
	font-size: .95em;
	padding-top: 5px;
	border-top: 1px solid #ffb310;
	width: 375px;
	margin-right: auto;
	margin-left: 210px;
}

#footer p {
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 1.3em;
	color: black;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	margin-bottom: 5px;
	color: black;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	color: black;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
}

strong {
	color: black;
	font-weight: bold;
}

.note {
	font-size: .7em;
}

#home {
	text-align: center;
	padding-top: 30px;
	line-height: 1.5em;
	width: 400px;
	color: black;
}

.home_higlights {
	color: #131277;
	font-size: 1.4em;
}

.dottedline {
	background: url(../images/dotted-line.png) repeat-x;
	height: 17px;
	width: 375px;
	clear: both;
	padding-bottom: 4px;
}

img.alignright {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.link-details {
	float: left;
	width: 250px;
}

.link-details a {
	color: black;
	text-decoration: none;
}

ul.list li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
}

ul.list {
	padding-bottom: 10px;
}

.formleft {
	width: 80px;
	float: left;
}

.formleft2 {
	width: 375px;
	text-align: left;
	padding-right: 5px;
}

.formright {
	float: left;
	width: 295px;
}

.formright2 {
	float: left;
	width: 290px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}

.clear {
	clear: both;
}

.clearIE {
	clear: both;
	display: inline-block;
}

.error {
	color: red;
}

p.mainsection {
	color: #000;
	font-weight: bold;
	padding-top: 25px;
}

p.subsection {
	padding-left: 30px;
	padding-bottom: 5px;
}

.backtotop {
	width: 375px;
	text-align: right;
}

#dummydiv {
	width: 375px;
	height: 600px;
}

ul.treatment-menu {
	margin-top: 24px;
	margin-bottom: 30px;
	font-size: .95em;
}

ul.treatment-menu li {
	padding-bottom: 5px;
}

ul.treatment-menu li a {
	color: #555;
}

ul.treatment-menu li a:hover {
	color: black;
}

ul.treatment-menu li a.selected, ul.treatment-menu li a.active, ul.treatment-menu li a.visited {
	color: black;
}

