html,body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ECF2FF;
	background-repeat: repeat;
}
#wrap {
	width: 697px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4D7FF;
	border-left-color: #C4D7FF;
}

/* header */

#header { 
	height: 78px;
	width: 697px; 
	margin:auto;
	}
#header h1 {
	margin: 0px;
	padding: 0px;
	height: 78px;
	width: 697px;
}

/* content box */

#content {
	margin-right: 0px;
	margin-left: 190px;
	background-image: url(globe_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 65px;
	min-height: 300px;
}
#content p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	color: #333333;
	line-height: 1.4em;
}
#content a:link {
	color: #0093DD;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0093DD;
}
#content a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	color: #000066;
}
#content a.external {
	background-image: url(external.gif);
	display: inline;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	background-attachment: scroll;
}
#content h2 {
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
#content h3 {
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-style: italic;
}
#content h4 {
	font-size: 0.8em;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}
#content h5 {
	font-size: 0.8em;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}
#content ul {
	text-indent: 0pt;
	list-style-image: url(bullet00.gif);
	list-style-type: none;
	margin-left: 1em;
	padding-left: 0px;
}
#content li {
	text-indent: 0pt;
	margin-left: 1em;
	text-indent: 0px;
	padding-left: 0px;
}
img#officer {
	border: 1px solid #333333;
	float: left;
	margin-right: 7px;
}

/* navigational menu */

#navigation {
	width: 155px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
#navigation h2 {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#navigation ul li {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #CFCFCF;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}
#navigation ul li a {
	color: #0093DD;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #000066;
}
#navigation ul li a#current {
	color: #000066;
}

/* footer, last update, etc. */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	width: 697px;
	margin-right: auto;
	margin-left: auto;
	background-color: #407EFF;
	padding-top: 1px;
	padding-bottom: 3px;
}

/* skip to main content */

#skip {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
