body {
	font-size: 10pt;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, Serif;
	background: #fff;
	color: #222;
}

a {
	color: #0066cc;
}

#masthead {
	display: none;
}

#navigation {
	display: none;
}

#mainsection {
	padding: 0 10px 0 10px;
	float: left;
}

#footer {
	clear: both;
	text-align: center;
}

#sidebar {
	display: none;
}

h1, h2, h3, h4 #footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

#content h1, #content h2, #content h3 {
	display: inline;
	border-bottom: 1px solid #efefef;
	margin-bottom: .1em;
	padding-bottom: .1em;
}

#content h3 {
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, Serif;
}

p, li, h4 {
}

td li, td p {
	font-size: .9em;
}

.section p {
	text-align: justify;
}

/* Navigation */
#navigation {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	border-bottom: 1px dotted #bbb;
}

#navigation ul li a {
	display: block;
	margin: 0.3em 0 0.3em 0;
	padding: 0.3em;
}

#navigation ul li a:hover {
	color: #003366;
	background-color: #efefef;
}

/* Q & A list */

ol.qna li {
	margin-bottom: .5em;
	padding: .5em;
	font-family: Georgia, Serif;
}

#content ul {
	list-style-image: url('/images/bullet.gif');
}

#content ul li {
	margin-bottom: .5em;
}

/* Side bar styles */
#sidebar {
	font-size: 0.85em;
	margin: 0 0 1em 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: disc url('/images/bullet_side.gif') inside;
}

#sidebar h3 {
	text-decoration: underline;
}

/* Colored Boxes */
div.greenbox {
	width: 150px;
	background: url('/images/box_top.gif') top left no-repeat #99cc33;
	color: #eee;
	padding: 2 4px 0px 4px;
	margin: 1em 0 1em 0;
}

div.bluebox {
	width: 150px;
	background: url('/images/box_top.gif') top left no-repeat #003366;
	color: #eee;
	padding: 2 4px 0px 4px;
	margin: 1em 0 1em 0;
}

div.redbox {
	width: 150px;
	background: url('/images/box_top.gif') top left no-repeat #aa0000;
	color: #eee;
	padding: 2 4px 0px 4px;
	margin: 1em 0 1em 0;
}

html>body div.greenbox, html>body div.bluebox, html>body div.redbox {
	width: 142px;
}

div.bottombox {
	margin: 0 -4 0 -4px;
	height: 10px;
	background: url('/images/box_bottom.gif') bottom left no-repeat;
}

div.greenbox a, div.bluebox a, div.redbox a {
	color: #eee;
}

/* Footer */
#footer {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px dotted #eee;
}

/* Images */
.section img {
	margin: .5em;
	padding: 2px;
	border: 1px solid #cfcfcf
}

.section img.wrapped {
	float: left;
}