

		body {
			background-color: #034FC0;
			background:url(../main_img/bg.gif);
			font-size:8px;
			line-height:1.6em;
	    	width: 9000px;
			}
			
div#pmenu a{
	width: 100%;
	height: 20px;
	display: block;
	color: #013a88;
	text-decoration: none;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 10px;
	padding-left: 10px;
	background-color: #95b7fe;
	margin: 1px;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #949494;
}
			
div#pmenu a:hover {
	text-decoration: none;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FC7316;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #005787;
			
		}
	
	
	
	div#MainText-left a{
	width: 100%;
	height: 25px;
	display: block;
	color: #FC7316;
	text-decoration: none;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 10px;
	padding-left: 10px;
	background-color: #EFEFEF;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #949494;
}
div#MainText-left a:hover {
	color: #FFFFFF;
	background-color: #FC7316;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #005787;
}


/* BODY AND CONTAINER */
		#text{

			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			line-height: 1.8em;
			
			font-size: 12px;
			
			color: #3165DF;
			background-color: #C7DCFC;
		}
		
		#container {
            width:975px;
			margin: 0 0 0 0;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			/* Lucida Grande for the Macs, Tahoma for the PCs 
			line-height: 1.6em;
			*/
			font-size: 10px;
			
			color: #3165DF;
			background-color: #C7DCFC;
			border: 4px solid  #4493FD;
		}
		
		#banner {
 
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			/* Lucida Grande for the Macs, Tahoma for the PCs 
			line-height: 1.6em;
			*/
			font-size: 10px;
			background-image: url(../main_img/header_bg.jpg);
			background-repeat:repeat-x;
			color: #3165DF;
			background-color: #C7DCFC;

		}


		#header {
			border-bottom: 4px solid #4493FD;
             background-image: url(../main_img/header_bg.jpg);  
            color:#CCCCCC;
			background-color: #95B7FE;
		}
		
		
	#left {
			
            font-size: 12px;
			clear: both;
			line-height:1.6em;

		/*	background-color:#95b7fe;*/
		}
		
		form {
			float:right;

			font-size: 8px;
			padding-right: 10px;
		}
		
		
		/* IMAGES 		*/
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #D1C9BE;
	  		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;
	  	}
		
		
		/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
            border-top: 1px solid #4493FD;
			padding: 0px 5px 0px 5px;
			text-align: center;
			font:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#013A88;
		}
		
		#footer p {
			color:#3165DF;
			padding: 5px;
		}
		
		#footer p a {
			color: #666666;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #003E9B;
		}

