﻿/* BODY AND CONTAINER */

		body {
			background-image: url(backgd6.jpg);
			margin: 0 auto;
			border: 1px solid #000000;
			width: 900px;
			color:#696969;
			font-size: 11pt;
			}


		
/* GENERAL STYLES */
		
		a {
			text-decoration: none;
			color:#990000;
		}

		a:hover {
			color: red;
			text-decoration: none;
		}
		h2 {
			font-family:  Arial Round, Times New Roman,Arial;
			font-weight: Bold;
			font-size: 16px;
		}				
		ul{
           	margin-left: 2em;
        }
		
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
            height: 100px;
			clear: both;
			margin: 0 ,auto;
			background-image: url(images/header.gif);
			width : 900px;
		}	
                 

/* NAVIGATION */

#menu {
	height: 25px;
	margin: 0 auto;
	width: 900px;
    background: url(images/menu.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 223px;
	text-decoration: none;
	font-size: 14px;
	padding-top: 5px;
	font-weight: bold;
	color: white;
    text-align: center;

}

#menu a:hover 
{  
    height: 22px;
    width: 223px;
	color: black;
	text-decoration: underline;
	background: url(images/but8.jpg) repeat-x;
}
#menu1 {
			width: 200px;
	        padding-top:10px;

		}
	
		#menu1 li a {

			font-weight: bold;
  			voice-family: "\"}\""; 
  			voice-family: inherit;
  			font-Size:12px;
  			height: 22px;
			text-decoration: none;
			text-align: left;
		}	
	
		#menu1 li a:link, #menu1 li a:visited {
			color: #ff6600;
			display: block;
			background: url(images/but.gif) ;
			padding: 4px 0 0 30px;

		}
	
		#menu1 li a:hover {
			color: black;
			background: url(images/but1.gif);
			padding: 4px 0 0 30px;

		}	


		ul ol{
			list-style: none;


		}

img {
   	border: none;
} 

		

/* SIDEBAR */



/* FOOTER */

		#footer {
			margin-top: 10px;
			clear: both;
			background-color: #ffcc00;
             height :20px;
			text-align: center;
		}
		

