/* CSS Document */
body {
      background-color: #ECECEC;
	  }
	  
#mainHolder{
width:800px;
margin: 50px auto 50px auto;
padding-top:50px;
padding-left:50px;
background-color:#FFFFFF;
}
	  
#navbar1 {
border-bottom-width:thin;
border-bottom-style:dotted;
border-bottom-color:#CCCCCC;
padding-bottom:5px;
width:750px;
font-family: Arial,Helvetica, sans-serif;
font-size:12px;
word-spacing:50px;
		 }
		 
a.menu {
padding-left:150px;
}

a.menus:link {
             text-decoration:underline;
             color:#99ccff;
			 font-size: 14px;
			 }
			 
			 
a.menus:hover {
             text-decoration:underline;
             color:#99ccff;
			 font-size: 14px;
			 } 

a.menus:visited {
             text-decoration:underline;
             color:#99ccff;
			 font-size: 14px;
			 }

#maintext {
padding-top:40px;
}
		 
a:link {
   text-decoration:none;
   color:#99CCFF;
   }
   
a:hover {
   text-decoration:underline;
   color:##99CCFF;
   }
 
a:visited {
   text-decoration:none;
   color:#99CCFF;
   }
		 
#left {
padding-top:10px;
padding-bottom:10px;
background-color:#FFFFFF;


}

#right {
padding-top:30px;
padding-left:30px;
padding-right:30px;
padding-bottom:30px;
background-color:#FFFFFF;
font-family:Arial,Helvetica, sans-serif;
font-size:12px;
word-spacing: 3px;
color:#666666;

}

		
#footer {
width:750px;
padding-bottom:10px;
border-top-width:thin;
border-top-style:dotted;
border-top-color:#CCCCCC;
font-family:Verdana,Arial,Helvetica, sans-serif;
font-size:9px;
color:#999999;
text-align:center;
}

a.bottom:link {
text-decoration:none;
color:#999999;

}


a.bottom:hover {
text-decoration:underline;
color:#999999;
}

a.bottom:visited {
text-decoration:none;
}


#search {
color:#999999;
font-size:8px;
}