body{
 padding:0px;
 padding-top:10px;
 margin:0px;
 font-size:12px;
 background-color:black;
 font-family: Verdana, Geneva, sans-serif;
}

a img{
 border:1px solid #202020;
}
a img:hover{
 border:1px solid #00A3C9;
}

h2{
 font-size:1.2em;
}

a{
text-decoration:none;
}
#container{
 margin:0 auto;
 width:600px;
}

#head{
 background-image:url('/_images/home01.png');
 width:600px;
 height:240px;
}

div.navigation{
 padding-top:216px;
 font-size:100%;
}

div.navigation a{
 color:#D06934;
 padding-left:28px;
 padding-right:10px;
}

div.navigation a:link{}

div.navigation a:visited{}

div.navigation a:hover{
 text-decoration: underline;
 color:#00A3C9;
}

div.navigation a.selected{
 color:#00A3C9;
}

#rail a.selected{
 color:#00A3C9;
}

#content{
 font-size:.9em;
 width:457px;
 color:#202020;
 border-left:143px solid #b4b4b4;
 margin-left:-130px;
 float:right;
 background-color:#b4b4b4;
 min-height:28em;
 height:auto;
}

#content .padding{
 padding:0px;
 padding-left:0px;
 padding-right:40px;
 padding-bottom:40px;
}
/* for Internet Explorer */
/*\*/
* html .container {
 height: 28em;
}

* html #content {
 height:28em;
 padding-top:10px;
 padding-bottom:10px;
 
}

#content h2{
 padding-top:5px;
 font-size:1.4em;
 font-weight:bold;
}

#content p{
 font-family: Verdana, Geneva, sans-serif;
 line-height: 1.4em;
 text-align:justify;
 }

#content strong{

}

#content a{
 color:#202020;
 text-decoration:underline;
}

#content a:hover{
 color:#00A3C9;
}

#rail{
 width:130px;
 float:left;
 color:#202020;
 background-color:#b4b4b4;
}

#rail .padding{
 padding: 7px 0px 7px 28px ;
}

#rail a{
 color:#202020;
 font-size:.9em;
 font-weight:bold;
}

#rail a:hover{
 text-decoration: underline;
 color:#00A3C9;
}

/* for Internet Explorer */
/*\*/
* html hr {
 margin-bottom:-6px;
} 

hr {
 overflow:hidden;
 height: 0px;
 border-style: dashed;
 border-width: 1px 0 0 0;
 border-color: #202020;
 width:100%;
 margin:0px;
 margin:10px 0px 2px 0px ;
}

#footer{
 clear:both;
 width:600px;
 height:21px;
 background-color:#202020;
 color:#00A3C9; // blue
}

#footer	a{
 color:#00A3C9; // blue
}

#copyright{
 margin-top:5px;
 clear:both;
 width:600px;
 height:21px;
 color:#222;
 text-align:center;
}


#breadcrumbs{
 float:left;
 width:270px;
 font-size:.9em;
 margin-top:2px;
 padding-left:28px;
 text-align:left;
}

#contact{
 float:left;
 width:270px;
 font-size:.9em;
 margin-top:2px;
 padding-right:28px;
 text-align:right;
}

div #off{
 border:1px yellow solid;
}
