﻿body
{
	margin:0px;
	padding:0px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;	
	background:#ccc url('img/body_bg.jpg') repeat-y scroll center top;
}
body
{
	margin-top:32px;
	_margin-top:0px;
}
#navbar
{
	position:fixed;
	 top:0px; 
	 z-index:2000;
	width:100%;
	left:0px;
}
a{
	color:#333;
}
#container
{
	width:950px;
	margin:0 auto;
	background:#fff url('img/container_bg.jpg') repeat-y;

}
#navbar
{
	background:#333 url(img/navbar_bg.jpg) repeat-x center center;
	height:32px;
}
#navbar ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	width:950px;
	margin:0px auto;
}
#navbar li
{
		float:left;
}
#navbar li a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	display:block;

	padding-top:8px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;

}
#navbar li a.current
{
	background-color:#000;
}
#navbar li a:hover
{
		background:url(img/navbar_bg2.jpg) center center;
}
#header
{
	height:279px;
	background-color:#85deff;
	position:relative;
}
#inner-header
{
	height:120px;
	background:#85deff url(img/INNER_BG.jpg) no-repeat;
	position:relative;
}
#inner-header #logo-box
{
	float:left;
}
#inner-header #flag-box
{
	position:absolute;
	right:0px;
	top:0px;
}
#header #logo-box
{
	width:281px;
	height:279px;
	background:transparent url('img/logo.jpg') no-repeat scroll left top;
	float:left;
}
#header #logo-box h1,#inner-header #logo-box h1
{
 margin:0px;
 display:none;
}
#header #header-img
{
	float:left;
}
#header #topright-nav
{
	width:228px;
	height:279px;
	background:transparent url('img/rightbar.jpg') no-repeat scroll right top;
	position:absolute;
	right:0px;
	top:0px;
}
#header #topright-nav #topflags
{
	text-align:right;}
#header #topright-nav ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:100px;
}
#header #topright-nav a
{
	display:block;
	padding-left:40px;
	font-weight:bold;
	color:#333;
	text-decoration:underline;
	height:27px;
	line-height:27px;
	font-size:11px;

}
#header #topright-nav a:hover
{
	background:transparent url('img/nav_bg.gif') no-repeat scroll left center;
}
#sidebar
{
	width:279px;
	float:left;
	border-right:1px solid #ccc;
	background-color:#e9e9e9;
	margin-right:12px;
	position:relative;

}
#sidebar #news
{
	background:#e9e9e9 url('img/box_news.jpg') no-repeat left top;
	padding-top:38px;
		height:120px;
	
}
#sidebar h3
{
 		text-indent:-999em;
 		margin:0px;
 		padding:0px;
}
#sidebar #alliances
{
	background:#e9e9e9 url('img/box_alliances.jpg') no-repeat left top;
	padding-top:58px;
	position:relative;
	height:150px;
	text-align:center;
		width:260px;
	
}
#sidebar #news ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:22px;
	margin-right:12px;
	width:240px;
}
#sidebar #alliances ul
{
	margin:0px;
	padding:0px;
	list-style:none;
		width:260px;
}

#sidebar #news li
{
	line-height: 1.6em;
	font-size: 12px;
	padding-bottom: 12px;
}

#sidebar #alliances li
{
	line-height:1.6em;
	font-size:11px;
	padding-bottom:12px;
	text-align:center;
	background:transparent;
	}
#sidebar #alliances li div
{
	width:280px;
}

#sidebar #alliances li img
{
	border:0px;
}

#sidebar #alliances li p
{
	margin-top:4px;
	font-weight:bold;

}


#content
{
	margin-left:290px;

}
#content h2
{
	font-size:18px;
	font-weight:normal;
	font-family:Calibri,Tahoma,Arial, Helvetica, sans-serif;
	margin-top:12px;
	border-bottom:1px solid #eaeaea;
	padding-bottom:12px;
}
#content p
{
	margin-right:24px;
	text-align:justify;
	line-height:1.6em;
}
#content #tf_images
{
	margin-left:12px;
}
#content #tf_images img
{
	margin-right:12px;
}
#content a.external
{
	padding-right: 20px;
   background: transparent url(img/external.gif) no-repeat center right;
}
#footer
{
	background:#fff url('img/footer_bg.jpg') repeat-x;
	padding-top:18px;
	padding-left:12px;
	padding-bottom:16px;
}
.clearer
{
	clear:both;
}
.alliance-box 
{
	margin-bottom:4px;
	height:96px;
}
.alliance-box .logo
{
	float:left;
}
.alliance-box .info
{
	float:left;
	margin-left:12px;
}