
.title{
    overflow:auto;
    position:absolute;
    top:0;
    left:0px;
    background-color:#fff;
    /*padding: 0.1em 0.2em 0.1em 0.2em;
    *//*toprightbottomleft*/

		width: 760px;
    height:120px;
}

.title_mini{
    overflow:auto;
    position:absolute;
    top:80px;
    left:0px;
    background-color:#fff;
    padding: 0.1em 0.2em 0.1em 0.2em;
    /* top right bottom left */;
    background-position:left bottom;

		width: 760px;
    height:100px;
}

.menu{
 overflow:auto;
 position:absolute;
 top : 130px;
 left:0px;
 width : 200px;
 height : 150%;
 background-color:#fff;
 padding: 0.1em 0.2em 0.1em 0.2em; /* top right bottom left */

  margin-right : auto;
	width:200px;
  height:800px;
}

.menu p{
    font-size:1.1em;
    padding:0.3em 0.5em 0.3em 0.5em;
    /*toprightbottomleft*/
		background-color:#fff;
    /*green*/
		color:#fff;
    /* white */;
    background-image:url(index_menu.jpg);
    background-repeat:no-repeat;
    background-position:left;
}

.menu a:link{	
 text-decoration:none;
 font-weight:bold;
 color:#fff; 
/*		 background:#063; /* green */		*/
}	

.menu a:visited{	
 text-decoration:none;
 font-weight:bold;
 color:#fff; /* gray */
/*		 background:#063;		*/
}	

.menu a:active{	
 text-decoration:none;
 font-weight:bold;
 color:#fff;
/*		 background:#Ffc; /* cream */		*/
}	

.menu a:hover{	
 text-decoration:none;
 color:#433134;
/*		 background:#Ffc;		*/
}

.menu a.offsite{	
 text-decoration:none;
 font-weight:normal;
 color:#fff;
 background:#ffc;
}	

.main{
    overflow:auto;
    position:absolute;
    top:130px;
    left : 210px;
    width : 540px;
}

.main p{
    font-size:12pt;
}

.main h1{
    padding-top:10px;
    font-size: 1.5em;
    margin:0px;
    letter-spacing:0%;
}

.main h2{
    padding-top:0px;
 font-size: 1.4em;
    margin:0px;
}

.main hr{
    border-style:solid;
    border-width:2px;
    border-color:#747474;
    margin:0px;
}

.content h2{
 border-top:solid 2px #999;
 padding-top:5px;
}

/*.theme {
	border: solid 1px blue;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}*/

.main h3 {
	border: solid 0px white;
	font-size: 1.1em;
	text-align: center;
	background: blue;
	color: white;
}


