body
	{
	background: #3057cc;
	background-image: url(gradbak.jpg);
	}


.container {margin-top: 10px}

.left-element {
   float: left;
   width: 39%;
   margin-left: 15px;
   }

.right-element {
   float: right;
   width: 49%;
   margin-right: 10px;
   text-align: right; /* depends on element width - aligns images too*/
   } 




div.frame
	{
	float: right;
	margin: 10px;
	height: 375px;
	width: 500px;
	}

div.toptext
	{position: absolute;
	top: 0;
	left: 0;
	height: 220px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	}

div.maintext
	{
	position: absolute;
	top: 220px;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	}

div.emailtext
	{
	position: absolute;
	top: 400px;
	left: 50%;
	padding-left: 0;
	padding-right: 0;
	width: 50%;
	}

table
	{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: sans-serif;
	}

h1
	{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 180%;
	color: #000080;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	}

h2
	{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 140%;
	color: #4D4D4D;
	font-family:  Georgia,"Tmes New Roman", Times, serif;
	}

.small
	{
	margin-left:1em;
	margin-top: 0;
	margin-right:1em;
	margin-bottom: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: sans-serif;
	} 

.medium
	{
	margin-left:1em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: yellow;
	font-family: sans-serif;
	} 

.topline
	{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	color: yellow;
	font-family: sans-serif;
	} 

.byline
	{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 18pt;
	color: #000080;
	font-family: serif;
	}

.sub
	{
	margin-top: 1em;
	margin-bottom: 0;
	text-align: left;
	font-style: italic;
	font-size: 16pt;
	color: aqua;
	font-family: serif;
	}
.inline
	{
	font-weight: bold;
	color: yellow;
	}


.tail
	{
	margin-top: 1em;
	text-align: center;
	font-size: 16pt;
	color: aqua;
	font-family: serif;
	}

a
	{
	text-decoration: none;
	}

a:link
	{
	color: fuchsia;
	background: transparent;
	}

a:visited
	{
	color: fuchsia;
	background: transparent;
	}

a:hover
	{
	color: black;
	background: silver;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 1px;
	padding-right: 0;
	}
