/***********************************************/
/* HTML tag styles   */
/***********************************************/
body {
	font-family: Arial, sans-serif;
	background-color: #006633;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #CC0033;
	text-decoration: none;
}
.left_indent {
	float: left;
	padding-left: 15px;
}
a:hover {
	text-decoration: underline;
}
/************** header tag styles **************/

h1 {
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #003366;
	margin-left: 0px;
	padding-left: 5px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #003399;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font: bold 100% Arial, sans-serif;
	color: #006633;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #663B33;
	margin-bottom: -12px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h5 {
	font: 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
/*************** list tag styles ***************/

ul {
	list-style-type: square;
}
/***********************************************/
/* Layout Divs  */
/***********************************************/
#container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	width: 1000px;
}
#masthead {
	height: 95px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
}
#random {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#logo {
	float: left;
	margin-top: 5px;
	margin-left: 60px;
}
#login {
	float: left;
	margin-top: 15px;
	margin-right: 25px;
	font-size:12px;
	margin-left: 40px;
}
#pagecell {
	position:relative;
	top: 5px;
	width:995px;
	background-color: white;
	margin: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
#menu {
	float: left;
	width:160px;
	padding: 5px;
	background-color: #FFFFFF;
}
#didyouknow {
	width:140px;
	background-color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	position: relative;
	top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content {
	border-left: 1px solid #ccd2d2;
	background-color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	position: relative;
}
#middle-col {
	float: left;
	width: 620px;
	text-align: left;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
	margin-top: 0px;
}
#feature {
	float: left;
	width: 800px;
	text-align: left;
	overflow: hidden;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: small;
	margin-top: 0px;
	background-color: white;
}
#right-col {
	float: right;
	width: 175px;
	text-align: left;
	font-size: 11px;
	background-color: #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#otrp-right-col {
	float: right;
	width: 138;
	text-align: left;
	margin-right: 10px;
	margin-top: 0px;
}
#whatisnew {
	float: right;
	width: 190px;
	text-align: left;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.floatright {
	float: right;
}
/*************** search styles *****************/
#search {
	position: absolute;
	top: 5px;
	z-index: 101;
	right: 10px;
}
#search input {
	font-size: 70%;
}
/************** siteInfo styles ****************/
#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
}
/**** misc ****/
.green {
	font-weight: bold;
	text-transform: capitalize;
	color: #006633;
}
.boldgray {
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
th {
	background-color: #006633;
	color: #FFFFFF;
}
table {
	font-size:12px;
}
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	border-style: none;
}
#td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#human {
	visibility:hidden;
	display:none;
}
/*************** vista buttons menu *****************/
#vista-buttons_com_id5xhjt td {
	font-size:0
}
#vista-buttons_com_id5xhjt td div {
	position:relative
}
#vista-buttons_com_id5xhjt td:hover>div>ul.vbUL5xhjt {
	display:block
}
ul.vbUL5xhjt {
	left:99%;
	top:-38px;
	display:none;
	visibility: visible;
	overflow:visible;
	list-style:none;
}
ul.vbUL5xhjt li {
	white-space:nowrap;
}
ul.vbUL5xhjt ul {
	position:absolute;
	visibility: visible;
	left:100%;
	top:0;
}
ul.vbUL5xhjt li:hover {
	position:relative;
}
ul.vbUL5xhjt li:hover>ul {
	display:block;
}
.vbUL5xhjt {
	position: absolute;
	visibility: hidden;
	display: block;
	overflow: auto;
	font-size: 1px;
	margin: 0px;
}
div.vbUL5xhjt, table.vbUL5xhjt .subContent, ul.vbUL5xhjt {
	border: solid #B9B9B9;
	border-width: 1px;
	background-color: #FFFFFF;
	padding: 2px;
	opacity:1.00;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.vbUL5xhjt table {
	border-collapse: separate;
	border-spacing: 0px;
}
.vbUL5xhjt table tr, ul.vbUL5xhjt li, ul.vbUL5xhjt .separator:hover {
	font-size: 1px;
	cursor: pointer;
	background-color: #C0C0C0;
}
.vbUL5xhjt tr.over, ul.vbUL5xhjt li:hover {
	background-color: #800000;
}
.vbUL5xhjt table td, ul.vbUL5xhjt li, ul.vbUL5xhjt .separator:hover {
	border: solid #808080;
	border-width: 1px;
	padding: 3px;
	text-align: left;
}
.vbUL5xhjt tr.over td, ul.vbUL5xhjt li:hover {
	border-color: #797979;
}
.vbUL5xhjt td a, .vbUL5xhjt td span, ul.vbUL5xhjt a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.vbUL5xhjt tr.over a, .vbUL5xhjt tr.over span {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
ul.vbUL5xhjt li:hover>a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.vbUL5xhjt tr.popup {
	background-color: #800000;
}
.vbUL5xhjt tr.popup td {
	border-color: #797979;
}
.vbUL5xhjt tr.popup a, .vbUL5xhjt tr.popup a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A#vbUL_5xhjta{display:none}