﻿p 
    {
        font-size:small;
        color:black;
        font-family:Verdana;
        padding-bottom:10px;
        text-align:left;
        margin-left: 10px;
}
.subheader
    {
        color:#3361aa;
        font-weight:bold;
        font-style: italic;
        padding-bottom:10px;
    }
a
    { 
        color: #990033; 
    }
td
    {
        width:80%;
    }
h1	
	{
        font-size:large;
        color:black;
        font-family:Verdana;
        padding-bottom:10px;
    }
hr
	{margin-left: 10px;}
	
#col1 {
	float: left;
	width: 49%; /* since this element is floated, a width must be given */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#col2 { 
	float: left;
	width: 49%; /* since this element is floated, a width must be given */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

img.displayed 
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

