/* CSS Document */


body {
	color: #000;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 100%;
	background-image: none; /*url(../images/additionals/background.gif);*/
	/*background-repeat: repeat;*/


}
	
	html,body { min-height:100.1%;margin-bottom:1px; }
	
#holderIndex {
width: 800px;
text-align: left;
margin: 10px auto;
border: 1px solid #ccc;
background-image: url(../images/additionals/brown-striped-lines.gif);
background-repeat: repeat-y;
clear: both;

}



.holderIndex:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
	
   .holderIndex{display: inline-block;} 

    /* Hides from IE Mac \*/
    * html .holderIndex {height: 1%;}
       .holderIndex{display:block;}
    /* End Hack */ 

	


#banner {
width: 800px;
clear:both;

}

#blueHeader {
width:800px;
height:12px;
text-align: left;
background-color: #353385;
margin-top: 12px;

}
.topNavigation {

width: 760px;
background: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 28px;
text-align: left;

}

.topNavigation a {
	font-size: 11px;
	
}


#textBody {
width: 800px;

}



#footer {

clear: both;
margin: 0;
padding-top: 4px;
margin-top: 5px;
color: #fff;
background-color: #000;
border-top: 1px solid gray;
height: 20px;
text-align: center;
font-size: 60%;

}

#footerIn a:link, #footer a:visited
{
  color:#fff;
  background-color:transparent;
  text-decoration:none;
   }
   
#footerIn a:hover
     {
  color:#ccc;
  background-color:transparent;
  text-decoration:underline;
  }





.textBoxUpperIn {
text-align: left;
padding-left: 120px;

}
.textBoxLowerIn {
text-align: left;
padding-left: 120px;
min-height: 500px;
clear: both;

}


A {text-decoration: none;}


/* Navigation */

A {text-decoration: none;}


#footer a:link, #footer a:visited
{
  color:#ffffff;
  background-color:transparent;
  text-decoration:none;
  font-size: 100%;
   }
   
#footer a:hover
     {
  color:#ccc;
  background-color:transparent;
  text-decoration:underline;
  }



A {text-decoration: none;}

a:link, a:visited {
  color:#000000;
  background-color:transparent;
  font-weight:bold;
  text-decoration:none;
  }
a:hover {
  color:#824804;
  background-color:transparent;
  text-decoration:underline;
  }

/* additionals */

 
.brclear {
clear: both;
height:0;
margin:0;



}


.input_wide {width: 400px; font-size:12px;}

.input_small {width: 190px; font-size:12px;}

.input_vsmall {width: 100px; font-size:12px;}