body {
	background-image: url(images/backgrond.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #4A4A4A;
	background-color: #63A5D7;
}
#nav {
	background: #1970B8; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #1970B8;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #e3e3e3; color: #131313}
#nav li a.on { background-color: #009A49; color: #C6C4C5; }

.content {
	width: 740px;
	margin-left: 0px;
	float: none;
	background-image: url(images/globlebg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
}
#right {
	float: right;
	width: 137px;
	clear: both;
	color: #FFFFFF;
	padding: 10px 10px 10px 13px;
	background-color: #63A5D7;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #1970B8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1970B8;
	margin-top: -12px;
}


.header {
	font-family: "Trebuchet MS";
	color: #1970B8;
	background-image: url(images/globe.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 150px;
	height: 150px;
	padding-top: 35px;
	margin-top: 0px;
	border-left-width: 1px;
	padding-bottom: 0px;
}

.header h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: -15px;
	margin-top: 0px;
	}
	
#footer {
	background-color: #D4EAF9;
	font-size: .9em;
	clear: both;
	float: none;
	padding: 2px 10px;
	text-align: center;
	color: #4A4A4A;
}
#footer a:link {
	color: #1970B8;
	text-decoration: none;
}

#footer a:visited {
	color: #1970B8;
	text-decoration: none;
}

#footer a:hover {
	color: #1970B8;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.content h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: normal;
	letter-spacing: .9px;
}
img {
	margin-right: 7px;
	margin-bottom: 0px;
}
a:link {
	color: #1970B8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1970B8;
	text-decoration: none;
}
a:visited {
	color: #1970B8;
	text-decoration: none;
}
a:hover {
	background-color: #D4EAF9;
}
.content li {
	margin-bottom: 8px;
	line-height: 17px;
}
