body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #306690;
}
#wrapper {
	width: 782px;
	margin: 0px auto;
	direction: ltr;	
	text-align: left;
}

a {
	color: #083b63;
}

a:hover {
	text-decoration: none;
}

img , img a {
	border: 0px;
	border-style: none;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.clr {
	clear: both;
}

#header {
	cursor: pointer;
	width: 782px;
	height: 125px;
	background: url(./images/header.gif) no-repeat top center;
}

#menu {
	height: 36px;
	font-weight: bold;
}

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style: none;
	display: inline;
}

#menu a {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	height: 36px;
	line-height: 35px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background: url('images/menuBlueTile.gif') repeat-x;
	border-left: 1px solid #093f68;
	border-right: 1px solid #619fc2;
}

#menu .rightItem a {
	background: url('images/menuRight.gif') no-repeat right;
	padding-right: 13px;
	border-right: 0px;
}

#menu .rightItem a:hover {
	background: url('images/menuRight_Hover.gif') no-repeat right;
}

#menu .leftItem a {
	background: url('images/menuLeft.gif') no-repeat left;
	padding-left: 0px;
	padding-left: 12px;
	border-left: 0px;
}

#menu .leftItem a:hover {
	background: url('images/menuLeft_Hover.gif') no-repeat left;
}

#menu .darkItem a {
	background: url('images/menuDarkTile.gif') repeat-x;
}

#menu a:hover {
	background: url('images/menuDarkTile.gif') repeat-x;
}

#description {
	height: 109px;
	padding-left: 25px;
	padding-top: 30px;
	color: #0b5482;
	font-size: 27px;
	background: url('images/description.gif') no-repeat;
}

#left {
	width: 195px;
	float: left;
}
 
#navigation {
	width: 195px;
	color: #0d3f64;
}

#navigation .navBtn {
	float: left;
	width: 147px;
	height: 39px;
	line-height: 39px;
	padding-left: 48px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background: url('images/navBtn.gif') no-repeat;
	text-decoration: none;
}

#navigation .navBtn:hover {
	background: url('images/navBtn_Hover.gif') no-repeat;
}

#navigation #navDoctor, #navigation #navOrder {
	float: left;
	width: 185px;
	height: 127px;
	margin-left: 5px;
	margin-top: 5px;
	cursor: pointer;
	background: url('images/navDoctor.gif');
}

#navigation #navOrder {
	background: url('images/navOrder.gif');
}

#quote {
	float: left;
	margin-top: 5px;
	margin-left: 1px;
	width: 195px;
	background: url('images/quoteTile.gif') repeat-y top center;
	color: #0d3f64;
}
#quote_top {
	width: 195px;
	height: 5px;
	background: url('images/quoteTop.gif') no-repeat top center;
}
#quote_bottom {
	width: 195px;
	height: 5px;
	background: url('images/quoteBottom.gif') no-repeat bottom center;
}
#quote hr {
	border: 0px;
	border-bottom: 1px dotted #083b63;
	width: 162px;
	height: 1px;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

.quote {
	margin: 3px 13px 0px 13px;
	font-weight: normal;
}

ol, ol li {
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style: none;
	display: inline;
}

ol {
	font-weight: bold;
	margin: auto;
}

ol a {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #306690;
	text-decoration: none;
}

#right {
	float: right;
	width: 579px;
	margin-left: 8px;
}
.table {
	width: 574px;
}
.table_title {
	clear: both;
	width: 100%;
	font-size: 16px;
	color: #083b63;
	font-weight: bold;
	text-align: left;
	padding: 6px 16px 20px 16px;
}
.table_body {
	background: #FFFFFF;
	padding: 20px;
	padding-top: 0px;
	line-height: 1.4em;
	font-size: 14px;
}
.table_body h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
.table_body h2 {
	font-size: 15px;
	font-weight: bold;
}
.table_body h3 {
	font-size: 13px;
	font-weight: bold;
}

#footer {
	height: 52px;
	background: url('images/footerTile.gif') repeat-x;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	direction: rtl;	
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #0d3f64;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #0d3f64;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.stats table {
	width: 100%;
	border-collapse: collapse;
}

.stats tr, .stats td, .stats  th {
	border: 1px solid #1B5A8D;
}

.stats th {
	background: #C3DDF1;
	text-align: center;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

.green {
	color: #019305;
	font-weight: bold;
}