/* CSS definition file containing sitestyle stylesheets */

	body {
		text-align:center;
		background-image:url(images/background_master.jpg)
		}
	
	#frame {
		width:965px;
		margin: 0 auto;
/*		margin-right:0px;
		margin-left:0px;
		margin-top:0px;	*/
		padding:0px;
		}
		
	#contentleft {
		width:130px;
		padding:0px;
		float:left;
		}
	
	#contentcenter {
	font:100% Arial, Verdana, Helvetica, sans-serif;
	width:590px;
	padding:0px;
	margin-right:20px;
	margin-left:20px;
	float:left;
	text-align:justify;
		}
		
	#contentcenter h1 {
	font-size:180%;
	font-weight: normal;
	text-align:right;
	color:#FF9933;
	padding-bottom: 5px;
		}	
		
	#contentright {
		width:200px;
		padding:0px;
		float:left;
		}
	
	#contentheader {
		}
		
	p,h1,pre {
		margin:0px 0px 0px 0px;
		}
		
	h1 {
		font-size:14px;
		padding-top:5px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:0px;
		margin:0px;
		}
	
/* contact css */		
.style1 {color: #FFFFFF;}
.style2 {color: #FFFFFF; 
		 font-style:italic;
		}
.style3 {color: #FFFFFF; 
		 font-size:160%;
		}
.style4 {color: #FFFFFF;
		 font-size:140%;
		}
.style5 {color: #FFFFFF;
		 font-size:12px;
		}				
.style6 {color: #FF9900;
		 font-style: italic;
		 font-weight:100;
		 }
.style7 {color: #FF9900;
		 font-size:120%;
		 }		 
.style8 {color: #33CCFF;}
.style9 {color: #33CCFF;
		 font-size:12px;
		 font-style: italic;
		 }
.style10 {color: #FF9900;
		 font-size:150%;
		 }	
.style11 {font-size: 90%}
.style12 {color: #FF9900; 
		 font-weight:100;
		 }
.style13 {color: #FF9900}		 	 
a:link 	 {color:#33CCFF; text-decoration: none;}
a:visited {color:#FF9900; text-decoration: none;}
a:hover  {color:#66FF00;
		  text-decoration:underline;
		 }
a:active {color:#FFFFFF; text-decoration: none;} 

 			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						font-weight:normal;
						background-image:url(images/p1.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 130px;
						height: 24px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #000066;
						font-size: 12px;
						width: 130px;
						height: 24px;
						display: block;
						float: left;
						color: black; 
						}

			.cssnav img {width: 130px; height: 24px; border: 0; }
			* html a:hover {visibility:visible;
							text-decoration: none;
							}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						right: 0px;
						top: 0px;
						margin: 0px;
						padding: 4px;
						cursor:auto;
						width: 130px;
						height: 24px;
						color:#000066;
						text-align:right;
						text-decoration:none;
			}
			/* END OF NAVIGATION */
