html {
	overflow: -moz-scrollbars-vertical;
}

body {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url("../images/bgd_left.jpg") repeat-y top left;
}

a:link {
	color: #cc6600;
	text-decoration: underline;
}

a:visited {
	color: #cc6600;
	text-decoration: underline;
}

a:hover {
	color: #cc6600;
	text-decoration: none;
}

a:focus {
	color: #cc6600;
	text-decoration: none;	
}

a:active {
	color: #cc6600;
	text-decoration: none;	
}

#header {
	background: #000033 url("../images/header_bgd.jpg") repeat-x top left;
	height: 121px;
	border-bottom: 3px solid #0778ae;
	margin-left: 0px;
}

#header_links {
	float: right;
	width: 352px;
	height: 121px;
	background: url("../images/header_right.jpg") no-repeat top left;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

#header_links a:link {
	color: #ffffff;
	text-decoration: underline;
}

#header_links a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#header_links a:hover {
	color: #ffcc99;
	text-decoration: none;
}

#header_links a:focus {
	color: #ffcc99;
	text-decoration: none;	
}

#header_links a:active {
	color: #ffcc99;
	text-decoration: none;	
}

#header_links table {
	float: right;
	margin-right: 10px;
	.margin-right: 5px;
	margin-top: 30px;
}

#header_h1 {
	text-indent: -3000px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url("../images/header_main.jpg") no-repeat top left;
	height: 121px;
	width: 420px;
}

#container {
	padding: 0;
	margin: 0;
}

#left_menu {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	width: 196px;
	margin: -10px 0px 0px 0px;
	.margin: 15px 0px 0px 0px;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;	
}

#content_container {
	margin-left: 210px;
	margin-top: 15px;
	.margin-top: 15px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #left_menu {
  margin-right: 15px;
  }
 
* html #content_container {
  height: 1%;
  margin-left: 15px;
 }
 
/* End hide from IE5/mac */

#left_menu a:link {
	color: #ffffff;
	text-decoration: none;
}

#left_menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#left_menu a:hover {
	color: #ffcc99;
	text-decoration: underline;
}

#left_menu a:focus {
	color: #ffcc99;
	text-decoration: underline;	
}

#left_menu a:active {
	color: #ffcc99;
	text-decoration: underline;	
}

#left_menu ul li{
	margin-left: -22px;
	line-height: 20px;
}

.sublist{
	margin-left: -10px;
	.margin-left: 30px;
}

#main_content {
	color: #000000;
	margin-top: 0px;
	margin-right: 215px;
	.margin-right: 233px;
	font-size: 12px;
}

#home_content_ie {
	.margin-left: 3px;
}

#main_content h1 {
	color: #127cb0;
	font-weight: bold;
	font-size: 28px;
	margin-top: 10px;
}

#main_content h2 {
	color: #003d64;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main_content h3 {
	color: #003d64;
}

#main_content p {
	margin-top: 0px;
}

#main_content .inline{
	margin-bottom: 5px;
	margin-top: 5px;
}

#main_content .inline h4 {
	color: #003d64;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
}

.link_text {
	margin-left: 40px;
	margin-bottom: -10px;
}


#right_container {
	width: 190px;
	margin-right: 15px;
	.margin-right: 8px;
	margin-bottom: 0px;
	float: right;
}

.right_box {
	width: 180px;
	.width: 190px;
	background: #003d64;
	border: 1px solid #000033;
	margin-bottom: 15px;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

.right_box ul {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	font-size: 12px;
}

.right_box h2 {
	color: #ffcc99;
	font-weight: bold;
	font-size: 16px;
	width: 162px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}

.right_box img {
	text-align: center;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
}

.right_box a:link {
	color: #ffffff;
	text-decoration: none;
}

.right_box  a:visited {
	color: #ffffff;
	text-decoration: none;
}

.right_box a:hover {
	color: #ffcc99;
	text-decoration: underline;
}

.right_box a:focus {
	color: #ffcc99;
	text-decoration: underline;	
}

.right_box a:active {
	color: #ffcc99;
	text-decoration: underline;	
}

.right_box ul li{
	margin-left: -22px;
	line-height: 20px;
}

#footer {
	background: #ffffff;
	height: 30px;
	padding: 10px 0 0 0;
	margin: 40px 15px 0px 0px;
	clear: both;
	text-align: center;
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	border-top: 2px solid #127cb0;
}

#footer p{
	margin-top: 0px;
}

#footer a:link {
	color: #000000;
	text-decoration: underline;
}

#footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #f1cf9b;
	text-decoration: none;
}

#footer a:focus {
	color: #000000;
	text-decoration: none;	
}

#footer a:active {
	color: #f1cf9b;
	text-decoration: none;	
}

.small {
	font-size: 0.80em;
}

.input_normal {
	width:175px; color:#000000;
}

