@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 780px;
	background: #7386a1 url(../images/background.gif) repeat-y;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#header { 
	background: #DDDDDD; 
	padding: 20px 10px 0 20px;
	background: url(../images/header.jpg) no-repeat;
	height: 122px;
}
#header #logo {
	margin: 0;
	padding: 0;
	float:left;
	width: 209px;
	height: 81px;
	background:url(../images/logo2.gif) no-repeat;
}
#header h1 {
	margin: 1.75em 0 0 15em;
	padding: 10px 0;
	font-size: 95%;
	color: #fff;
}

#sidebar1 {
	float: left;
	width: 196px;
	padding: 0;
	background: url(../images/left_bg.png) repeat-y;
}
#leftSideImg {
	background: url(../images/left_globe.jpg) no-repeat;
	background-position:bottom;
	height: 239px;
}
#navMenu {
	width: 100%;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	color: #333;
}
#navMenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		font-size: 9pt;
		font-weight: bold;
}
		
#navMenu li {
		border-bottom: 1px solid #ccc;
		margin: 0;
}
#navMenu li a {
		display: block;
		padding: 5px 0px 5px 0.5em;
		border-left: 1px solid #b9b9b9;
		border-right: 5px solid #cdcdcd;
		background: #f6f6f6 url(../images/nav_item_bg.gif) repeat-x;
		color: #000;
		text-decoration: none;
}

#navMenu li a.current {
	border-right: 5px solid #69f;
	background: #dfdfdf url(../images/nav_item_bg-current.gif) repeat-x;
	color: #fff;
}

#navMenu li ul li a {
	padding-left: 2em;
}

html>body #navMenu li a {
		width: auto;
}

#navMenu li a:hover {
		border-left: 1px solid #b9b9b9;
		border-right: 5px solid #666;
		color: #00f;
}
#navShadow {
	background: url(../images/nav_shadow.png) no-repeat;
	background-position:right;
	width: 100%;
	height: 17px;
}
#leftNavBg {
	background: url(../images/left_menu_bg.jpg) no-repeat;
	background-position:right;
	width: 100%;
	height: 177px;
}
#mainContent { 
	margin: 0;
	padding: 0;
/*
	margin: 0 0 0 215px;
	padding: 0 20px;
*/
}
#mainContent h2 {
	float: right;
	margin-right: 1em;
}
#mainContent p {
	margin: 0;
	margin-bottom: 1em;
}
.newsItem {
	margin: 1em;
	width: 550px;
	float: right;
	font-size: 85%;
	border-bottom: dotted 2px #ccc;
	background-color: #fff;
}
.newsItem img {
	padding: 2px;
	border: solid 1px #ccc;
	float: left;
	margin: .5em;
	margin-top: .25em;
}
.newsItem img.center {
	margin: auto;
}
/*
#mainContent h3 {
	font-size: 90%;
}
#mainContent p {
	font-size: 85%;
}
.mainFocusImg2 {
	float: left;
	width: 126px;
	padding: 2px;
	border: solid 1px #ccc;
}
*/
/*
div.mainItem {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	width: 100%;
	border: 2px solid #0f0;
	display: block;
}
.mainFocusImg {
	float: left;
	width: 146px;
}
.mainFocusImg img {
	padding: 2px;
	border: solid 1px #ccc;
}
.mainFocusText {
	float: right;
	width: 300px;
}
.mainFocusText h3 {
	font-size: 10pt;
	font-weight: bold;
}
.mainFocusText p {
	font-size: 8pt;
}
*/
p.moreInfo {
	text-align: right;
	font-size: 8pt;
}
#footer { 
	padding: 5px 10px 0 200px;
	background: url(../images/footer_bg.gif);
	height: 47px;
	font-size: x-small;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footerNav {
	float: left;
	width: 400px;
	text-align: center;
	color: #fff;
}
#footerNav a:link, #footerNav a:visited {
	color: #fff;
}

#copyright {
	float: right;
	width: 150px;
	font-size: xx-small;
	margin-bottom: .25em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.noStyle {
	list-style:none;
}
ul.noStyle li {
	margin: .5em;
}

ul.block {
	margin-left: 7em;
}
a.noStyle {
	text-decoration: none;
}