/* basic.css*/
@import url(/styles/YearBookLevel2.css);
body {
background-color: white;
color: black;
font-family: verdana, arial, sans-serif;
font-size: 0.9em;
margin:0;
}

td{
font-family: verdana, arial, sans-serif;
font-size: 0.8em;
}

th{	
font-family: verdana, arial, sans-serif;
}

p {
font-family: verdana, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
font-family : verdana, arial, helvetica, sans-serif;
color: #0F5072;
}

h1{
font-size: 130%;
}

h2{
font-size: 120%;

}

h3{
font-size: 110%;
}

h4, h5, h6   {
font-size: 0.9em;
}

/*Backgrounds*/

.HeaderBG{
background-color:#49ACE0;
color: #0f5072;
background-image: url(/images/YearBook/headerbg.gif);
background-repeat: no-repeat;
border-bottom: 4px solid #0F5072;
}

.LBlueBg {
background-color: #B4D3E9;
padding: 10px;
line-height: 130%;
}

.LBlueBg strong{
color: #0F5072;
}
/*End Backgrounds*/


.WhiteText a, .WhiteText{
color:white;
text-decoration:none;
}

a {
color: #0F5072;
text-decoration:none;		
font-family: verdana, arial, sans-serif;
}

a:hover{
text-decoration:underline;
}

.HomeDate {
color:#0F5072;
padding: 6px 10px 6px 10px;
}

hr{
	height: 1px;
	color: #0F5072;
	width: 100%;
}

.NoFlash{
border: 1px solid #49ACE0;
background-color: #ECF4F9;
margin-left: 10px;
font-size: 0.8em;
padding: 10px;
width: 30em;
margin-bottom: 2em;
}

form{
padding:0;
margin:0;
}

input, textarea{
font-family: verdana, arial, sans-serif;
}

.MapBG{	
background-color: #ECF4F9;
text-align: center;
}

.PageCredit{
	color: #0F5072;
	text-align: right;
	margin: 10px 0 10px 0;
}

.AltCell{
	background-color: #ECF4F9;
}

/* Key Facts*/

#InternalKeyFacts .KeyfactsHeader h2{
	color: #0F5072;
	margin: 0;
	font-size: 1.1em;
}

#HomeKeyFacts{
	margin-top: 20px;
}

#HomeKeyFacts .KeyfactsHeader h2{
	color: white;
	margin: 0;
	font-size: 1.1em;
}

/* Navigation */
.TopNav{
	background-color: #B4D3E9;
	border-bottom: 2px solid #0F5072;
}

.TopNav td{
	border-left: 1px solid white;
	color: black;
	font-weight: bold;
	padding: 0 5px 2px 5px;
}

.TopNav a{
	color: black;	
}

.HomeLink, .HomeLink a{
	color: #0f5072;
	background-color: white;
	text-align: left;
	font-weight: normal;
}

h2.LHSHeader{
	font-size: 1em;
}

.FlashMap{
	margin-left: 8em;
}

.SpacerHeight{
	height: 350px;
}

.CountryButton{
	margin-left: 5px;
}

