/***********************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #7F007F;
}

a{
	color: #7F007F;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 250%;
 color: #FFFF00;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #FFFF00;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #FFFF00;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	border-bottom: 1px solid #000000;
	background-color:#7F007F;
}

#navBar{
	float: right;
	position:relative;
	width: 15%;
	margin: 0px;
	padding:0px;
	padding-left:0px;
	padding-right:7px;
	font-size: 90%;
	background-color: #7F007F;
}

#country_side{
    float: left;
	position: relative;
	padding-right: 5px;
	font-size: 90%;
	color:#FFFFFF;
	width: 19%;
	background-color: #7F007F;
}

#country_side h3{
	padding: 10px 0px 2px 10px;
}

#country_side a {
	display: block;
	padding: 2px 0px 2px 5px;
	
}

#content{
	float: left;
	position: relative;
	width: 62.2%;
	height:1500px;
	padding-left: 3px;
	left:0%;
	bottom:0%;
	background-color:#FAFA4A;
}

#content a{	
	font-size:100%;
	}
	
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

#bookmark{
	position:relative;
	float:right;
	width:140px;
	}

#write_up a {
	font-size:100%;
}

#write_up a:hover {
	color:#7F007F;
}
/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
color: #CCCC66;
background-color:#7F007F;
border:2px;
border-color: #000000;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color:#FFFFFF
}

#globalNav a:hover {
	color:#7F007F;
	background:#FAFA4A;
}
/************* #bottom links styles ***************/

#links{
	clear: both;
	position: absolute;
	font-size: 90%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	background-color: #7F007F;
	border-top: 1px;
	border-top-color:#000000;
	left: 19%;
	top: 1597px;
	width: 61.3%;
}

#links a {
	color:#FFFFFF;
	font-size:90%;
}

#links a:hover {
	color:#7F007F;
	background:#FAFA4A;
}

#links2{
	clear: both;
	position: absolute;
	font-size: 90%;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	background-color: #FAFA4A;
	border-top: 1px;
	border-top-color:#000000;
	left: 19.6%;
	top: 1570px;
	width: 61.3%;
}
#links2 a{	
	font-size:90%;
	font-weight:bold;
	}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #FFFFFF;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#countries {
	border:#CC0000;
}

#countries a {
	color:#FFFFFF;
}

#countries a:hover {
	color:#7F007F;
	background:#FAFA4A;
}
/*********** #table styles ***********/

table.sample {
	width:99%;
	font-size:80%;
	border-width: 1px;
	border-style: solid;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: red;
	background-color: white;
}
table.sample td {
	border-width: 3px;
	padding: 5px;
	font-size:90%;
	border-style: solid;
	border-color: red;
	background-color: #FAFA4A;
}
.sample th a {
	font-size:120%;
	font-weight:bold;
}

table.header {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.header th {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: black;
}

table.rss {
	width:99%;
	font-size:85%;
	border-width: 1px;
	border-style: solid;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}
table.rss th {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: red;
	background-color: white;
}
table.rss td {
	border-width: 3px;
	padding: 5px;
	font-size:85%;
	border-style: solid;
	border-color: red;
	background-color: #FAFA4A;
}
.style1 {font-weight: bold}
.style2 {color: #0000FF; font-weight: bold; font-size: 120%;}
.style3 {font-weight: bold}
.style4 {font-weight: bold}
.style5 {font-size: 90%}
.style6 {font-size: 90%}
.style8 {font-size: 12px}
.style9 {color: #0000FF}
.style10 {color: #000000}
.style11 {font-size: 80%}


.bookmark {
	margin: 0px;
	padding: 0px;
}
