   p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px}
   .o {color: #9f6e34; font-weight: bold;}
   .b {color: lightgray;} 
   .s {color: gray; font-size: 11px} 
   .h {color: black; font-weight: bold;} 
   li.nocirc {list-style-type: none}


a.nav, a.nav:hover, a.nav:visited{
	color: Silver;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}
a.nav:hover{
	color: #a27330;
	text-decoration: none;
}
a.nav:active{
	color: Silver;
	text-decoration: none;
}
a, a:hover, a:visited, a:active{
	color: gray;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

a:hover{
	color: #a27330;
	text-decoration: underline;
}

table.space1
{
border-collapse: separate;
border-spacing: 10px 0px
}

table.space2
{
border-collapse: separate;
border-spacing: 5px 5px
}


#menu{
	a, a:visited, a:active{
		color: red;
	}
}

#menu ul{
 	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}     

#menu li{
	display: inline;
}


img{
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
}


html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
        padding-top: 0px;
	background: #424141;
	height: 100%;
	#background-image: url(../img/basmati-bg8.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#top {
  width: 100%;
  height: 150px;
  padding: 3px;
  background: black url(../img/body-background.gif);
}
#page {
  width: 800px;
  height: 450px;
  margin: auto;
  border: thin solid rgb(0,0,0);
  background: #525252 url(../img/content-background.gif);
  overflow: auto;
}

#header {
  width: 100%;
  height: 40px;
  border: medium double rgb(250,255,255);
}
#menuline {
  width: 100%;
  height: 40px;
  padding-top: 18px;
}
#logo {
  width: 100%;
  height: 80px;
  padding-top: 15px;
}
#leftcol {
  float: left;
  width: 4%;
  height: 400px;
}
#rightcol {
  float: right;
  height: 400px;
}
#content {
  float: left;
  width: 90%;
  height: 450;
  overflow: auto;
}
#footer {
  width: 100%;
}

