/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:902px;/* for mozilla*/
	background-color: #3e3e3e;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:900px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
	background-color: #ffffff;
	background-image:url(../images/home_left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	width:900px;
	height:256px;
	color: #000000;
	z-index:100;
	background-image: url(../backgrounds/top_bg.jpg);
	background-repeat: no-repeat;
}
#leftheader {
	position:relative;/*ie needs this to show float */
	width:243px;
	float:left;
	text-align: center;
}
#menu {
	position:relative;/*ie needs this to show float */
	width:243px;
	float:left;
	text-align: center;
	margin-top:-2px;/*needed to make room for header*/
}

#rightheader{
	width:647px;
	float:right;
	padding-top:25px;/*needed to make room for header*/
	padding-right:10px;/*needed to make room for header*/
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #061c58;
}



#left {
	position:relative;/*ie needs this to show float */
	width:243px;
	float:left;
	padding-top:261px;/*needed to make room for header*/
	padding-bottom:130px;/* needed to make room for footer */
}

#flags {
	position:relative;/*ie needs this to show float */
	width:100px;
	float:right;
	text-align:right;
}

#left p {padding-left:0px;padding-right:0px}

#footer {
	width:900px;
	clear:both;
	height:30px;
	background-color: #3e3e3e;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}


#leftfooter {
	position:relative;/*ie needs this to show float */
	width:400px;
	float:left;
	text-align: left;
	padding-top:5px;
	padding-left:10px;/*needed to make room for header*/
}

#rightfooter{
	width:400px;
	float:right;
	padding-right:10px;/*needed to make room for header*/
	padding-top:5px;
	text-align: right;
}



* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:648px;
	float:right;
	padding-left:9px;
	padding-top:260px;
}
#centrecontent p {padding-left:0px}

#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */

#articlebox { margin-top : 0px;  background-color : #ffffff; border : 1px solid #ffffff; color:#000000; }

.articletext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; padding-left:4px; padding-right:4px;}

.titlebox {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	margin-bottom:10px;
	color : #ffffff;
	background-image: url(../backgrounds/orangebar.gif);
	height: 22px;}


#snippetbox {  padding-bottom:4px; color:#000000; }

.snippettext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; padding-left:4px; padding-right:4px;padding-bottom:5px;padding-top:10px;}

.snippettitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-right:2px;
	color : #ffffff;
	background-image: url(../backgrounds/bluebar.gif);
	padding-top:5px;
	padding-left:5px;
	height: 22px;
}
.bannertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-right:2px;
	color : #ffffff;
	background-image: url(../backgrounds/bluebar.gif);
	padding-top:5px;
	padding-left:5px;
	height: 22px;
	text-align:left;
}

a.snippetlink2 {  	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0089dc; }
a.snippetlink2:active 	{  	text-decoration: underline; 	 color: #0089dc; }
a.snippetlink2:visited 	{   text-decoration: none;	 color: #0089dc; 		}
a.snippetlink2:link 	{	text-decoration: none;	 color: #0089dc; 	}
a.snippetlink2:hover 	{  	text-decoration: underline;  color: #0089dc; }


a.snippetlink1 {  	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
a.snippetlink1:active 	{  	text-decoration: none; 	 color: #000000;}
a.snippetlink1:visited 	{   text-decoration: none;	 color: #000000;}
a.snippetlink1:link 	{	text-decoration: none;	 color: #000000;}
a.snippetlink1:hover 	{  	text-decoration: none;  color: #000000;}




