@charset "utf-8";
/* CSS Document */


<style type="text/css">
/* tag definitions */
* {margin:0px; padding:0px;}

a {
	text-decoration: none;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #b31f11;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px;
	border-top: thin solid #DDDDDD
}

img {
	border:0px;
}

p {
	margin:0px;
	padding:0px;
}



#main-container {
	margin: auto;
	text-align: left;
	width: 600px;
	border: 3px solid #074097;
}

#top-section {
	text-align:center;
	font-size:13pt;
	background-color:#074097;
	color: #ffffff;
	padding-bottom: 8px;
}

#top-section a {
	font-weight:bold;
	color: #ffffff;
}

.top-section-message a {
	color: #f77d02;
	text-align:center;
	font-size: 9pt;
}

#top-banner {
	height: 165px;
	text-align:center;
	background-color:#074097;
	font-family: "comic sans ms", verdana;
	color: #f77d02;
	background-repeat: no-repeat;
}

#top-banner a {
	color: #f77d02;
	color: red;
}

#top-banner p {
	color: #f77d02;
	margin:0px;
	padding:0px;
}

#top-banner img {
	margin:0px;
	padding:0px;
}

p.top-banner-message {
	padding-top:8px;
	text-align:center;
	font-size: 16pt;
}

p.top-banner-url {
	text-align:center;
	font-size: 20pt;
}

#nameplate {
	font-size: 15pt;
	xmargin: 20px;
}

#nameplate div {
	padding: 0px;
}

#nameplate-text {
	height:125px;
	width:425px;
	margin-left: 10px;
	background-color:#b8edfd;
	background-color:#AED8E3;
}

#nameplate-text h1 {
	font-size: 15pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #CC0000;
}

#nameplate-text ul {
	margin-top:0px;
	margin-bottom:0px;
}
#nameplate-text li {
	list-style-image: url(/images/button/flying-lab-yel-40.jpg)
	padding-left:15px;
	padding-top:6px;
}

#nameplate-in-this-issue {
	text-align: left;
}

#nameplate-date {
	text-align: right;
}

#articles {
	font-size: 12pt;
	margin-right: 20px;
	margin-left: 20px;
}

#articles table {
	margin-top:30px;
	border-top:2px #999999 solid;
}


#articles p {
	margin-top:10px;
	vertical-align:top;
	text-align:left;
}

#articles p.caption {
	margin-top:0px;
	text-align:center;
	font-style:italic;
}

#articles h1 {
	font-size:16pt;
}

#articles h2 {
	margin-top:20px;
	border-top:thin solid #ddd;
	padding-top:20px;
	margin-bottom:0px;
}

#articles * img {
}

.quotation {
	margin-left: 8px;
	margin-right:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}

.image-float-left {
	margin: 20px;
	display: inline;
}

.image-float-right {
	margin: 20px;
	display: inline;
}

.image-float-left p, .image-float-right p {
	text-align:center;
}

#footer {
	margin-top: 15px;
	text-align:center;
	font-size: 10pt;
}

/* styles */
.clear-float { 
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.banner-flyingdog {
	background-image:url(../images/website/banner-flyingdogs.jpg);
	background-repeat:repeat-x;
	height:20px;
}

.bold-underline {
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

