body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #26282b;
	background-image: url('/img/back.png');
	background-repeat: repeat-x;
}

#footer { color: inherit;
	  margin: 30px auto;
	  font-size: 10px;
	  text-align: center;
	  width: 500px;
	  clear: both;
}

#error {
	display: block;
	width: 650px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	color: red;
	background: black;
}

#content {
	margin-top: 10px;
	display: block;
	float: right;
	width: 660px;
	font-size: 16px;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}

#centerbody {
	margin: 0px auto;
	background: white;
	width: 980px;
	height: 100%;
	padding: 10px;
}

#header {
	border: solid #d1d1d1 1px;
	width: 958px;
	text-align: center;
	padding: 10px;
}

#header img {
	border: none;
}

#navdiv {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	margin: 0px;
	border-bottom: solid #0b2752 4px;
	height: 34px;
}

#navdiv > ul {
	list-style: none;
}

#navdiv > ul > li {
	width: 312px;
	display: block;
	float: left;
	text-align: center;
	border-bottom: solid white 4px;
	height: 30px;
}

#navdiv > ul > li > a {
	font-family: times, serif;
	font-size: 24px;
	color: #6683b0;
	text-decoration: none;
}

#navdiv > ul > li:hover {
	border-bottom: solid #0b2752 4px;
}

#navdiv > ul > li:hover > a {
	color: #0b2752;
}

#navdiv > ul > li > ul {
	visibility: hidden;
	display: block;
	position: relative;
	width: 290px;
	border: solid #0b2752 1px;
	border-top-width: 9px;
	background: white;
	padding: 10px;
	margin: 0px;
	list-style: none;
}

#navdiv > ul > li:hover > ul {
	visibility: visible;
}

#navdiv > ul > li > ul > li {
	width: 250px;
	text-align: left;
	font-size: 16px;
	margin: 4px;
}

#navdiv > ul > li > ul > li > a {
	letter-spacing: 2px;
	color: black;
	text-decoration: none;
	width: 100%;
}

#navdiv > ul > li > ul > li:hover {
	background: #CCC;
}

#sideout {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	width: 298px;
	border: solid #8f8f8f 1px;
	background: #f3f9d3;
	background-image: url('/img/rxback.png');
	background-repeat: repeat-x;
}

#sidein {
	margin: 10px;
	width: 256px;
	padding: 10px;
	border: solid #c7ccad 1px;
	font-family: times, serif;
	font-size: 14px;
	text-align: justify;
}

#sidein h1 {
	letter-spacing: 2px;
	font-family: times, serif;
	font-size: 26px;
	height: 35px;
	padding-left: 40px;
	background-image: url('/img/rx.png');
	background-repeat: no-repeat;
}

.mceContentBody {
	background: white;
}

#tubes {
	width: 660px;
	height: 228px;
	overflow: hidden;
	background-image: url('/img/tubes.png');
	margin-bottom: 20px;
}

#tubes > div {
	width: 430px;
	margin: 20px;
	display: block;
	float: right;
	font-size: 12px;
}

#content img {
	margin: 20px;
}

fieldset {
	display: block;
	clear: both;
	width: 90%;
}

fieldset label {
	display: block;
	width: 150px;
	height: 20px;
	float: left;
	clear: left;
}

fieldset input, fieldset select {
	display: block;
	width: 200px;
	height: 20px;
	float: left;
	clear: right;
	border: solid black 1px;
	margin: 1px;
}

input[type=hidden] {
	display: inline;
	visibility: hidden;
	width: 1px;
	height: 1px;
}

fieldset textarea {
	display: block;
	width: 300px;
	height: 200px;
	float: left;
	clear: right;
	border: solid black 1px;
}

fieldset button {
	display: block;
	width: 200px;
	height: 20px;
	margin-left: 151px;
	float: left;
	clear: right;
}

.mceEditor {
	display: block;
	float: left;
	clear: both;
}

p {
	text-align: justify;
}