/* CSS Document */
body {
     font-size:100%;
	 }
 h1 {
      font-size:160%;
      color:#000;
	  background-color:#ccc;
 } 
 
 h2 {
     font-size:130%;
     color:#000;
	 background-color:#ccc;
 } 
 
 h3 {
     font-size:110%;
     color:#000;
	 background-color:#ccc;
	 }
  h4 {
     font-size:100%;
     color:#000;
	 background-color:#ccc;
	 }	 
.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: justify;
}
#header { width: 100%;
          color: #000000; 
          background-color: #cccccc; 
          font-size: 160%;
}

#left-side { float: left;
           width: 16%; 
           font-size: 100%; 
           color: #000000; 
           background-color: #fff;
}

#right-side { float:right;
             width: 16%; 
             font-size: 100%; 
             color: #000000; 
             background-color: #fff;
}

#center {float:left;
         width: 66%; 
         color: #000000; 
         font-size: 100%; 
         background-color: #ffffff;
}

#footer { clear: both;
          color: #000000; 
          background: #ccc; 
          font-size: 11px;
}

.navbar ul {
padding:0;
margin:0;
list-style-type:none;}

.navbar li {
list-style-type: none;
display: inline;
font-size:12px;
font-variant:small-caps;
font-weight:bold;}

.navbar li a {
text-decoration:none;
padding:0.2em 0.6em;
border-right:1px solid #999;}

.navbar li a:link {
color:#000099;
background:#FFFFFF;}

.navbar li a:visited {
color: #CC33FF;
background:#FFFFFF;}

.navbar li a:hover {
background:#CCCCCC;
color:#2F4F4F;}

.navleft {
    font-family: Arial, Vedanta, sans-serif;
	text-decoration: none;
}
.navleft a {
    text-decoration: none;
	font-size: 100%;
	font-variant:small-caps;
	font-weight:bold;
	color: #000099;
	}
.navleft a:hover {
	color:#990000;
	 }
	 
.navleft ul {
     width:100%;
     padding:0;
     margin:0;
     list-style-type:none;
     }
.navleft li {
    list-style-type: none;
	line-height: 25px;
	text-align:center;
}
