
/***********************************************/
/* indo.css                          */
/* Use with template indo         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}


a:link  { font-family: Arial; font-size: 1.2em; color: #808000; border-width:0px; text-decoration: 
               underline }
			   
			   
a:visited  { font-family: Arial; font-size: 1.2em; color: #808000; border-width:0px; text-decoration: 
               underline  }

a:hover  { font-family: Arial; font-size: 1.2em; color: #808000; border-width:0px; text-decoration: 
               underline  }

a.image:link      { font-family: Arial; font-size: 0pt; color: #808000; border-width:0px; text-decoration: 
               none}
			   
			   
a.image:visited    { font-family: Arial; font-size: 0pt; color: #000000; border-width:0px; text-decoration: 
               none  }

h4		      { font-family: Arial; margin:2px;}
h3           { font-family: Arial; font-size: 14pt; color: #996600;}
h2           { font-family: Arial; font-size: 16pt; color: #808000 }
h1           { font-family: Arial,Sans-serif; font-size: 14; color: #000000; margin:2px;}

a.top:link      { font-family: Arial; font-size: 14pt; color: white; text-decoration: 
               underline }
			   
			   
a.top:visited    { font-family: Arial; font-size: 14pt; color: white; text-decoration: 
               underline }
			   
a.bottom:link      { font-family: Arial; font-size: 10pt; color: #0000ff; text-decoration: 
               underline }
			   
			   
a.bottom:visited    { font-family: Arial; font-size: 10pt; color: #0000ff; text-decoration: 
               underline }   

p {
	margin-left:1em;
	margin-right:1em;
	margin-top:0.8em;
	margin-bottom:0.8em;
	font-size: 1em;
	line-height: 1.1;
	}

.dropcap {
  float: left;
  font: normal 60pt/0.8em Helvetica, Verdana, Arial, sans-serif;
  color: #999999;
  margin-right: 3px;
}

table, td
{
    border-color: #600;
    border-style: solid;
	
}

table
{
	width:90%;
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	margin-left:auto; 
	margin-right:auto;
    border-color: #cccccc;
    border-style: solid;
}

td
{
    width:50%;
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-color: #cccccc;
    border-style: solid;
}




/***********************************************/
/* Images                                */
/***********************************************/

img {
border-width:0px;
 	}

IMG.displayed {
    display:block;
    margin-left:auto;
    margin-right:auto;
	 }
   
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div.wrapper {
	margin: auto;
	width: 800px;
	padding:0;
	border-style:double;
	background-color: #FFFFFF;
}
   
#topmenu {
	top:10px;
	height:25px;
	top:10px;
	width:800px;
	background-color:#800000;
}

#banner{
	top:35px;
	width:800px; 
}

#logo{
	top:109px;
	height:30px;
	width:800px;
	background-color:#F8F8F8;
	 border-top-width:2px;
  	border-top-style:dotted;
 	 border-top-color: #666666;
	}


#main{
	top:140px;
	width:800px;
	background-color: #FFFFFF;
	border-bottom:thin;
	border-left:thin;
	border-right:thin;
	}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}