 body {
	padding: 0;
	margin: 0;
	background: #fffffe;
	font-size: 14px;
	font-family: Arial, sans-serif;
	/* [disabled]text-align: center; */
            }
 
 img{border:none}

.style1 {
	font-family: Centaur;
	font-size: 22px;
	font-style: bold;		
	font-weight: bold;
	color: #295ab0;
}
.style2 {
	font-family: Centaur;
	font-size: 20px;
	
}
.style3 {
	font-family: Centaur;
	font-size: 18px;
	font-style:italic;	
	font-weight: bold; 
	color: #0033CC;
}
.style4 {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {
	font-family: Calibri;
	font-size: 18px;	
}
.style6 {
	font-family: Centaur;
	font-size: 17px;	
	font-weight: bold;
	color: #003366;
}
.style7 {
	font-family: Centaur;
	font-size: 18px;
	font-weight: bold; 
	color: #0033CC;
}
.style8 {
	font-family: Centaur;
	font-size: 19px;
	font-style: bold;	
	font-weight: bold;
	color: #295ab0;
}
.style9 {
	color: #0099FF
	
}
.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: bold;		
	font-weight: bold;
	color: #295ab0;
}
.style11 {
	font-family: Centaur;
	font-size: 18px;
	font-style:italic;	
	font-weight: bold; 
	color: #0033CC;
}
.style12 {
	font-family: Centaur;
	font-size: 20px;
	font-style: bold;	
	font-weight: bold;
	color: #295ab0;
}
.style13 {
	font-family: Arial;
	font-size: 14px;	
	font-weight: bold;
	color: #9C7EF5;
}
.style14 {
	font-family: Centaur;
	font-size: 18px;
}
.style15 {
	font-family: Arial;
	font-size: 13px;	
	font-weight: bold;
	color: #003366;
}

.style17 {
	font-family: Centaur;
	font-size: 18px;
	font-style: bold;		
	font-weight: bold;
	color: #295ab0;
}
.style18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;	
	font-weight: bold;
	color: #9C7EF5;
}
.style19 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #83c7c0;
}
.style32 {
	font-family: "Courier New", Courier, mono
}
.style36 {
	font-family: Calibri;
	font-size: 16px;
}
.style37 {
	color: #0099FF;
	font-size: 20px;
	font-weight: bold;
}
/* Horizantal Menu Navigation Starts here*/

#menu {font-size:1em; height: 25px;}


 #menu li {
                display: inline;
                list-style: none;
               	padding: 0;
		  }
            
            #menu li a {
                
                border: 3px solid white;
                text-decoration: none;
                color:black;
				background: #F6DEEE;	
				 height:25px;

               font-family: Georgia, "Times New Roman", Times, serif;
			   
            }
            
            #menu li a:hover {
                color: white;
               background: #829bcd;		
            }

            
/* Horizantal Menu Navigation Ends here*/


/* Vertical Menu Navigation Starts here*/

#navigation {font-size:0.9em; width:200px; font-family:Georgia, "Times New Roman", Times, serif;}
#navigation ul {margin:0px; padding:0px;}
#navigation li {list-style: none;} 

ul.top-level {background:#F6DEEE;}
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 2px;
}

#navigation a {
 color: black;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
color: #fff;
background: #829bcd;
 text-decoration:none;
}

/* Vertical Menu Navigation Ends here*/

/* Sample start */
/*  111111111111111111111111111 */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a:hover
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#nav-menu li a
{
background: url(background.gif) #fff top right repeat-x;
height: 2em;
line-height: 2em;
float: right;
width: 9em;
display: block;
text-indent: .5em;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
font-size:0.9em;
width:30em
} 

/*  111111111111111111111111111 */
/*  222222222222222222222222222 */
#nav {    
 float: left;    
  width: 280px;     
  border-top: 1px solid #999;    
   border-right: 1px solid #999;    
    border-left: 1px solid #999;
	 } 
	 
#nav li a {    
 display: block;   
 padding: 10px 15px;     
 background: #ccc;     
 border-top: 1px solid #eee;     
 border-bottom: 1px solid #999;     
 text-decoration: none;     
 color: #000; 
 } 
 
 #nav li a:hover, #nav li a.active {     
 background: #999;     
 color: #fff; 
 } 
 
 #nav li ul {     
 display: none; // used to hide sub-menus 
 } 
 
 #nav li ul li a {     
 padding: 10px 25px;     
 background: #ececec;     
 border-bottom: 1px dotted #ccc; 
 }
/*  222222222222222222222222222 */

/* 333333333333333333333333333 */


            
            
            #wrap {
                width: 970px;
                margin-left: auto;
                margin-right: auto;
            }
            
            
            
            
            /* Menu Start Here */
            
            #menu li {
                display: inline;
                list-style: none;
                padding: 0;
            }
            
            #menu li a {
                
                border: 1px solid white;
                padding: 10px 15px 10px 15px;
                text-decoration: none;
                color:black;
                margin-left: -5px;
                /* This is the background used for the animation */
                background-image: url('image1.jpg');
                /* Align the image position to the left of the a */
                background-position: left;
                -webkit-transition: all 0.8s ease-in-out;
                /* Animation with transition in Firefox (No supported Yet) */
                -moz-transition: all 0.8s ease-in-out;
                /* Animation with transition in Opera (No supported Yet)*/
                -o-transition: all 0.8s ease-in-out;
            }
            
            #menu li a:hover {
                color: white;
                /* Align the image position of the background to the right*/
                background-position:right;
            }
			
/* 33333333333333333333333333 */

/* Sample End */
