@charset "UTF-8";

body {background-color: #eeeeee;
      font-family: Tahoma, Arial, "Microsoft sans-serif", sans-serif;}

#layout {border: solid #006789 2px;
         width: 800px; }
				 
#header {background-color: #006789; 
         width: 800px; }
				 
#menu {background-color: white;
       border: solid #b9d2e3 1px;
       font-size: 80%; 
       min-height: 20px;
       padding: 2px;
       text-align: right; 
       width: 798px; }
				 
#sidebar {background-color: #006789; 
          background-image: url(../images/sidebar_new.gif); 
          background-position: top left; 
          background-repeat: no-repeat; 
          border-top: solid #006789 1px;
					color: red;
          font-weight: bold; 
          height: 382px;
          padding: 5px;
          vertical-align: top;
          width: 220px; }
					
#page {background-color: #ffffff;
       border-top: solid #006789 1px;
       font-size: 80%;  
       padding: 1px;
       vertical-align: top; 
       width: 578px; }
			 
#feature {background-color: #006789; 
          background-image: url(../images/feature.gif); 
          background-position: center left;
          color: white; 
          float: left; 
          min-height: 60px; 
          padding: 10px; 
          width: 558px; }
					
#contact {background-color: #006789;
          color: #ffffff;
          font-size: 75%; 
          padding: 3px; 
          vertical-align: bottom;
          width: 214px; }


a:link {color: #006789; text-decoration: underline}
a:visited {color: #006789; text-decoration: underline}
a:active {color: #006789; text-decoration: underline}
a:hover {color: #006789; text-decoration: underline}

a.fl:link {color: #ffffff; text-decoration: underline}
a.fl:visited {color: #ffffff; text-decoration: underline}
a.fl:active {color: #ffffff; text-decoration: underline}
a.fl:hover {color: #ffffff; text-decoration: underline}
				
a.il:link {color: red; text-decoration: underline}
a.il:visited {color: red; text-decoration: underline}
a.il:active {color: red; text-decoration: underline}
a.il:hover {color: red; text-decoration: underline}
			 
h3 {color: #006789;}

img.floatleft {float: left;
               padding: 5px;}

.highlight {color: #808080;
             font-weight: bold}
						 
.it {color: #400080;}
							 
.more {text-align: right;}

.s {text-align: right;}

/* File ends */