

/*----------General Body---------------*/

/*body
{ 
background-image: 
url('images/logo.jpg');
background-repeat: 
no-repeat;
background-position: 
 center; 
}*/

td {font-family : Arial; font-size : 12px;}
a:link { text-decoration: none;}
a:hover { text-decoration: underline;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}
h5 {color: #d4b66f;}

.image_right img { float:right; padding: 1em;}
.image_left img { float:left;  padding: 1em;}
/*--------------------------------------*/





/*------------------Menu links------------------------*/

/*-----------------------------------------------------*/
 

/*-------------All Round Border------------------------*/
.topTable
{
padding: 0px 0px 0px 0px;
border-top: 1px solid #660000;
border-left: 1px solid #660000;
border-right:1px solid #660000;
border-bottom: none;
}


.midTable
{
background: images/banner-new1.jpg; height:100; width:750
padding: 0px 0px 0px 0px;
border-top: none;
border-left: 1px solid #660000;
border-right:1px solid #660000;
border-bottom: none;
}

.menuTable
{
padding: 0px 0px 0px 0px;
border-top: none;
border-left: 1px solid #660000;
border-right:1px solid #660000;
border-bottom: none;
}


.menuTable a:link { text-decoration:none; color: white; font-size:14px; }
.menuTable a:hover { text-decoration:none; color:white; font-size:14px; font-weight: bold;}
.menuTable a:active {color: white; font-size:14px;}
.menuTable a:visited {text-decoration:none; color: white; font-size:14px;}


.side_menuTable a:link { text-decoration:none; color: white; }
.side_menuTable a:hover { text-decoration:none; color:white; font-weight: bold;}
.side_menuTable a:active {color: white;}
.side_menuTable a:visited {text-decoration:none; color:white;}

.mainTable {	
padding: 0px 0px 0px 0px;
border-top: none;
border-left: 1px solid #660000;
border-right:1px solid #660000;
border-bottom: 1px solid #660000;
}

.footer {
padding: 0px 0px 0px 0px;
border-top: none;
border-left: 1px solid #660000;
border-right:1px solid #660000;
border-bottom: 1px solid #660000;
}
.footer td {font-family : Arial; font-size : 10px;}
/*--------------------------------------------*/

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
  font-size:15px;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}

.details  {font-family : Arial; font-size : 11px;}

.region  {font-family : Arial; font-size : 14px; color:#A52A2A;}

.heading {font-family : Arial; font-size : 16px;  font-weight:bold; color:#d4b66f;}
