body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	margin: 20px 0 0 0;
	padding: 0;
	background: #333;
	line-height: 22px;
}

div, h1, h2, h3, h4, p, span, ol, li, img, ul {
	margin: 0;
	padding: 0;
}




/* container */

#container {
	width: 630px;
	margin: auto;
	background-image:url(Q109/images/bg_grey.gif);
}

/* end container */





/* header */

#header {
	height: 97px;
}

/* end header */






/* nav */

#nav {
	width: 125px;
	float: left;
	padding:100px 20px 20px 20px;
	_padding:100px 10px 20px 19px;
	background: url(Q109/images/issue_title.gif) no-repeat;
}

#nav ul {
	margin-left:10px;
	list-style: circle;
}


#nav ul li {
	padding-left: 3px;
	padding-bottom: 20px;
	line-height:18px;
}

#nav a:link, #nav a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #069;
	text-decoration: underline;	
}

/* end nav */






/* content */

#content{
	width: 405px;
	height:100%;
	padding: 50px 30px;
	float:right;
	background: url(Q109/images/shadow.gif) repeat-x;
}

#content img {
	float: left;
	padding: 0 30px 20px 0;
}

#content ul {
	list-style: disc;
	padding-left: 30px;
	margin-bottom:20px;
}

#content ul li {
	padding-left: 5px;
	list-style: url(Q209/images/bullet.jpg);
}

#content ol {
	padding-left: 30px;
}

#content a:link, #content a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#900;
}

#content a:hover, #content a:active {
	color: #696;
	text-decoration:underline;
}


/* h1 is used for article headers */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #069;
	line-height: 24px;
	border-bottom:1px solid #069;
	margin-bottom: 35px;
}


/* h2 is used for subheaders in the articles */

h2 {
	color: #666;
	font-weight: normal;
	font-size: 125%;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	margin: -15px 0 25px 0;
}


/* h3 is used for paragraph headers in the articles */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #696;
	font-weight: bold;
	font-size: 110%;
	margin: 6px 0 4px 0;
}


/* h4 is used for the "read more..." links on the main page to allow align right and smaller top space */

h4 {
	text-align:right;
	font-size:100%;
	margin:-20px 0 20px 0;
}


p {
	margin-bottom: 20px;
}


.divider {
	border-bottom:1px dotted #999;
	margin-bottom:30px;
	clear:both;
}

/* end content */






/* footer */

#footer {	
	height: 50px;
	background-image:url(Q109/images/revq_newsltr_footer.gif);
	clear:both;
}

/* end footer */





/* table styles */

table {
	padding: 2px 6px;
}

td {
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
	font-size:90%;
	height: 28px;
}

td.noborder {
	border-right: 0px;
}


th {
	color: #069;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:125%;
	border-bottom: 3px solid #CCC;
	padding: 6px 0;
}

/* end table styles */
