body {
	font-family : Arial, Helvetica, sans-serif;
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", 'Lucinda Sans', Verdana, Geneva, sans-serif; */
	color : #222222;
	font-size:13px;
	line-height: 1.3em;
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f8f8f8;
	/* background-image:url(/images/bg-texture.gif);  */
}
#header {
	width: 100%;
	overflow: hidden;
	background-color: #003399;
}
#header_content {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#subheader {
	width: 100%;
	background-color: #003399; 
	overflow: hidden;
}
#subheader_content {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#main {
	width: 100%;
	background-color: #f8f8f8;
	overflow: hidden;
}
#main_content {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#sidebar_left {
	width: 180px;
	padding: 10px 10px 10px 0px;
	float: left;
}
#content {
	width: 560px;
	padding: 10px;
	float: left;
}
.content_box {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border: 1px solid #999999;
	/* padding-top: 10px;
	padding-bottom: 10px; */
}
#sidebar_right {
	width: 180px;
	padding: 10px 0px 10px 10px;
	float: left;
}
#footer {
	width: 100%;
	background-color: #003399;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#footer_content {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	/* height: 340px;
	background-image:url(/images/footer_pic.jpg);
	background-position:top center;
	background-repeat:no-repeat; */
}
#header_content, #subheader_content, #footer_content p {
	color : #FFFFFF;
}
#header_content {
	color : #FFFFFF;
}
a {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-size : 13px;
	font-weight : 500;
	text-decoration : none;
	color : #0033CC;
}
a.white {
	color : #FFFFFF;
}
a.navbar {
	color : #086782;
}
a:hover.white  {
	color : #00FFFF;
}
a:hover.navbar, #sidebar_left p.subheadnavbar a:hover, #sidebar_right p.subheadnavbar a:hover,  #sidebar_left p.headnavbar a:hover  {
	color : #e25401;
}
h1.title {
	font-size:30px;
	font-weight:bold;
	color : #0000FF;
}
p.country_desc {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.8em;
	color : #FFFFFF;
	font-weight:normal;
	font-style:italic;
}
#content p {
	font-size:13px;
}
#content a {
	font-size:13px;
	text-decoration:underline;
}
p.headnavbar, #sidebar_left p.headnavbar, #sidebar_right p.headnavbar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : 600;
	color : #779125;
	text-transform:uppercase;
}
p.subheadnavbar, #sidebar_left p.subheadnavbar, #sidebar_right p.subheadnavbar {
	font-size : 13px;
	font-weight : bold;
}
p.hprs {
	font-weight : 500;
}
#sidebar_left p.subheadnavbar a, #sidebar_right p.subheadnavbar a {
	font-size : 13px;
	font-weight : bold;
	color : #086782;
	text-decoration:none;
}
#sidebar_left p.headnavbar a {
	font-size : 14px;
	font-weight : bold;
	color : #e25401;
	/* text-decoration:underline; */
}
.transparent {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
img.left {
	padding:5px 5px 5px 0;
}
img.right {
	padding:5px 0 5px 5px;
}
img.thickborder {
	border: 5px solid #222222;
}

/* Fix IE. Hide from IE Mac \*/
* html #content { padding-top:10px; }