/* CSS Document */

html, body {
    height: 100%;
	margin:0px;
	padding:0px;
	border:0px;
	min-width:900px;
	min-height:380px;
	
}

#container {
    min-height: 100%;
    height: auto;
	padding:0px;
	margin:0px;
	
}


/* Hack for IE */
* html #Content {
    height: 100%;
}
/* End IE Hack */

#navcontainer ul li
{
list-style-type: none;
line-height:30px;
/*height:32px;*/
padding: 0;
margin: 0;
/*display: block;*/
float: left;

font:"Times New Roman", Times, serif;
font-size:12px;
text-align: center;


}

#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
width: 90px;

}
.navbox{POSITION: absolute; LEFT: 240px; TOP:33px; padding:0px; margin:0px;}
html>body .navbox{TOP:17px;}

.titlebox{LEFT: 250px; WIDTH: auto; POSITION: absolute; TOP: 110px}
html>body .titlebox{ top: 93px;}


#navcontainer li#active { height:32px; background: url("images/buttonactive.jpg") 0px -32px; font-weight:normal; }
#navcontainer a:hover {
 height:32px; 
 background: url("images/button.jpg") 0px -32px; 
 }
 
 h1 {
 font:"Times New Roman", Times, serif;
 font-size:28px;
 color:#252A56;
 }
 
  h2 {
 font:"Times New Roman", Times, serif;
 font-size:16px;
 color:#252A56;
 }
 
 p {
 color:#252A56;
 }
 
 
   .min200px {
    height:10000px;
  }
  .prop {
    float:right;
    width:1px;
  }

 