* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background:#aa2029 url('images/background.gif') repeat-x top left; 
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}
a {
	color: #ffffff;
	text-decoration: none;
}
td.date, .yellow {
	color: #efb519;
	text-decoration: none;
}

p {
	margin-bottom: 18px;
}
p.statement {
	font-family: Georgia;
	font-size: 22px;
	width: 339px;
	margin: 18px 0 0 17px;
	line-height: 29px;
}
h1 {
	font-size: 22px;
	font-family: Georgia;
	font-weight: 100;
	margin: 0 0 18px 0;
	line-height: 22px;	
}
h2, h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 18px;
}
td {
	font-size: 13px;
	padding-right: 5px;
}
#header {
	position: relative;
	height: 129px;
}
#nav_links {
	position: absolute;
	left: 531px;
	top: 88px;
}
#logo_container {
	position: absolute;
	top: 46px;
}
#container {
	width: 1001px;
	text-align: left;
	margin: auto;
}
#content {
	min-height: 543px;
	width: 1010px;
}
#content_left {
	width: 401px;
	float: left;
}
#content_right {
	width: 600px;
	padding-top: 18px;
	float: left;
}
#content_text {
	width: 503px;
	float: left;
}
#content_text_press {
	width: 530px;
	float: left;
}
#contact_form {
	width: 600px;
	float: left;
}
#content_left_narrow {
	width: 200px;
	float: left;
}
#content_right_wide {
	width: 800px;
	padding-top: 42px;
	float: left;
}
#content_team {
	border-bottom: 1px solid #a4392a;
	margin-bottom: 32px;
	overflow: hidden;
}
#footer {
	border-top: 1px solid #a4392a;
	font-size: 10px;
	padding: 13px 9px;
	color: #efb519; 
}
#footer_links {
	float: right;
}
#footer_links a {
	margin: 0 4px;
}
#homenews {
	padding: 22px 0 0 9px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #efb519;
	font-size: 18px;
}

#nav li { /* all list items */
	float: left;
	height: 27px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #6b101a;
	width: 118px;
	height: 80px;
	padding: 16px 12px;
	top: 18px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 3px;
}

#nav li ul li {
	height: 18px;
	float: none;
}

#nav li ul li a {
	font-size: 12px;
}
.global-threats  { width: 146px; background: url('images/btn_global-threats.gif'); }
.about-us { width: 98px; background: url('images/btn_about-us.gif'); }
.news-press { width: 119px; background: url('images/btn_news-press.gif'); }
.contact-us { width: 107px; background: url('images/btn_contact-us.gif'); }

.global-threats:hover, .global-threats-selected { width: 146px; background: url('images/btn_global-threats-on.gif'); }
.about-us:hover, .about-us-selected { width: 98px; background: url('images/btn_about-us-on.gif'); }
.news-press:hover, .news-press-selected  { width: 119px; background: url('images/btn_news-press-on.gif'); }
.contact-us:hover, .contact-us-selected { width:  107px; background: url('images/btn_contact-us-on.gif'); }

.bold {
	font-weight: bold;
}
.boldlink {
	font-weight: bold;
	color: #efb519;
}

.footerlast {
	color: #efb519;
	text-decoration: none;
}
.last, .footerlast, #content_team.last{
	margin-right: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.homebox {
	position: relative;
	width: 199px;
	border-left: 1px solid #dc6a35;
	float: left;
}
.homeboxbottom {
	background: url('images/box_background.gif');
	padding: 14px 12px 0 12px;
	height: 176px;
	overflow: hidden;
	font-size: 11px;
}
.homeboximg {
	width: 201px; 
	height: 171px; 
	overflow: none;
}
.homeboxbottom p {
	line-height: 15px;
	margin-bottom: 10px;
	color: #71111b;
}
.white {
	color: #fff;
}
.first {
	width: 201px;
	border: 0;
}
