﻿/* BODY AND CONTAINER */

		body {
			margin: 0 auto;
			border: 1px solid #000000;
			width: 900px;
			color: #695060;
			font-size: 11pt;
			}


		
/* GENERAL STYLES */

		h2 {
			font-family: Times New Roman, Arial Round, Arial;
			font-weight: Bold;
			font-size: 16px;
			padding-left: 5px;
			color: white;
			background-image: url(images/qq.gif);
            
		}		
		h3 {
			font-family: Times New Roman, Arial Round, Arial;
			font-weight: Bold;
			padding-left: 5px;
			font-size: 16px;
			color: white;
			background-image: url(images/qq1.gif);
            
		}			
		
	a {		
		color: blue;
		text-decoration: none;			
	}
	a:hover {
		color: red;
		text-decoration: underline;
	}

		ul{
           	margin-left: 1em;
        }
		
		
/* HEADER */

		#header {
            height: 100px;
			clear: both;
			margin: 0 ,auto;
			background-image: url(images/header3.gif);
			width : 900px;
		}	
                 

/* NAVIGATION */

#menu {
	height: 25px;
	margin: 0 auto;
	width: 900px;
    background: url(images/button3.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 180px;
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
	font-weight: bold;
	color: white;
    text-align: center;
}

#menu a:hover 
{  
    padding-top: 5px;
	color: RED;
	width:180px;
    height: 25px;
	
}
#menu1 {
			width: 200px;
	        padding-top:5px;

		}
	
		#menu1 li a {
			font-weight: bold;
  			font-Size:12px;
  			height: 20px;
			text-decoration: none;
			text-align: left;
			margin-top:2px;
		}	
	
		#menu1 li a:link, #menu1 li a:visited {
			color: Black;
			display: block;
			background:  url(images/hr.gif);
			padding: 4px 0 0 20px;

		}
	
		#menu1 li a:hover {
			color: red;
			background:  url(images/hr1.gif);
			padding: 4px 0 0 20px;
		}	

		#menu1 ul ol{
			list-style: none;
		}
#navLeft {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
img {
   	border: none;
} 

		
/* FOOTER */

		#footer {
			margin-top: 10px;
			clear: both;
			background:  url(images/bottom2.gif);
             height :30px;
			text-align: center;
		}
		


