/* 
    Document   : cpuc_base
    Created on : Aug 4, 2010, 6:25:47 AM
    Author     : Brian Sholly
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: medium;
	background: url("../images/bkgnd.gif") repeat-y;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #0000FF;
}
h1 { font-size: 150%;		}
h2 { font-size: 130%;		}
h3 { font-size: 100%;		}
h4 { font-size:  90%;		}
td { vertical-align: top;	}

.indent		{ padding-left: 40px;			}
.underline	{ text-decoration: underline;	}
.nobullet	{ list-style: none none;		}
.unspaced	{
	line-height: 99%;
	font-size: 200%
}

#header { }
#header h1 {
	font-size: 100%;
	color: #ff6633;
}
#header h1	{ padding-left: 230px;	}
#header h2	{ padding-left: 230px;	}
#header h3	{ padding-left: 230px;	}
#header img { float: left;			}

#instructions {
	padding-left: 110px;
	color: red;
	font-style: italic;
}

#pdfnote {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 75%;
}
#pdfnote img { 
	float: left;
	padding-left: 10px;
}
#pdfnote p { padding-left: 110px; }

#main { padding-left: 110px;
}

#webinfo {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 75%;
}
#webinfo img { 
	float: left;
	vertical-align: middle;
}
#webinfo p { padding-left: 110px; }

#footer {
	text-align: center;
	font-size: 75%;
}
