/* CSS Document */
body {margin: 0; padding: 0; background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF}
a {
	color: #FFFFFF;
	text-decoration: underline;
}

#content { background-image: url(images/in_main_bg.gif);
background-repeat: repeat-x;
padding: 12px 12px 13px 11px}
.contentTxt { 
padding: 44px 0 15px 0;

text-align:left}
.footer {color: #939598}
.leftnav{
border-right: 1px solid #6A6862; 
background-image: url(images/logo_bg.gif); 
background-repeat: repeat-x;
background-position: bottom right;
font-weight: bold;
color: #B9B7B4; 
text-align: right;
min-height:500px;
}
.brownTxt a{color: #736039; text-decoration:none
}
.footer {color: #999999}

/*.menu{
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
}
.menu li {
}
.menu a {
color: #B9B7B4;
padding: 15px 25px 15px 0;
text-decoration: none;
}
.menu a:hover {
color: #B9B7B4;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
padding: 9px 25px 15px 0;
vertical-align: middle;
background-position: top right;
}*/
.menu {
list-style-type: none;
margin: 0;
padding: 0;
 width: auto;}
.menu li {height: 30px;width: auto;}
.menu a, .menu a:visited {
  text-decoration:none;
  text-align:right;
  color:#fff;
  display:block; 
  padding:8px 25px 9px 0;
  width: auto;
  margin:0 auto;

  }
.menu a:hover {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;  
	vertical-align: middle;
	background-position: top right;
	color: #EEDC95}
.rightContent {
	padding: 0 15px 15px 15px;
}
.title {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #D8C788;
}
.smalltitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D8C788;
}
li.square {
list-style-type: square;
}
