body
{
    color: black;
    font-family: arial, helvetica, sans serif;
	font-size: 16px;
    background-color: #e2efff
}
h1
{
	font-size: 30px; 
	text-align: center; 
	color: navy;
	font-weight: bold;
}
.bigheader
{
	font-size: 30px; 
	text-align: center; 
	color: navy;
	font-weight: bold
}
h2
{
	font-size: 22px; 
	text-align: left; 
	color: navy; 
	font-weight: bold;
}
.stdtitle
{
	font-size: 20px; 
	text-align: left; 
	color: navy; 
	font-weight: bold
}
h3
{
	font-size: 18px; 
	text-align: left; 
	color: navy;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
}
h4
{
	font-size: 18px; 
	text-align: left; 
	color: navy;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0px;
}
.underline
{
	text-decoration: underline;
}
.header
{
	font-size: 18px;
	font-weight: bolder
}
.date
{	font-size: 16px;
	font-style: italic;
	float: right;
	color: black;
	font-weight: bold;
}
.center
{
	text-align: center
}
.w17insignia  /* used to position insignia on w17 header */
{
	position: absolute; 
	top: 190px; 
	left: 30px; 
	width: 110px
}
.w22insignia  /* used to position insignia on w22 header */
{
	position: absolute; 
	top: 30px; 
	left: 240px;
}
.w22insignia1  /* used to position insignia on w22 header */
{
	position: absolute; 
	top: 190px; 
	left: 30px;
	width: 110px;
}
.frac1 /* fraction numerator */
{
	font-size: 11px;
	font-weight: bold;
}
.frac2 /* fraction denominator */
{
	font-size: 9px;
	font-weight: bold;
}
.quotebox
{
	float: left; 
	background: url('buttons/quotes.png') no-repeat 12px 10px; 
	background-color: #ffcc00; 
	padding: 20px 20px 20px 36px; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	color: #404040
}
p
{
    margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	text-indent: 0px;
    margin-right: 0px;
    text-align: justify
}
p.copy
{
    margin-left: 0px;
	text-indent: 0.5in;
    margin-right: 0px;
    text-align: left;
	font-size: 14px;
	font-style: italic
}
.copyright
{
	text-align: center;
	font-size: 10px;
	color: navy;
	border: solid 1px navy; 
	padding: 10px;
	margin-top: 15px;
}
.about
{	text-align: center;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}
img
{
    border: none;
}
img.photo
{
    border: solid 2px navy;
	margin: 0px
}
.picture
{
	border-top: solid 2px grey;
	border-left: solid 2px grey;
	border-bottom: solid 2px grey;
	border-right: solid 2px grey;
}
img.right
{
    float: right;
	margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
}
img.left
{
    float: left;
	margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
}
div.left
{
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.right_clear
{
    clear: left;
    float: right;
    margin-bottom: 0.1in
}
img.left_clear
{
    clear: right;
    float: left;
    margin-bottom: 0.1in
}
img.spacer
{	
	height: 15px
}
div.right
{
	float: right;
	margin-bottom: 0.1in;
	margin-left: 0.15in
}
span.right
{
	float: right;
	margin-bottom: 0.1in;
	margin-left: 0.15in
}
span.left
{
	float: left;
	margin-bottom: 0.1in;
	margin-right: 0.15in
}
a:link
{
    color: blue;
	text-decoration: none;
	font-weight:bold;
}
a:visited
{
    color: blue;
	text-decoration: none;
	font-weight:bold;
}
a:active
{
    color: red;
	text-decoration: none;
	font-weight:bold;
}
a:hover
{
    color: red;
	text-decoration: underline;
	font-weight:bold;
}
.inverse a:link{color: red}
.inverse a:visited{color: red}
.inverse a:active{color: blue}
.inverse a:hover{color: blue}
hr
{
    border: none;
    background: navy;
    color: navy;
    height: 2px
}
span.red
{
	color: red
}
span.blue
{
	color: blue
}
li
{
    text-align: justify
}

