/******************************/
/* background and auxiliaries */
/******************************/
body {
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #000098;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/*color: #666f74;*/
	color: #334d55;
}

/**************** White background *********/
#bkgdwhite {
	background-color: #ffffff;
}
.bkgdwhite {
	background-color: #ffffff;
}

/**************** Home picture in background so one can add modify text on the top of it *********/
#bkgdhome {
	background-color: #ffffff;
	background-image: url(../site_images/home.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/**************** Home picture in background so one can add modify text on the top of it *********/
#bkgdcurrissue {
	background-color: #ffffff;
	background-image: url(../images/current_issue/cover.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#flags {
	width:auto;
	height:auto;
	z-index:1;
	float: right;
}
#flags a:hover {
	background-color: #000098;		 /* #bbbbcd; */
}

/*************** Links global styles ****************/
a:link, a:visited, a:hover {
/*	padding: 6px 0px 6px 10px;*/
}
a:link {
	color: #000098;
	width: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-decoration: none;
}
a:visited {
	color: #000098;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #a6b3bb;		 /* #bbbbcd; */
}

a img {
	border: 0;
}

/*************************/
/* Main Menu Style Group */
/*************************/

/*********** #navBar link styles ***********/
#navBar {
	overflow: visible;
	background-color: #ffffff;
	width: 698px;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#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 #ced7de;
}

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

.submenu {
	font-size: 70%;
}
/*********** #sectionLinks styles ***********/
#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	background-color: #ced7de;
}
#sectionLinks a:link, #sectionLinks a:visited, #sectionLinks a:hover {
	padding: 6px 0px 6px 10px;
}
#sectionLinks a:link {
	color: #000098;
	width: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-decoration: none;
}
#sectionLinks a:visited {
	color: #000098;
	text-decoration: none;
}
#sectionLinks a:hover {
	color: #ffffff;
	background-color: #a6b3bb;		 /* #bbbbcd; */
}

.nolink {
	padding: 6px 0px 6px 10px;
}
/*********** #sectionSubLinks styles ***********/
#sectionSubLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color: #ced7de;
}
#sectionSubLinks a:link, #sectionSubLinks a:visited, #sectionSubLinks a:hover {
	padding: 1px 4px 1px 10px;
}
#sectionSubLinks a:link {
	color: #000098;
	width: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-decoration: none;
}
#sectionSubLinks a:visited {
	color: #000098;
	text-decoration: none;
}
#sectionSubLinks a:hover {
	color: #ffffff;
	background-color: #a6b3bb;		 /* #bbbbcd; */
}
/************************ selectedLink ***************/
#selectedLink {
	background-color: #000098;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#selectedLink li {
	border-bottom: 1px solid #000098;
	padding-left: 10px;
	color: #FFA300;
}

/* fix for browsers that don't need the hack */
html>body #selectedLink li {border-bottom: none;}
/********** End Main Menu Style Group *********************/

/*********** Misc ***********/
.yellowEdge {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffb242;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#main .thumbnail {
	padding: 10px 0 4px 0;
	text-align: center;
}
#main .thumbnail a img {
	border: 0;
	padding: 3px 6px 3px 6px;
}
#main .thumbnail a:hover {
	background-color: inherit;		 /* #bbbbcd; */
}
