/* Core Styles */
* {margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 0;
	background: url(../images/bodybk.gif) left top repeat-y;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.6em;
	color: #006999;
	padding: 10px 0 0 0;
}
#contentdiv h1 {margin: 0 200px 10px 0;	border-bottom: 1px solid #006999;}

h2 {font-size: 1.4em;} 
h3 {font-size: 1.3em; color: #006999;}
h4 {font-size: 1.2em;}
p {line-height: 1.6em; margin: 10px 0;}
a {color: #006999;}
a:hover, a:focus, a:active {color: #444; text-decoration: none}
a:visited {color: #A71930;}
ul, ol {margin-left: 25px; line-height: 1.4em;}
caption {
	padding: 4px;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #006999;
}

blockquote{margin-left:15px
}
th {
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #006999;
	text-align: left;
}
td {
	padding: 4px;
	border-bottom: 1px solid #DDD;
}
/* Layout Sytles */
.banner {margin: 0;	background: url(../images/bannerbk.gif) left top repeat-x;}
#topnav {
	position: absolute;
	top: 4px;
	right: 10px;
	font-size: .9em;
	color: #FFF;
}
#topnav a {color: #FFF; text-decoration: none;}
#topnav a:hover, #topnav a:focus, #topnav a:active {color: #FFF; text-decoration: underline;}
#topnav a:visited {color: #FFF;}
#toc {
	float: left;
	width: 166px;
}
#toc h1 {
	font-size: .9em;
	padding: 4px;
	background-color: #545A5A;
	color: #FFF;
}
#toc h2 {
	margin: 6px 0;
	padding-left: 4px;
	font-weight: normal;
	color: #444;
	font-size: .9em;
	border-bottom: 1px solid #CCC; 
}
#toc ul {margin-left: 7px;}
#toc li {
	font-size: .9em;
	padding: 1px 0 1px 6px;
	list-style-type: none;
	background: url(../images/tocli.gif) top left no-repeat;
}
#issuenum {
	font-weight: bold;
	color: #006999;
	text-align: center;
	padding-right: 5px;
}
#contentdiv {
	background: url(../images/contentbk.gif) left top no-repeat;
	margin-left: 167px;
	padding: 5px 20px;
	font-size: .95em;
}
.footer {
	clear: both;
	padding-left: 167px;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	color: #006999;
	padding-bottom: 10px;
	background: url(../images/footerbk.gif) left bottom no-repeat;
}
.footer a:hover, .footer a:focus {color: #555;}
.footer a:visited {color: #006999;}

/* Specific Content Styles */
.top {font-size: .9em; text-align: center;}
.content_img {
	float: right;
	padding: 2px;
	margin: 4px;
	background-color: #EBEBEB;
	border: 2px solid #006999;
	font-size: .9em;
	color: 666;
}
.content_img_left {
	float: left;
	padding: 2px;
	margin: 4px;
	background-color: #EBEBEB;
	border: 2px solid #006999;
	font-size: .9em;
	color: 666;
}

.homelist li {padding: 1px 0;}
.nowrap {white-space: nowrap}
.bold {font-weight: bold;}

/* Daisy */
#daisy {

                   float: right;

                   width: 165px;

                   border: 1px solid #9892D1;

                   padding: 5px 2px 2px 25px;

                   margin-bottom: 6px;

                   font-size: .9em;

                   background: #EEEEE9 url("../images/daisy.gif") left top no-repeat; 

}

#daisy a {text-decoration: none;}

#daisy a:hover, #daisy a:focus {text-decoration: underline;}

#daisy ul {list-style-type: none; margin-left: 0px;}

#daisy p {font-size: .8em; padding: 0; line-height: 1em;}

.small {font-size:0.8em;}

.red {color:#A71930;}
