/* set a level playing field */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100.01%;
	margin: 10px;
}


html {height:100%}
body {min-height:101%}

#banner {
	background-image:  url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	font-size: 150%;	
	padding-top: 25px; /* distance of text from top of banner */
	
}
#banner h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 40px;
	font-size: 21px;	
	font-weight: bold;	
	float: right;
	color: #000;
}


#banner img {
	padding: 12px 10px;
	
}


/* start of main content*/

#main-content {
	background-color: #fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0;
	padding: 0 10px 10px 15px;
	color:#666;
	text-align: justify;
	
}

#main-content p{
	
	padding-top: 5px;
	padding-bottom: 7px;
}



#main-content  h1 {
	padding: 15px 10px 10px 0;
	margin-top: 20px;
	font-size: 140%;
	color: #000040;
}

#main-content  h2 {
	padding: 0 10px 10px 0;
	margin-top: 10px;
	font-size: 100%;
	color: #fff;
}




#main-content a {
	text-decoration: underline;
	color: #000;
	}

#main-content a:hover, a:active, a:focus {
	color: #000;
	text-decoration: underline;
	letter-spacing: 0.01px;
	}
	
/* end of main content*/




/* start of countries*/

#countries {
	width: 150px;
	background-color: #99CCFF;	
	background-image: url(../images/bg-columns.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin-top: 0;
	padding: 20px 10px 15px 10px;
	color:#fff;
	text-align: left;
	float: left;
	

}


#countries  h1 {
	padding: 15px 10px 10px 0;
	margin-top: 20px;
	font-size: 140%;
	color: #fff;
}


#countries h2 {
	padding: 0 10px 10px 0;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #fff;
	
}



#countries a {
	text-decoration: none;
	color: #fff;
	line-height: 1.750;	
	
	}

#countries a:hover, a:active, a:focus {
	color: #FF8040;
	text-decoration: underline;
	letter-spacing: 0.01px;
	
	
	
	}

/* end of countries*/

	
/* start of right column css */

#right-column-content {
	width: 150px;
	background-color: #99CCFF;	
	background-image: url(../images/bg-columns.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0;
	padding: 20px 6px 15px 8px;
	color:#fff;
	text-align: left;
	float: right;
	
	
}

#right-column-content h1 {
	padding: 15px 10px 10px 0;
	margin-top: 20px;
	font-size: 140%;
	color: #fff;
}


#right-column-content h2 {
	padding: 0 10px 10px 0;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #fff;
}



#right-column-content a {
	text-decoration: underline;
	color: #fff;
	}

#right-column-content a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: underline;
	letter-spacing: 0.01px;
	}
	
	
.rightPic {
	width: 150px;
	text-align: center;
	border: 1px solid #fff;/*add a border*/
	display: inline;
	
}

/* end of right column css*/

/*align images to the left in the content area*/

.left {
	float: left; 
	border: 1px solid #fff;/*add a border*/
	margin: 0 3px 5px 2px;/*set the margins*/
	display: inline;
}


/*align images to the right in the content area*/

.right {
	float: right;/*float to the right*/
	border: 1px solid #4a3200;/*add a border*/
	margin: 5px 4px 8px 4px;/*set the margins*/
	display: inline;
	border: 1px solid #fff;/*add a border*/
}


#footerLinks{
	width:auto;	
	font-family: Verdana,Arial,sans-serif;
	clear: both;
	font-size: 65%;
	background-color:#000040;
	color: #ccc;
	padding: 5px 5px 5px 0;
	text-align: right;
		
}

#footerLinks img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#footerLinks a {
	text-decoration: none;
	color: #999;
	}

#footerLinks a:hover, #footerLinks a:active, #footerLinks a:focus {

	color: #999;
	text-decoration: underline;
	letter-spacing: 0.01px;
	}

/* copyright styles */

#copyright{
	width:auto;	
	font-family: Verdana,Arial,sans-serif;
	font-weight:normal;
	clear: both;
	font-size: 60%;
	color: #ccc;
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color:#000040;
		
}
/* end of copyright styles */