#contentbox 
{
	text-align:left;
}

/* div that holds the whole thing */
#frontpagepanel 
{
	/*margin: 10px 0 0 20px;
	padding: 0; */
	margin-left: 21px;
	margin-top: 20px;
	width: 537px;
}

#frontpagepanel a:hover
{
  background-color: transparent;
  text-decoration: underline;
}

#frontpagepanel img
{
  border: 0px;
  margin-bottom: 5px;
}

#rightside
{
	float: right;
  width: 265px; 
}

.box
{
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  border: 1px solid black;
  width: 263px;
}

#rightside .box
{
  width: 263px;
}

.box a:link, a:visited
{
  text-decoration: none;
  font-size: 0.9em;
}

.box h1
{
  font-size: 0.8em;
  color: white;
  margin: 0px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  background-color: #ffffff;
  background-repeat: repeat-x;
  /* background-image: url(images/graygrad.gif);*/
}

.box p
{
   margin: 8px;
   font-size: 0.75em;
}


.box img
{
  margin-bottom: 0px;
}

.box ul
{
  margin-top: 3px;
  margin-bottom: 3px;
}

.box li
{
  line-height: 1.4;
}

.box ul, .box li
{
  margin: 0px;
  margin-left: 10px;
}
 
 

/*body>div .box ul, .box li
{
  margin-left: -10px;
} */

html>/**/body .box ul, html>/**/body .box li 
{
  /*Firefox and modern browser hack, ignored by IE7 and below */
	margin-left: -10px;
}


#frontpagepanel #iotdheader
{
  border: 0px;
  width: 265px;
  margin-bottom: 0px;
  background-color: #021CA4;
}

#frontpagepanel #iotdheader img
{
  border: 0px;
  margin: 0px;
}

#frontpagepanel #iotdheader h1
{
  background-color: #021CA4;
  background-image: url(/siteimages/bluegrad.gif);
  font-size: 0.9em;
}

#frontpagepanel #iotd
{
  border: 1px solid #021CA4;
  /*border: 0px;  1px solid #021CA4; */
  background-color: white; /* #021CA4; */
  color: #021CA4;
}

#frontpagepanel #iotd p
{
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	text-align: justify;
	/*font-weight: bold;  Unbold caption image of the day */
}


#iotd a:link, #iotd a:visited
{
	text-decoration: underline;
	font-weight: bold;
}


#frontpagepanel #iotd img
{
  margin: 0px;
  padding: 0px;
  /*border: 1px solid #021CA4;*/
}

/*#frontpagepanel #iotd h1
{
  background-color: #021CA4;
  background-image: url(/siteimages/bluegrad.gif);
  font-size: 0.9em;
} */

#frontpagepanel #facts
{
  border: 1px solid #3f3f3f;
  background-color: #eeeeee;
  color: #3f3f3f;
}

#frontpagepanel #facts h1
{
  background-color: #7B7B7B;
  background-image: url(/siteimages/graygrad.gif);
}

#rightside #newsheader
{
  background-color: #8C2711;
  border: 0px;
  width: 265px;
  margin-bottom: 0px;
}

#rightside #newsheader h1
{
  background-image: url(/siteimages/redgrad.gif);
  background-color: #932E18;
  /* font-size: 0.9em; */
}

#rightside #newsheader img
{
  border: 0px;
  margin: 0px;
}

#rightside #news
{
  border: 1px solid #8C2711;
  color: #8C2711;
  background-color: #ffffff;
}



#rightside #news a:link, #news a:visited
{
  color: #8C2711;
}

#rightside #numbers
{
  border: 1px solid #4C770B;
  color: #4C770B;
}

#rightside #numbers a:link, #numbers a:visited
{
  color: #4C770B;
}

#rightside #numbers h1
{
  background-color: #4C770B;
  background-image: url(/siteimages/greengrad.gif);
}

#rightside #programs
{
  border: 1px solid #5A0A7D;
  color: #5A0A7D;
}

#rightside #programs a:link, #programs a:visited
{
	color: #5A0A7D;
}

#rightside #programs h1
{
  background-color: #67178A;
  background-image: url(/siteimages/purplegrad.gif);
}

#rightside #travel
{
  border: 1px solid #9F8703;
  color: #9F8703;
}

#rightside #travel a:link, #travel a:visited
{
  color: #4D5309;
}

#rightside #travel h1
{
  background-color: #9C8503;
  background-image: url(/siteimages/orangegrad.gif);
}


/* ============================================== OLD STYLES */

/* styles for the side boxes */
#leftfeatures h1, #rightfeatures h1 {
	font-size: 90%;
	margin-top: 15px;
	text-align: center;
	}

#leftfeatures h2, #rightfeatures h2 {
	font-size: 75%;
	margin: 15px 8px 0px 8px;
	}
	
#leftfeatures p, #rightfeatures p {
	font-size: 70%;
	margin: 0px 8px 0px 8px;
	}

#leftfeatures a {
	text-decoration: none;
	color: #c08801;
}

#rightfeatures a {
	text-decoration: none;
	color: #3A558C;
}

#leftfeatures a:hover, #rightfeatures a:hover, #leftfeatures a:hover p, #rightfeatures a:hover p, #leftfeatures a:hover h2, #rightfeatures a:hover h2 {
	text-decoration: underline;
	background-color: transparent;
}
	
#leftfeatures, #rightfeatures {	
	width: 140px;
	text-align: left;
	padding-bottom: 10px;
	}

#leftfeatures {
	float:left;
	color: #c08801;
	margin-right: 0;
	}

#rightfeatures {
	float:right;
	color: #3A558C;
	margin-left: 0;
	}

/* styles for column down the middle */
#centercolumn {
	width: 248px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#centercolumn img {
	margin-top: 3px;
	}

#centercolumn img#coverphoto {
	margin-top: 0;
	}
	
/* ================================================================== */



#footer2 {
	clear: both;
	width: 547px;
	background: #f6f6f6;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
	border-top: 5px solid white;
	text-align: center;
}

#footer2 a {
	color: #777;
}

#footer2 p, #footer2 td {
	padding: 0;
	margin: 0;
	color: #777;
	font-size: 10px;
	text-align: center;
}

.translationdiv
{
  width: 246px; 
	text-align: center; 
	font-weight: bold; 
	font-size: 11px;
}

#footer3 {
	clear: both;
	width: 540px;
	background: white;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid white;
	
}

body
{
  font-size: medium;
}

body li
{
  font-size: small;
}

#scroll {
	color: #C00;
	
	font-weight: bold;
	padding-bottom: 5px;
}
