/*pattern1.css*/
body {
	background-color: #ffcc66;
    color: #666666; font-family: Verdana, Helvetica, arial, sans-serif;
    font-size: 12px;
    margin: 0em;
		   }

p {        text-indent: 1cm;
		   font-size: .8em;
           text-align: justify;
           line-height: 1.5em;
		   }

h1 {       font-size: 1.2em;
           text-align: right;
           font-style: italic;
           letter-spacing: 5px;
		   }

h2 {       font-size: 1.1em;
           text-decoration: underline;
		   }
p.footer{
           font-size: .8em;
           text-align: center;
           font-weight: bold;}

a:link {   color: #666666;
           background-color: #cfd8e0;} 
a:visited{ color: #666666;
           background-color: #cfd8e0;}
a:hover {  background-color: #ffffcc ;
           color: #623bff;}
a:active{  background-color: #67849e;}

#header1{  background-color: #cfd8e0;
		   height: 5px; margin: 0em;
		  }  

#header{   border-top: 1px #800000 solid;
		   border-bottom: 1px #800000 solid;
           
           height: 70px;
		   }
#header2{  background-color: #cfd8e0;
		   height: 5px; margin: 0px;
		   }

#sting  { position: absolute; left: 15px; top: 15px; z-index: 7; font-size: 30px; font-weight: bold; color: #000088; font-family: Arial, georgia, times, serif;
         }

#sting2  { position: absolute; left: 16px; top: 17px; z-index: 3; font-size: 30px; font-weight: bold; color: #ffffff; font-family: Arial, georgia, times, serif;
		 }

		   
#main-content{
           background-color: #ffffff;
           border: 1px #929292 solid;
           margin-left: 165px;
           margin-right: 160px;
           margin-top: -35px;
           padding: 10px;
		   font-family: Verdana, Helvetica, arial, sans-serif;
    	   font-size: 12px;
		   }

#navbar {  position: absolute;
           left: 5px; top: 150px;
           width: 155px;
		   text-align: left;
           border: 1px #929292 solid;
		   font-weight: bold;
		   background-color: #ffffff;
		   }
#navbar2{  position: absolute;
           right: 3px; top: 102px;
		   width: 145px; height: 500px;
		   text-align: left;
		   background-color: #ffffff;
		   padding: 4px;
		   border: 1px #929292 solid; 
		   }
#navbar a:link, #navbar a:visited {display: block;
           color: #7e7e7e;
           background-color: #ffffff;
           border-bottom: solid 1px #000000;
           padding-bottom: 3px;
           padding-top: 3px;
           text-decoration: none;
		   }
		   
#navbar a:hover{background-color: #cccc33;
		   }
