.left	{
		float: left;
	}

.right	{
		float: right;
	}

body
		{	margin: 0;	
			background-color: rgb(255, 255, 255);
			font-family: "arial", sans-serif;
			font-size: 100%;
			color: rgb(0, 0, 0);
			line-height: 130%;
			}

div.body	{
		position: absolute;
		top: 75px;
		left: 0px;
		margin-left: 15%;
		margin-right: 40%;
	}
	
div.leftCol	{
		/*background-color: rgb(240, 69, 184);
		background-image: url(pinkTile.jpg);*/
		position: absolute;
		top: 75px;
		left: 0px;
		width: 9%;
		height: 100%;
	}


li.quote {
		font-style: italic;
		margin-bottom: 0px;
		color: rgb(41, 74, 115);
		border-top: 1px dotted rgb(41, 74, 115);
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		list-style-type: none;
	}

li.quoteNoBy {
		font-style: italic;
		margin-bottom: 0px;
		color: rgb(41, 74, 115);
		border-top: 1px dotted rgb(41, 74, 115);
		border-bottom: 1px dotted rgb(41, 74, 115);
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		list-style-type: none;
	}
	
li.by {
		margin-top: 0px;
		text-align: right;
		color: rgb(41, 74, 115);
		border-bottom: 1px dotted rgb(41, 74, 115);
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		list-style-type: none;
	}
	
div.top	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 75px;
		background-color: rgb(77, 140, 217);
		color: rgb(255, 255, 255);
		font-size: 120%;
	}

div.top p	{
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 10px;
		margin-bottom: 0px;
		}
		
span.emph	{
		font-weight: bold;
}

dt {
		border-left: 22px solid rgb(120, 47, 34);
	}

h1
		{	color: rgb(255, 255, 255);
			background-color: rgb(77, 140, 217);
			font-variant: small-caps;
			margin: 0px;
			font-weight: bold;
			font-size: 150%;
			line-height: 50px;
			padding-left: 5px;
			padding-right: 5px;
			}
			
h2
		{	color: rgb(0, 0, 0);
			border-left: 20px solid rgb(240, 69, 184);
			padding-left: 5px;
			padding-right: 5px;
			font-weight: bold;
			font-size: 100%;
			line-height: 120%;
			}

h3
		{	color: rgb(0, 0, 0);
			font-weight: bold;
			font-size: 100%;
			line-height: 120%;
			padding-left: 5px;
			padding-right: 5px;
			}
		
img	{
			margin-left: 10px;
			margin-right: 10px;
			margin-top: 10px;
			margin-bottom: 10px;
			border: none;
			float: right;
		}

img.slogan	{
		/* position: absolute;
		top: 10px;
		left: 7px; */
	}
	
li	{
		margin-left: 0px;
	}

ul   {	
		margin-bottom: 0px;}
		
li.inner	{
		margin-top: 0px;
		margin-left: 5%;
		padding-left: 0px;
		list-style-type: circle;
}

li.titleInner	{
	font-style: italic;
	padding-left: 10%;
	list-style-type: none;
	}

p.footer	{
		background-color: rgb(77, 140, 217);
		font-style: italic;
		font-size: 70%;
	}

table.contact	{
		position: relative;
		left: 15%;
	}
	

td, th	{
		vertical-align: top;
	}

td.contactHead	{
		background-color: rgb(77, 140, 217);
		color: rgb(255, 255, 255);
	}
	
td.contactl	{
		color: rgb(77, 140, 217);
	}
	

A:link
      {	border-style: none;
      	color: rgb(41, 74, 115);}

A:visited
      {	border-style: none;
      	color: rgb(75, 93, 115);}
      	
A:hover
      {	border-style: none;
   		color: rgb(255, 255, 255);
			background-color: rgb(41, 74, 115);}
