BODY {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 110%;
	color : #35354D;
}

A:link {
	COLOR: #232377;
}

A:unknown {
	COLOR: #232377;
}

A:hover {
	COLOR: Maroon;
	text-decoration:none;
}

A:visited  
{
	COLOR: #232377;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: Maroon;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: Maroon;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: Maroon;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: Maroon;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: Maroon;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: Maroon;
}

.theme_header {
	background-image :url( images/smokeandglass_brownfadetop.gif);
}

.theme_highlighted {
	background-image :url( images/smokeandglass_blueandwhitef.gif);
}

.theme_fadeblue {
	background-image :url( images/smokeandglass_fadeblue.gif);
}
.bodywrapper
{
    margin-left: 0px;
    margin-right: 0px;
    width:100%

}
#columnleft
{ 
    width: 160px;
    float:left;
}


#columnright
{
	height: 500px;
	width: 100%;
	border-left: #dcdcdc 1px dotted;
	left: 160px;
	padding-left:15px;
}
.menubox {
	border: solid 1px #CBCED4;
	background: #f5f5f5;
	padding: 5px;
	margin-bottom: 7px;
    width:160px;

}
.menubox li
{
    list-style-type: none;
}

.menuboxheader
{
    font-weight: bold;
    font-size: 8pt;
    color: White;
    font-family: verdana;
    background-color: Maroon;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    width:190px;
}
.menuboxheader a
{
     color: #f5f5f5;
    font-family: verdana;
    text-decoration:none;  
    font-size: 8pt;
    font-weight: bold;

}
TD
{
	font-size:8pt;
}
IMG
{
	border:0px;
}
/* New look */

.menushadow{
  clear:both;
  width:100%;
  background:url(images/shadow_bottom.png) repeat-x bottom;
  padding:0 0 2px 0;
  margin:10px 0;
}
.menu2
{
  padding:0;
  margin:0;
  width:100%;
  border:1px solid #000;
  background: #99a2be url(images/menu_bg.gif) repeat-x;
  overflow:visible;
}

.menu2 li
{
  float:left;
  display:block;
  width:auto;
  border:1px solid #000;
  margin:-1px;
  font-size: 1em;
  padding-bottom:0;
}
.menu2 li a
{
  display: block;
  padding:0.5em 1em;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 1px;
  background: #99a2be url(images/menu_bg.gif) repeat-x;
}
.menu2 a:hover
{
 background: #ececf6 url(images/menu_bg_active.gif) repeat-x;
 color:#fff;
}

