@charset "utf-8";
/* CSS Document */

/*Specify blanket rules for all elements*/
body{
	font-size:80%;



	font-family::`Luicida Grande','Verdadna,sans-serif;
	margin:10px;
	background-color:#FFc;
}

/* Container for all page content*/
#container{
	padding:10px;
	border:1px solid #000;
	background-color:#ff9;
}

/*Rules for headings */
h1{
	font-size:150%;
}
h2{
	font-size:180%;
	font-color:#00F;
	font-style:italic;
}
h3{
	font-size:150%;
	color#006;
	
}

h5{
	font-size:15px;

}
	p {
		clear:none;
		font-size:100%;
		line-height:150%;
	}
.floatbox{
	float:left;
	width:105px;
	height:150px;
	background-color:#999;
	border:1px solid #000;
}

.floatbox2{
	float:right;
	width:105px;
	height:150px;
	background-color:#999;
	border:1px solid #000;
}
.floatbox3{
	float:none;
	width:105px;
	height:150px;
	background-color:#999;
	border:1px solid #000;
}
.spacer{
	clear:left;
}
/*Container 1 holds all visible page elements*/
#container1{
	padding: 1px;
	border: 1px solid #000;
	position:relative;
	text-align:center;
	border-style:double;
	border-bottom-color:#006;
	border-bottom-width:thick;
	border-top-width:thick;
	border-right-width:thick;
	border-left-width:thick;
	background-color: #FFFF99;
	background-image: url(wcc_logo%5B1%5D.jpeg);
	background-repeat: no-repeat;
	background-position: 30px 20px;
	font-weight: bold;
	color: #006;
	direction: rtl;
	font-size: 16px;
	font-style: o;blique;
	text-transform: none;
}

/*styles for all default lists */
ul{
	float:left;
	list-style:none;
	margin:35px;
	padding:2px;
	border:1px solid #333;
	width:160px;
	font: bold "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font:12px;
	background: #9F9;
	}

li{


margin: 0;
padding: 2px 5px;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid #666;
border-bottom: 2px solid #aaa;
font:bold;
line-height:150%;
}

ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	padding: 2px 10px;
	text-decoration:none;
	background-color:#FFC
	
}

ul a:link {
	color: #000;
}

ul a:visited {
	color:#666;
}

ul a:hover {
	color:#F00;
	background:#FFF
}

ul a:active {
	color:#333;
}

/*Footer*/
#footer{
	padding:10px;
	border:1px solid #000;
	background-color:#FFC;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color:#006;
}
.Fonttype {
	font-family: MS Serif, New York, serif;
	color:#036;
}

