/* CSS Document */

body 
    {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#4A525F;
    }

.maintext
	{
	text-align:justify;
	}

.sidequoteblue
	{
	text-align:center;
	font-style:italic;
	color:#4A525F;
	background-color:#D9E9F6;
	padding:10px;
	-webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;

    -khtml-border-radius-topleft:10px;
    -khtml-border-radius-topright:10px;
    -khtml-border-radius-bottomleft:10px;
    -khtml-border-radius-bottomright:10px;

    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
	}
	
.sidequotegray
	{
	text-align:center;
	font-style:italic;
	color:#78373B;
	background-color:#DCDCDC;
	padding:10px;
	-webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;

    -khtml-border-radius-topleft:10px;
    -khtml-border-radius-topright:10px;
    -khtml-border-radius-bottomleft:10px;
    -khtml-border-radius-bottomright:10px;

    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
	}

h1, h2, h3, h4, h5, h6
    {
	color:#78373B;
    }

h1
	{
	text-align:center;
	}

a
	{
	text-decoration:none;
	color:#78373B;
	}
	
a:hover
	{
	text-decoration:underline;
	}
	
a:visited
	{
	text-decoration:none;
	}

ul
	{
	padding-right:35px;
	}

ul li, ol li
	{
	padding-top:4px;
	padding-bottom:4px;
	}

.footer
    {
	background-image:url('images/footer-bar.jpg');
	background-color:#FFFFFF;
	color:white;
	font-size:12px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	padding:10px;
	margin:0px;
	border:0px;
	}
	
.footer a
	{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
.footer a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.footer a:visited
	{
	text-decoration:none;
	color:#FFFFFF;
	}