/* Top level page background */
/* Main background color (color on the sides and bottom) */
body{
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4F4126;
	width: 100%;
	text-align: left;		
	background-image: url("img-bck.jpg");
	background-repeat: repeat-x;
}
a:link {
	color: #00487D;
	text-decoration: none;
	font-variant:small-caps;
}
a:visited {
	color: #00487D;	
	text-decoration: none;
	font-variant:small-caps;
}
a:visited hover {
	color: #000000;
}
a:hover {
	color: #000000;
}
/* Frames around body */
/* Outer frame */
#wrap {
	position: relative;
	width: 900px;	
	border: 5px solid #625D5D;
	border-style: ridge;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Thin line frame color around main body */
#border {
	border: 1px solid #000000;
	height: auto;
}


/* Main body section where main content lives */
/* Top logo format */
#top_logo 
{
	position: relative;
	height: auto;
	text-align: right;
	vertical-align: middle;
	background-image: url("obt.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: black;
	padding-left: 25px;
	padding-top: 12px;
}
#support_contact
{
    font-size: 12px;
    text-align: right;
    font-style: normal;
    padding-right: 10px;
    font-variant: normal;
}
#support_contact a
{
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
}

/* Menu selections format */
#menu 
{
	position: relative;
	border:1px solid black;
	background-color: White;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	width: 897px;	
}
#menu a
{
	color: #000000;
	font-weight: bold;
}


/* Color of the main part (shows up as sidebar on right) */
#lowerbody
{
    position: relative; 
    background-color: white;
}
#main_shell
{
	padding: 0px 15px 15px 220px;
    Height: auto;
}
#main
{
	width: 660px;		     	/* fullwrap1.width - main_body.p.padding.right : Must specify to avoid invisible image within IE 6 */   
	font-size: 14px;
	display: block;
}
#main a
{
	font-style: normal;
	font-variant: normal;
	line-height: 18px;
	text-decoration: underline;
}
#main p
{
	font-size: 14px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
}
#main h4
{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	color: #4F4126;
	font-variant: small-caps;
}
#main td
{
	text-align: center;
}
#indented_list
{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 100px 0px 100px;
}
#main img
{
	padding: 10px 10px 10px 10px;
}
#footer
{
	position: relative;
	width: 900px;
	font-size: 10px;
	text-align: center;
}

/*hover background properties*/
#drop_down_menu {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	text-align: left;
}
#drop_down_menu a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}
#drop_down_menu a:hover {	          
	background-color: #FDD017;	
	color: #FFFFFF;
}

/* For show/hide divisions */
#ShowHide_BodyArea_Formatting {
	margin: 2px 2px 2px 2px;
	background-color: #C5A821;
	border-style: ridge;
	border-width: 4px;
	border-color: #C5A821;
}

/*side menu*/
#nav_bkgnd {
	width: 200px;
	margin: 0px 30px 10px 0px;
	background-color: #C5A821;
	border-style: ridge;
	border-width: 4px;
	border-color: #C5A821;
	position: absolute;
	left: 5px;
}
#nav_text {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#nav_text ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav_text li {
	list-style: circle;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 30px;
}
#nav_text a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_text a:hover {
	color: #400080;
	text-decoration: none;
}
#nav_text h3 {
	height: 22px;
}
#nav_text p {
	color: #fff;
}


/**********************/
/* Tabs CSS - Buttons */
/**********************/
div.TabView_OBT div.Tabs_OBT {
  overflow: hidden;
  margin-right:auto;
  margin-left:auto;
}

div.TabView_OBT div.Tabs_OBT a {
  float: left;
  display: block;
  padding: 3px 5px 3px 5px;
  text-align: center;
  vertical-align: middle;
  background-color: White;
  text-decoration: none;
  font-family: "Arial";
  font-weight: 900;
  font-size: 14px;
  color: #4F4126;
  border-color: Black;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
}

div.TabView_OBT div.Tabs_OBT a:hover {
  background-color: Black;
  color: #F0E2A5;
}
div.TabView_OBT div.Tabs_OBT a.Active {
  background-color: #4F4126;
  color: White;
}

div.TabView_OBT div.PagesGroup_OBT {
  clear: both;
  border: 1px solid Black;
  overflow: hidden;
  margin-right:auto;
  margin-left:auto;
}

div.TabView_OBT div.PagesGroup_OBT div.Page_OBT {
  height: 100%;
  padding: 0px;
  overflow: hidden;
  background-color: white;
}

div.TabView_OBT div.PagesGroup_OBT div.Page_OBT div.Pad {
  padding: 5px 15px 5px 15px;
  position: relative;
}








