/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
    text-align: center; /* IE centering */
    font-family: Arial, Helvetica, sans-serif;
	background-color:#A7A157;
}

body, font {
    font-size: 11px;    /* Override FCK's font sizing scheme */
}


* { /* ZERO DEFAULTS */
    margin:0px;
    padding:0px;
}

li { margin-left:30px; list-style-type:disc;}

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
a{font-family: Arial, Helvetica, sans-serif; font-weight:bold;}
/* PAGE WIDTH AND CENTERING */
#wrapper {
    text-align: left; /* fix for IE centering */
    margin: 0px auto; /* none-IE centering */
    width: 800px;	
	background-color:#2B3D3F;
}
#header{
	background:url(/images/header_bkg.jpg) repeat-x top left;
	height:117px;
	width:100%;
}
#logo{
	width:417px;
	height:77px;
	margin-top:4px;
	float:left;
}
#nav_links{
	float:left;
	width:100%;
	margin-top:2px;
	height:32px;
	overflow:hidden;
}
#nav_links a{
	display:block;
	line-height:32px;
	height:32px;
	font-size:14px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;	
	border-right:1px solid #000000;
	padding:0px 17px;
}
#nav_links a.home{padding:0px 19px 0px 20px; border-left:1px solid #000000;}
#nav_links a:hover{background-color:#1A1E4E;}
#banner{
	width:800px; 
	overflow:hidden;
	padding:5px 0px;
	border-bottom:2px solid #000000;	
}
#banner img{float:left;}
#content{
	background:url(/images/content_bkg.jpg) repeat-y top left;
	float:left;
	width:800px;
	border-bottom:2px solid #000000;	
}
#bottom_globe{
	background:url(/images/bottomGlobeBKG.jpg) no-repeat bottom left;
	width:800px;
	float:left;
}
#content_left{
	width:537px; 
	float:left;
	margin:20px 0px 10px 27px;
}
#content_left h1, #content_left h2, #content_left h3{
	font:Arial, Helvetica, sans-serif; 

	display:block; 
	margin:10px;
}
#content_left h1{
	font-size:24px;
	margin-left:0px;
}
#content_left h2{
	font-size:16px;
	margin-left:5px;
}
#content_left h3{
	font-size:14px;
	margin-left:10px;

}
#content_left p{
	display:block;
	margin:10px 0px 10px 15px;
}
#content_left ul{margin-left:15px;}
#content_left ol{margin-left:15px;}
#content_left a{color:#000000;}
#content_left img{padding:5px;}
#content_right{
	float:left;
	margin:20px 0px 261px 58px;
	width:160px;
	color:#87874D;
	font-size:12px;
}
#content_right h1, #content_right h2, #content_right h3{
	color:#FFFFFF;
	font-size:14px;
	margin:8px 0px;
}
#content_right a{
	color:#E3E35E;
	font-weight:normal;
}
#footer{
	background:url(/images/footer_bkg.jpg) repeat-x top left #FFFFFF;
	float:left;
	width:800px;
	height:35px;
	font-size:12px;
	font-weight:bold;
}
#footer_left{float:left; margin-left:25px; height:35px; line-height:35px; width:525px; overflow:hidden;}
#footer_right{float:right; margin-right:25px; height:35px; line-height:35px; width:200px;}
#footer_right a{color:#000000;}