/* Resource page attributes: evenatualy move into the main Style sheet */
body {
   	background : #999999 url(../graphics/bgroundfade.gif) top left repeat-x ;
	margin:0 auto;
	padding:0px;
	font-family:"verdana", "arial", "helvetica", "sans-serif";
	font-size: 10pt; 
	line-height: 115%;
	text-align:center;
	}
	
 A:link {
	color: #838485;
	/*text-decoration: none;*/
	}
 A:visited {
	color: #838485;
	/*text-decoration: none;*/
	}
A:active {
	color: #000;
	/*text-decoration: none;*/
	}
 A:hover {
	color: #000;
	/*text-decoration: none;*/
	}
	
	
p{	margin:5 0;
	line-height: 125%;
}

h1{
/*color:#014B52;
background-color:#C0D3D9;*/
font-size: 130%;
margin:10px 0 10px 0;
padding-bottom:5;
border-bottom: solid #336666 1px;
}

h2{
	/*backgorund image for underline */
	font-size: 115%;
	font-weight: bold;
	text-align:left;
	margin:15 0 5 0;
	padding-bottom:5;
	border-bottom: solid #336666 1px;
}
h3{
	/*backgorund image for underline */
	font-size: 90%;
	font-weight: bold;
	text-align:left;
	margin:15 0 5 0;
	
}


 ul {
	margin: 0, 0, 10,0; 
	padding: 0;}

 li {list-style:disc inside;
	line-height: 120%;
	margin: 0 0 5 0;
	padding:1px 2px;
	}
.noList {list-style:none outside;
	line-height: 120%;
	margin: 0 0 5 0;
	padding:1px 2px;}

.error {color:red;}

caption {
	/*backgorund image for underline */
	font-size: 80%;
	font-weight: bold;
	text-align:left;
	margin:5 0;
}

label {
	color:#014B52;
	font:bold 80%;
	width:100px;
	vertical-align:top;
}


table{margin:10 0; 
width:95%; 
/*border: solid #eeeeee 1px;*/
}
th {background: #eeeeee url(../graphics/buttonFade.gif);
	font-size:80%;
	color:#fff;
	/*border: solid #eeeeee 1px;*/
	}
	}
tr {}
td {font-size:80%;
	background-color: #E8E3C2;
	/*border: solid #eeeeee 1px;*/
	}

.colorRow{background: #eeeeee;}

/* Main div to set the max width of the page */
#wrapper {
	margin:1% auto;
	background-color:#ffffff;
	width: 955px;
	border: solid #7D8273 1px;
	}


form{margin: 0;}
.button{
	color: #000000;
	background: #eeeeee;
	border: solid #666666 1px; 
	margin: 2px 2px;
	padding:1px;

}

#topImage {
	background: #000000 url(../graphics/header.gif) top left no-repeat ;
	margin:0 0 5 0;
	width: 100%px;
	height: 150px;
	border-bottom:solid #7D8273 1px;
}

.countryNav {
margin-right:50px;
}

.countryNav a  {
	float:right;
	width:55px;
	margin-top:130px;
	padding:0px 32px 0px 15px;
	color: white;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	background:  url(../graphics/linkIcon.gif) no-repeat ;
}

.countryNav a:visited{color:white;}
.countryNav a:hover{color:#FC6307; background:  url(../graphics/linkIconHover.gif) no-repeat ;}

/* left bar holder */
.colA {
	float:left;
	margin:0% 1%;
	width: 15%;
	text-align: left;
	font-size: 90%;
	}
	
.colA ul {
	margin: 0; 
	padding: 0;}

.colA li {
	list-style:none outside;
	line-height: 120%;
	width: 95%;
	background: #eeeeee url(../graphics/buttonFade.gif);
	/*border: solid #cccccc 1px; */
	margin: 0 0 5 0;
	padding:1px 2px;
	}

.colA A {
	color: #fff;
	text-decoration: none;
	background:  url(../graphics/linkIcon.gif) no-repeat ;
	padding-left:15px;
	}
.colA A:visited {
	color: #fff; 
	text-decoration: none;
	background:  url(../graphics/linkIcon.gif) no-repeat ;
	padding-left:15px;

	}
.colA A:active {
	color: #999999;
	text-decoration: none;
	background:  url(../graphics/linkIconHover.gif) no-repeat ;
	padding-left:15px;
	}
.colA A:hover {
	color: #000000;
	/*background: #FF0033;*/
	text-decoration: none;
	background:  url(../graphics/linkIconHover.gif) no-repeat ;
	padding-left:15px;
	}
	

/* Divs to display the central content */
#colsBC {
	float:right;
	/*border: solid #999999 1px; */
	margin:2%% 1%;
	width: 79%;
	padding: 5px;
	/* background: url(graphics/BoxBG.gif);*/
	text-align: left;
	line-height: 100%;
	}

#colB{
	float:left;
	width:60%;
	}

#colC{
	float:right;
	width:35%;
	}


#homeImage1 {
	background: url(../graphics/home1.jpg) no-repeat top left;
	width: 200px;
	height: 199px ;
	border: solid #000000 1px;
	float: right;
	right:0px;
	margin:1%;
	padding:0px 0px;
	}

#footerLogo {
	background:#ffffff url(../graphics/footer.gif) no-repeat top center;
	width: 100%;
	height: 53px ;

	/*border: solid #000000 1px;*/
	}


