body {
	margin:0;
	padding:0;
	background:#e6e6e6 url(images/bodybg.png) repeat-x;
	color:#333;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
a {
	text-decoration:none;
	color:#004e9b;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0 0 15px 0;
	line-height:1.3em;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	font-size:3.2em;
	letter-spacing:-3px;
	color:#004e9b;
	margin:12px 0 5px 20px;
}
h1 a:hover {
	text-decoration:none;
}
h2 {
	font-size:1.6em;
	letter-spacing:-1px;
	margin:0px 0 0 0px;
	color:#6c6c6c;
}
h3 {
	color: #004e9b;
	font-size:1.4em;
	margin:1em 0 0.5em 0.5em;
	font-weight: normal;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	color: #004e9b;
}
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
}
ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 11px 0px;
	padding: 0px
}
#container {
	width:935px;
	background:#f0f0f0 url(images/contentbg.png) repeat-x;
	color:#333333;
	text-align:right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eef;
	border-left-color: #eef;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 18px;
}
#sitetitle {
	float:left;
	height:100px;
	background:url(images/globe.gif) no-repeat;
	width: 240px;
	display: block;
	padding-top: 15px;
}
#menu {
	height:71px;
	padding-top:35px;
	text-align: right;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu li a {
	margin:0;
	height:100px;
	padding:34px 6px 40px 6px;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	color: #6c6c6c;
}
#menu li a#active {
	color:#fbc479;
	text-decoration:none;
	background: #fff url(images/menuhover.png) repeat-x;
	padding:34px 5px 40px 5px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#menu li a:hover {
	color:#004e9b;
	text-decoration:none;
	background: #fff url(images/menuhover.png) repeat-x;
	padding:34px 5px 40px 5px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#content {
	margin-top:30px;
	width:100%;
	clear:both;
	background:url(images/globebottom.gif) bottom left no-repeat;
}
#content h2 {
	color:#6c6c6c;
	border-bottom:2px solid #abb;
	border-bottom-color: #0059b3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content h2 a {
	color:#555;
	font-weight:normal;
}
#content h2 a:hover {
	color:#555;
	text-decoration:none;
	background:none;
}
#content p {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.1em;
	margin-left: 1em;
}
.entry {
	position:relative;
	margin:0 0 0 0;
	border:2px solid #fff;
	background:#eee url(images/entrybg.png) repeat-x;
	color:#333;
	padding:10px 10px 0 10px;
	float:left;
	text-align:left;
	width: 690px;
}	
.entry a, #entry a:hover {
	text-decoration:none;
	border-bottom: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.entry img {
	position:relative;
	margin-top: 15px;
}
.entry h2 {
	font-size:1.8em;
	text-align:right;
}
.entryphoto {
	float:left;
	padding:3px;
	border:1px solid #fff;
	background-color:#ddd;
	color:#333;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
#right {
	margin-left:715px;
}
.right {
	text-align:right;
}
#right h2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	color:#004e9b;
	border-bottom:2px solid #abb;
	border-bottom-color: #ffc16f;
}
#right p {
	margin:0 0 8px 0;
	line-height:1.1em;
}
.rightsub {
	float:left;
	width:45%;
}
.rightsub2 {
	margin-left:auto;
	margin-top: 5px;
	width: 212px;
	padding-top: 10px;
}
.rightsub2 h2 {
	width:98%;
	font-size:1.6em;
	text-align:left
}
.sbicontent a {
	color:#004e9b;
	display:block;
	padding:2px 1em;
	background-image: url(images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.sbicontent a:hover {
	color:#004e9b;
	background:url(images/blinkarrow.gif) right no-repeat;
	text-decoration:none;
}
#footer {
	clear:both;
	padding:30px 0 12px 24px;
	text-align:left;
	color:#555;
}
#footer a {
	color:#555;
	font-weight:normal;
}
#footer span {
	color:#555;
	font-size:2em;
	letter-spacing:-2px;
}

