body {
	margin: 0;
        margin-bottom:10px;
	padding: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 100%;
	color: #030303;
	background-color: #F0F0F0;
	}
	
.rip {
	font-size:120%;
	line-height:135%;
}

.caption {
	font-family: Arial, helvetica, sans-serif;
	font-size: 80%;
}

#header { 
	/* Section HEADER */ 
	/*margin: 0em 0em;
	padding:0;
	background: #FC0;
	color: #FFF;*/
	background:#000;
	}
#logo { /* Section LOGO */ }
#site-name { /* Section SITE-NAME */ }
#bulk { 
	/* Section BULK */
	}
#headGrc {
	height:70px;
	width:490px;
	padding:15px 0 15px 15px;
	}
#side-nav {
	/* Section SIDE-NAV */
	/*background-color:#333;*/
	/*position: absolute;
	top: 100px;
	left: 0px;
	height:300px;*/
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 84%;
	text-align:right;
	margin:0;
	padding: 3px 0px 5.0em 20px;
	color: #FC0;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 1px solid #449;
	/*width:94px;*/
	}
#article1 {
	/* Section ARTICLE1 */
	line-height:140%;
	margin:0;
	padding: 3px 3.0em 1.0em 2.5em;
	}
#footer {
	/* Section FOOTER */
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 75%;
	margin-top:0px;
	margin-bottom:17px;
	padding-top:7px;
	color: #BBC;
	/*background-color: #fc0;*/
	width:100%;
	text-align: center; 
	border-top: 1px solid #449;
	}

/* Outer sections - leave these with nothing more than floats and widths. */

#header-out               { width: 100%; }
#logo-out                 { width: 100%; }
#site-name-out            { width: 100%; }
#bulk-out                 { width: 100%; clear: both; }
#side-nav-out             { width: 15%; float: left; }
#content-out              { width: 85%; float: right; }
#article1-out             { width: 100%; }
#footer-out               { width: 100%; clear: both; }

/* Hacks for IE: large fudge factor (3%) for IE5's broken box model, small fudge factor (0.1%) for IE6's full-width flicker effect. */

* html #side-nav-out      { width: 12%; w\idth: 15%; }
* html #content-out       { width: 82%; w\idth: 84.9%; float: right; f\loat: left; }

a {
	text-decoration: none;
	color: #0303A8;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
	
A.toc {
	font-size:95%;
	line-height:180%;
}

#side-nav a {
	text-decoration: none;
	/*font-weight: bold;*/
	/*color: #FC0;*/
	color: #449;
	padding:3px 11px 3px 12px;
	margin:0;
	}
#side-nav a:hover {
	color: #D0D0E0;
	background-color:#227;
	}
/*#footer a {
	color: #fff;
	}*/
h1 a {	/* this ruleset keeps the root link in the title from standing out */
	font-weight: normal;
	color: #fff;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.5em;
	}
h4 {
	margin-top:0;
	font-size: 1.3em;
	}
h5 {
	font-size: 1.0em;
	margin-top:0;
	margin-bottom: 0.8em;
	}
h6 {
	font-size: 0.8em;
	}
img {
	border: 0;
	}
ol, ul, li {
	width:100%;
	background-color:#F00;
	/*font-size: 1.0em;
	line-height: 1.8em;*/
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	/*font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;*/
	}
DL {
	margin-top:0px;
	}
DD {
	margin-top:0px;
	margin-bottom:1.5em;
	}
HR {
	height:1px;
	background-color:#449;
	border:1px solid #449;
	}
#side-nav p {
	margin-bottom:3px;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.ahem {
	display: none;
	}
.pullQuote {
	color:#003;
	background-color:#B3B3AA;
	border:solid 1px #449;
	border-left:double 4px #449;
	border-right:double 4px #449;
	font-family:"Courier New",courier,serif;
	margin:0px 30px 10px 30px;
	padding:10px;
	}
.quoteSource{
	padding-left:40px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size:85%;
	}
.reviewQuote {
	font-family:"Courier New",courier,serif;
	margin:0px 30px 10px 30px;
	padding:10px;
	padding-top:0;
	}