/* Hi Thief */

/* Body */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	width: 100%;
}
.indent {
   margin:0px 0px 0px 35px;
   padding: 0px;
}
p.hang {
  width: 22em;
  padding-left: 2em;
  text-indent: -2em;
}

#page {
	position: absolute;
	top: 0px;
	left: 2px;
	z-index: 2;
	height: 100%;
	width: 100%;
	overflow: auto;
}
#background{
   position:absolute; 
   z-index:1; 
   width:100%; 
   height:100%;
   top: 0px;
   left: 0px;
}
body{
   color : #000000; 
   font-size: 13px;
   font-family: Georgia;
}
.link a{
   color: #0143ff;
   background:#ffffff;
   font-family: georgia;
   font-size: 13px;
   line-height:150%;
   text-decoration:none;
   border-bottom: none;
}
.link a:hover{
   color: #000000;
   background:#ffffff;
   font-family: georgia;
   font-size: 13px;
   line-height:150%;
   text-decoration:none;
   border-bottom: none;
}


/* Headings */
h1{
   text-transform:lowercase;
   font-weight: normal;
   font-size: 50px;
   color : #000000;
   font-family: Georgia;
   z-index:130;
   padding: 20px 0px 20px 0px;
   margin-bottom: 30px;
   margin-top: 0px;
   border-bottom:1px solid #D8D8D8;
}
h2{
   font-family: georgia;
   margin-left:-15px;
   margin-right:-15px;
   margin-top:-5px;
   margin-bottom:5px;
   padding: 5px 0px 5px 13px;
   color:#000000;
   font-weight: bold;
   text-align: left;
   font-size: 16px;
   margin-bottom: 0px;
}
h3{
   font-family: Times New Roman;
   margin-left:-15px;
   margin-right:-15px;
   margin-top:10px;
   margin-bottom:5px;
   padding: 0px 0px 5px 35px;
   color:#000000;
   font-weight: bold;
   text-align: left;
   font-size: 14px;
   margin-bottom: 0px;
}


/* divs */
#textdiv{
   font-family: arial;
   font-size: 12px;
   color: #000000;
   position:absolute;
   top:0;
   left:0;
   z-index:50;
   overflow:auto;
   line-height:150%;
}
.white {
   z-index:80;
   position:relative;
   top:40px;
   left:20%;
   width:350px;
   padding-bottom:10px;
   padding-left:135px;
   background: white;
}
.white div{
   z-index:80;
   background:#ffffff;
   padding:15px;
}

/* Menu */
#menu{
   position: absolute;
   width:120px;
   top: 55px;
   left: 3%;
   background:#ddd;
   padding-top:1px;
   padding-bottom:1px;
   padding-left:0px;
   padding-right:0px;
}
#menu a{
   text-transform:lowercase;
   font-size:11px;
   border-bottom:0px
}
#menu a{
   display:block;
   height:20px;
   line-height:20px;
   text-decoration:none;
   color:#666;
   border-width:1px 0;
   margin-top:1px;
   background:#fff url(menu.gif);
   border-bottom:0px
}
#menu a.one:hover{
background-color:#c94500;
color:#fff
}
#menu a.two:hover{
background-color:#9bb302;
color:#fff
}
#menu a.three:hover{
background-color:#0dd4ec;
color:#fff
}
#menu a.four:hover{
background-color:#fcc70e;
color:#fff
}
#menu a.five:hover{
background-color:#e2389c;
color:#fff
}
ul,li{
padding:0;
margin:0;
border:0
}
ul{
list-style:none;
}
.menu ul li {
padding-left:15px;
background: white;
}
.hidden {
display:none;
}