body {
	margin: 0;
	padding: 0;
	background: White url(../images/bg.gif) repeat-y;
	color: #000066;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: #000066;
}

a:hover, a:active {
	color: #6633CC;
	text-decoration: underline;
}

h1 {
	margin-top: 0;
	font: bold 120% Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-top: 0;
	font: bold 100%/1.5 Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-top: 0;
	font: bold 80% Georgia, "Times New Roman", Times, serif;
}

p, ul, ol, blockquote {
	margin-top: 0;
	font: 80%/1.5 Georgia, "Times New Roman", Times, serif;
}

li p {
	font-size: 100%;
}

table#header, table#main {
	width: 100%;
}

td#stripes {
	width: 100%;
	background: url(../images/stripes.gif) repeat-x;
}

#menu {
	padding: 35px 10px 25px 20px;
	width: 110px;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

	
#menu li {
	margin: 0 0 0.35em 0;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

#menu li li {
	margin: 0 0 0 1em;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}

#menu li a {
	width: 100%;
	display: block;
	text-decoration: none;
}

	
#menu li li a {
	width: 100%;
	display: block;
	text-decoration: none;
}

#menu li a:link, #menu li a:visited {
	color: #000066;
}

#menu li a:hover, #menu li a:active {
	color: #6633CC;
	text-decoration: underline;
}

#menu2 {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	clear: both;
	margin-top: 2.5em;
	padding-top: 1em;
	border-top: 1px solid #000066;
}

#content {
	padding: 35px 19px 25px 22px;
}

#examples {
	margin-bottom: 1em;
	width: 100%;
	border-collapse: collapse;
}

#examples tr {
	vertical-align: top;
}

#examples td, #examples th {
	border: 1px solid #000099;
	padding: 3px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: left;
	line-height: 150%;
}

#examples th {
	font-weight: bold;
}

.bluebg {
	background-color: #000066;
}

.small {
	font: 70%/1.5 Georgia, "Times New Roman", Times, serif;
}

.emerging {
	color: #006633;
}

.developed {
	color: #990033;
}

.floatl {
	float: left;
	margin: 4px 10px 5px 0;
	border: 1px solid #000099;
}

.floatr {
	float: right;
	margin: 4px 0 5px 10px;
	border: 1px solid #000099;
}

.nowrap {
	white-space: nowrap;
}