.input_sml {
	width:135px; color:#000000;
}

.input_large {
	width:250px; color:#000000;
}

.input_small {
	width:100px; color:#000000;
}

.input_smaller {
	width:65px; color:#000000;
}

div.hr {
  height: 15px;
  background: #fff url("../images/hr1.jpg") no-repeat scroll left;
}

div.hr hr {
  display: none;
}

.to_top {
	border-top: 1px solid #127cb0;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#subtitle {
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: -20px;
	font-size: 20px;
}

#author {
	text-align: left;
	margin-bottom: 25px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
}

.banner_horizon {
	height: 2px;
	background: #ffffff url("../images/hr1.jpg") no-repeat left;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#home_banner {
	margin-top: 0px;
}

#home_banner_content {
	background: #ffffff url("../images/banner_pic.jpg") no-repeat right;
	margin: 0 0 0 0;
	border-left: 2px solid #127cb0;
	padding: 5px;
	min-height: 185px;
}

#home_banner_content img {
	float: right;
	vertical-align: middle;
}

#home_banner_content h2 {
	color: #127cb0;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	font-size: 25px;
}

#home_banner_content h3 {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bolder;
}

#home_banner_content p{
	color: #0a6eb4;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Arial, sans-serif;
}

#breadcrumbs {
	font-size: 12px;
	text-indent: 0px;
	border-bottom: 2px solid #127cb0;
	height: 20px;	
	margin-bottom: 0px;
}

.formtable {
	font-size: 1em;
}

form {
	padding:0;
	border:0;
	margin:0;
}

th {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.form td {
	color: #000000;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #000000;
}

.form a:link {
	color: #000000;
	text-decoration: none;
}

.form a:visited {
	color: #000000;
	text-decoration: none;	
}

.form a:hover {
	color: #990000;
	text-decoration: underline;
}

.form a:focus {
	color: #990000;
	text-decoration: underline;		
}

.form a:active {
	color: #000000;
	text-decoration: underline;		
}

.tr1a {
	background-color: #d1d4e1;
}

.tr1a td {
	border-bottom: 0px solid #000000;
}

.tr2a {
	background-color: #ffffff;
}

.tr2a td {
	border-bottom: 0px solid #000000;
}

.tr1 {
	background-color: #d1d4e1;
}

.tr1 td {
	border-bottom: 1px solid #000000;
}

.tr2 {
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}

.tr2 td {
	border-bottom: 1px solid #000000;
}

.inpsm2 {width:55px; color:#000000;}
.inpsm {width:40px; color:#000000;}
.inpsmplus {width:145px; color:#000000;}
.inpsmplus2 {width:215px; color:#000000;}
.inpmed {width:220px; color:#000000;}
.inplge {width:260px; color:#000000;}
.inplgeplus {width:345px; color:#000000;}
.inpxlge {width:491px; color:#000000;}
.inpxxlge {width:498px; color:#000000;}
.inpmed2 {width:260px; color:#000000;}
.inplge2 {width:307px; color:#000000;}


.bottom_border td{
	border-bottom: 1px solid #006699;
}

.tablehead {
	background-color: #c5bc5b;
	color: #000000;
}

.tablerow1 {
	background-color: #ffffff;
}

.tablerow1 td {
	border-bottom: 1px solid #666600;
}

.tablerowart {
	background-color: #ffffff;
}

.tablerowart td {
	border-bottom: 1px solid #666600;
}

.tablerow2 {
	background-color: #d7ebff;
}

.tablerow2 td {
	border-bottom: 1px solid #666600;
}

.tablerow3 {
	background-color: #ff9999; /*#ffcc99*/
}

.tablerow3 td {
	border-bottom: 1px solid #666600;
}

.tablerow4 {
	background-color: #99ccff; /*#ffffcc*/
}

.tablerow4 td {
	border-bottom: 1px solid #666600;
}

.tablerow5 {
	background-color: #ccffcc;
}

.tablerow5 td {
	border-bottom: 1px solid #666600;
}

.tablerow6 {
	background-color: #ccccff;
}

.tablerow6 td {
	border-bottom: 1px solid #666600;
}

th a:link {
	color: #ffffff;
	text-decoration: none;
}

th a:visited {
	color: #ffffff;
	text-decoration: none;	
}

th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

th a:focus {
	color: #ffffff;
	text-decoration: underline;		
}

th a:active {
	color: #ffffff;
	text-decoration: underline;		
}

.alert {
	width: 350px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000033;
	padding: 5px;
	text-align: justify;
	font-size: 12px;
	background-color: #127cb0;
	color: #ffffff;
}

.ratings {
	font-size: 11px;
	font-weight: bold;
}

.ratings th {
	background-color: #006699;
	text-align: center;
	margin: 0;
	padding: 4px;
}

.ratings td {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}