@charset "utf-8";
/* CSS Document */

body{font-family:Arial, Helvetica, sans-serif;
height: 100%;
background:#FFF;
}

h1 {font-size:26px;}
h2 {font-size:24px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:14px;}
h1,h2,h3,h4,h5,h6 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#container {
  min-height: 100%;
margin-bottom: -330px;
position: relative;	
	}
	
#wrapper {
	position:relative;
	width:1000px;
	margin:0 auto; 
	text-align:left; 
	border:0px;
	
	
}

#content {
	margin-top:20px;
	color:#000;
	margin-right:180px;
	margin-left:180px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	text-align: left;

}
#img{
padding:15px;	
}
/*header*/

#banner 
{

width:100%;
background:url(/images/2009Banner.jpg)no-repeat;
background-image:url(/images/2009Banner.jpg);
padding-top:0px;
padding-bottom:0px;
height:216px;

}
#header 
{

text-decoration:none;
color:#000;
padding: 0px;
font-size:25px;

}
#globe{
	border:0;
	margin: -29px;
	padding-left:35px;
	padding-right:30px;
	width:131 in;
	height:89 in;
	position:relative;
		z-index:1;
}

/*header end*/




/*top navigation*/

#topnav{

background-color:#587058;
height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align:inherit;
	padding:2px;
	color:#FFF;
	padding-left:125px;
	padding-right:30px;
	text-align:center;
}


#topnav a {
text-decoration:none;
text-align:center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 1px;
	margin-left: auto;
	padding: 5px;
	list-style:none;
	color:#FFF;
}
#topnav a:hover {
background-color:#d6e1bf;	
color:#000;
}



/*top navigation end*/
	
/*side navigation*/

	#NavHeading{
		clear: both;
		font-size:26px;
		border-bottom: solid #587058 medium ;
		padding-bottom:.50px;
		margin-bottom:1.5px;
		color:#000;
	}
#leftnav {
	margin-top:0px;
width:145px; 	
float:left;
background:url(/images/navBG.jpg) no-repeat ;
padding:10px;
height:100%;
margin-left:0px;

}
#leftnav ul  {
	width:150px; 
	list-style:none;
	display:block;
	text-align:left;
	padding:10px;

}
#leftnav li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}


#rightnav {
	margin-top:0px;
	background:url(/images/navBG.jpg) no-repeat ;	
	width:145px;
	padding:10px;
	float:right;
	height:100%;
}
#rightnav ul{
	list-style:none;
	text-align:left;
	display:block;
}


#rightnav li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}

#rightnav a {
	color:#000; text-decoration:none;font-weight:425;
}
#rightnav a:visited {
	color:#666; text-decoration:none;font-weight:425;
}
#rightnav a:hover {
	color:#000; font-weight:425;
	
		border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#587058;
}
#leftnav a {
	color:#000; text-decoration:none;font-weight:425;
}

#lefttnav a:visited {
	color:#666; text-decoration:none;font-weight:425;
}
#leftnav a:hover {
	color:#000; font-weight:425;
	
		border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#587058;
}
/*side navigation end*/
/*footer*/

#footer {
	text-align: center;
	background-color:#587058;
	color:#FFF;
	height: 21px;
	}
	#footertop {
	text-align: right;
	border-top-style:solid;
	border-top-width:thick;
	border-top-color:#587058;
	color:#000;
	height: 5px;
	vertical-align:middle;
	margin:.5em 0;
	padding:10px;
	margin-bottom::2px;
	
	}
	#footertop ul{
		list-style:none;
		display:inline;
		float:left;
		
	}
	#footertop li{
		text-align: center;
		list-style:none;
		display:inline;
		margin-right: 200px;
		
	}
	#footertop a{
		text-align: center;
		text-decoration:none;
		
		
	}
	.clearfooter {

clear: both;
}
#footer a:link,a:visited {
	position:relative;
	width:100%;
	margin-right: 20px;
	text-align: center;
	}
	
/*footer end*/
.red_text {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
