* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/body_bg.gif) top left repeat-x;
	font: 80%/1.6 Verdana, Arial, Helvetica, sans-serif;
}

body#popup {
	background: #fff;
	padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #3B496F;
}

h5 {
	padding: 5px 0 0 0;
}

#container {
	background: url(../images/cont_bg.gif) top left repeat-y;
	/*border-right: 1px solid #8AA4A5;*/
	position: relative;
	width: 925px;
}

#printmasthead {
	display: none;
}

table {
	background: #fff;
}

#rotational {
	border-bottom: 1px solid #8AA4A5;
	float: left;
	height: 111px;
	position: relative;
	width: 182px;
}

#rotational img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#masthead {
	/*background: url(../images/title.gif) top left no-repeat;*/
	height: 125px;
	float: left;
	/*text-indent: -9999px;*/
	width: 718px;
}

#masthead span {
	display: none;
}

#functions {
	clear: left;
	float: left;
	width: 192px;
}

#navigation, #signin {
	margin: 0 0 20px 12px;
	width: 167px;
}

#navigation {
	background: url(../images/nav-bg.gif) top left repeat-y;
}

#navigation a {
	color: #000;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation ul {
	background: url(../images/searchlink-bg.gif) bottom left no-repeat
}

#navigation li {
	margin-left: 25px;
}

#searchlink {
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}

#searchlink a {
	color: #fff;
}

#signin {
	background: url(../images/signin-bg.gif) top left repeat-y;
}

#signinform {
	background: url(../images/botsignin.gif) bottom left no-repeat;
	padding-left: 10px;
}

#signinform label {
	font-size: 90%;
	color: #333;
	cursor: pointer;
	display: block;
	padding: 3px 3px 0 3px;
}

#signinform input {
	border: 1px solid #8AA4A5;
	font-size: 80%;
	height: 13px;
	padding: 1px;
	width: 132px;
}

#signinform #signinformsubmit {
	height: auto;
	width: auto;
}

#signinform ul {
	font-size: 80%;
	margin: 10px 0 0 20px;
	padding-bottom: 10px;
}

#signinform ul a {
	color: #333;
}

#signinform ul a:hover {
	color: #000;
	text-decoration: none;
}

#bplink {
	margin-left: 10px;
	padding: 10px 0;
}

#primarycontent {
	float: left;
	padding-left: 25px;
	width: 600px;
}

#narrow {
	width: 456px;
}

#primarycontent a {
	color: #000;
	font-weight: bold;
}

#primarycontent a:hover {
	color: #3B496F;
	text-decoration: none;
}

#primarycontent p, #primarycontent ul, #primarycontent ol, #primarycontent blockquote, address, #popup blockquote, #popup p, #popup ul, #popup ol {
	margin-bottom: 15px;
	margin-right: 10px;
}

#primarycontent ul, #primarycontent ol, #popup ul, #popup ol {
	margin-left: 35px;
}

#primarycontent blockquote, #popup blockquote {
	margin-left: 35px;
	margin-right: 35px;
}

#footer {
	background: #3B496F;
	clear: left;
	padding: 1px 0;
}

#footer, #footer a {
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	text-decoration: underline;
}

#bored-nurse {
	position: absolute;
	left: 696px;
	top: 211px;
}

.articlebrief {
	/*margin-left: 15px;*/
	margin-bottom: 20px;
}

#primarycontent .articlebrief p {
	margin-bottom: 5px;
}

fieldset {
	margin: 10px;
	padding: 5px;
	width: 500px;
}

p.padded {
	padding-top: 10px;
}

p.aligned {
	padding-left: 115px;
}

hr {
	margin-bottom: 20px;
}

#primarycontent form p {
}

#regform {
	margin-bottom: 20px;
}

label {
	cursor: pointer;
}

#primarycontent label {
	clear: left;
	display: block;
	float: left;
	text-align: right;
	width: 110px;
}

table.gnrgh {
	float: left;
}

label#scs {
	clear: none;
	display: inline;
}

#primarycontent input, #primarycontent textarea, #primarycontent select, #txtTitleDIV {
	border: 1px solid #ccc;
	margin-left: 5px;
}

table {
	margin-bottom: 10px;
}

th {
	text-align: left;
}

td {
	padding: 3px;
}

h4 {
	margin-top: 10px;
}

fieldset.fl {
	float: left;
	width: 35%;
}

.required {
	background-color: #FFFF99;
}

.labrequired {
	font-weight: bold;
}

legend {
	font-weight: bold;
	padding-right: 1%;
}

.error {
	color: #FF0000;
}

.buttonlink {
	background: #efefef;
	border: 1px solid #ccc;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

input.buttonlink {
	border: 1px solid #ccc;
}

#invis {
	border: 0;
}