@charset "utf-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

body {
	background: url(images/bg_stars.jpg) no-repeat fixed top center #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	text-align: center;
	min-height: 600px;/* for good browsers*/
	min-width: 800px;/* for good browsers*/
	cursor:url("pin.cur");
}

#outer{
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
}

#inner {
	width: 800px;
	height: 100%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -8px;
	text-align: center;
	position: relative;
	vertical-align:middle;
	display:table-cell;
}

#header {
	background: transparent url(images/header_globes.png) no-repeat;
	height: 145px;
	text-align: right;
	margin-bottom:-3px;
}

#top {
	background: url(images/nav_bar.png) no-repeat #000;
	width: 800px;
	height:35px;
	margin:0;
	padding:0;
}

#nav {
	padding-top:7px;
	padding-right: 11px;
	text-align: right;
}

#nav a:link, #nav a:visited {
	display: inline;
	color: #ecec08;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding: 4px 10px 10px 12px;
}

#nav a:hover, #nav a:active {
	background-color: #102331;
}

#content {
	background: url(images/content_bg.jpg) repeat-x #19384d;
	height:auto;
	padding: 22px 7px 22px 7px;
	text-align:left;
}

#content div {
	padding:12px;
}

#content-box1, #content-box2, #content-box3, #content-box4 {
	padding:12px;
	vertical-align: top;
	margin-top:0px;
	width:233px;
	height:250px;
}

#content-box1, #content-box2 {
	float: left;
}

#content-box3, #content-box4 {
	float: right;
}

#content-inside {
	padding:12px;
	vertical-align: top;
	margin-top:0px;
	width:760px;
}

#content-insidebox1, #content-insidebox2, #content-insidebox3 {
	padding:0 12px 12px 12px;
	vertical-align: top;
	margin-top:0px;
	width:233px;
	height:200px;
}

#content-insidebox1, #content-insidebox2 {
	float: left;
}

#content-insidebox3 {
	float: right;
}

#content li {
	padding-left: 28px;
	margin-top: 10px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	line-height: 20px;
	color:#FFF;
}

#footer {
	clear: both;
	background: #000;
	color:#ecec08;
	text-align:center;
	padding: 20px;
}

#footer p,h5 {
	color: #ecec08;
	text-align:center;
	margin: 5px;
}

#footer a {
	display: inline;
	color: #ecec08;
}

#footer a:hover,
#footer a:active {
	color: #36a7cc;
}

p {
	font-size: 0.9em;
	color:#FFF;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ecec08;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6896cc;
	margin-top: 0px;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #ecec08;
	margin-top: 12px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	margin: 0;
	margin-top: 12px;
}

h5 {
	font-size: 0.7em;
	font-weight: normal;
	color: #fff;
	margin-top: 5px;
	text-align:left;
}

h6 {
	font-size: 0.7em;
	font-weight: normal;
	color: #fff;
	margin-top: 5px;
	text-align:center;
}

a {
	color:#ecec08;
}

a:hover,
a:active {
	color: #36a7cc;
}

.read a {
	display: block;
	color: #499edb;
	font-weight: bold;
	text-align: right;
	line-height: 15px;
	text-decoration: none;
}

.read a:hover,
.read a:active {
	color: #e8ca00;
}

.right {
	float: right;
	padding-left:20px;
}

.left {
	float: left;
	padding-right:20px;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight:bold;
}

.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ecec08;
	width:760;
	text-align:center;
}
