@charset "utf-8";
/* CSS Document */

/*Table of contents

	body
	h1
	p
	h3
	h3 strong
	h2
	div#container
	div#top
	div#containermain
	div#content
	div#news
	div#nav
	div#content_left
	div#content_right
	#nav ul
		#nav ul a
		:link, :hover
	#nav li
	div#bottom
	#bottom ul
	#bottom li
	
	
End Table of Contents */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#5C6D7F;
	}
h1 {
	margin:0;
	font:bold 20px Helvetica, Arial, sans-serif;
	color:#114a8e;
	}
p {
	margin:0;
	font:12px Helvetica, Arial, sans-serif;
	line-height:22px;
	color:#000;
	}
h3 {
	margin:0;
	padding:2px;
	font:bold 13px Helvetica, Arial, sans-serif;
	color:#fff;
	}
	h3 strong {
	color:#febf0f;
	}
h2 {
	margin:0;
	padding:2px;
	font:bold 13px Helvetica, Arial, sans-serif;
	color:#fff;
	}
a img {
	border:0;
	}

/* IDs */

#container {
	background-color:#fff;
	width:980px;
	margin:0 auto;
	min-height:484px;
	height:auto !important; 
	height:484px;	}
#top {
	background-color:#fff;
	width:980px;
	}
#containermain {
	width:966px;
	margin:0 auto;
	border-left:solid 6px #b3b3b3;
	border-right:solid 6px #b3b3b3;
	clear:both;
	overflow:auto;
	/*padding-bottom:200px;*/
	}
#content {
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	background-color:#fff;
	min-height:522px;
	height:auto !important; 
	height:522px;
	width:964px;
	margin:0;
	}
#news {
	border-top:solid 2px #fff;
	position:relative;
	margin:0 auto;
	width:920px;
	height:20px;
	background-color:#5D6D7F;
	}
	#news a {text-decoration:none;}
	#news a:link {color:#fff;}
	#news a:visited {color:#fff;}
	#news a:hover {color:#FFFF99;}
	.lnews {
	float:left;
	background: url(../images/news_left.gif) 0 0 no-repeat;
	height:20px;
	width:14px;
	}
	.cnews {
	position:absolute;
	top:0;
	left:15px;
	width:892px;
	}
	.rnews {
	float:right;
	background: url(../images/news_right.gif) 0 0 no-repeat;
	height:20px;
	width:14px;
	}
#nav {
	margin:30px 20px 0px 10px;
	position:relative;
	float:left;
	width:170px;
	height:445px;
	background: url(../images/nav.jpg) no-repeat center top;
	}
#content_left {
	margin:30px 20px 0 0;
	float:left;
	width:330px;
	height:422px;
}
#content_right {
	margin-top:30px;
	float:right;
	width:400px;
	height:462px;
	background: #fff url(../images/globe_right.jpg) bottom right no-repeat;
}
#nav ul {
	width:140px;
	margin:30px 0;
	padding:0;
	}
	#nav ul a {text-decoration:none;}
	#nav ul a:link {color:#555555;}
	#nav ul a:visited {color:#555555;}
	#nav ul a:hover {color:#114A8E;}
#nav li {
	margin:15px 0 0 30px;
	border-bottom:dashed 1px #666666;
	font:11px Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
	}
#bottom {
	position:relative;
	width:980px;
	height:38px;
	background: url(../images/bottom.png) no-repeat center top;
	}
#bottom ul {
	margin:0 125px;
	padding:0;
	}
#bottom li {
	display:inline;
	padding-right:20px;
	font:10px Arial, Helvetica, sans-serif;
	}
#bot-logos img {display:block;}
	#bot-logos img.faces {float:left;margin-left:26px;}
	#bot-logos img.foc {float:right;margin-right:20px;margin-top:20px;}
