<!--
BODY {
background: #000099;}


hr {
border:0;
width: 100%;
background-color: BLACK;
color: BLACK;
height: 1px;}


/* Centering id */
<!--
#align-center
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
	  margin-left:auto;
    margin-right:auto;
    padding:0px;
    }
		
/* Left Aligned id */
<!--
#align-left
    {
    text-align:left;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
		
		
/* Right Aligned id */
<!--
#align-right
    {
    text-align:right;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
		
	
/* Justify Aligned id */
<!--
#align-justify
    {
    text-align:justify;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }		
		

/* Panel - Centered */
<!--

#panel-centered {
border-style: solid;
border-width: 1px;
padding : 2px 2px 2px 2px;
text-align:left;}		
						

/* Entire Page */
<!--
#entirepage {
width: 95%;
text-align:center;
margin-left:auto;
margin-right:auto;
font-family: arial, helvetica, sans-serif;}


#contentpanel {
position: relative;
float:center;
width: 85%;
font-size: small;
color: #000099;
background : white;
margin-left:auto;
margin-right:auto;
padding: 20px;}


#title {
position: relative;
float:center;
width: 90%;
font-size: 24pt;
font-weight:bold;
color: #990000;
margin-left:1px;
margin-right:1px;
padding: 1px;}


#titleleft {
position: relative;
float:left;
width: 15%;
margin-left:1px;
margin-right:1px;
padding: 1px;}


#titleright {
position: relative;
float:left;
width: 80%;
font-size: medium;
font-weight:bold;
color: #0000a0;
margin-left:1px;
margin-right:1px;
text-align:left;
padding: 1px;}


#teaser {
position: relative;
float:left;
width: 40%;
border-style: none;
font-size: small;
font-weight:bold;
color: #0000a0;
text-align:left;
padding: 25px, 15px, 15px, 15px;}


/* Newsletter Signup Panel */
<!--

#newslettersignup {
position: relative;
float:right;
width: 55%;
border-style: none;
border-width: 2px;
border-color: black;
padding : 20px;
font-size: small;
text-align:left;
background-color:#E6E7E8;
color: black;}


/* Newsletter Signup Panel Form*/
<!--

#newslettersignupform {
position: relative;
float:left;
width: 100%;
font-size: small;}


/* Footer Panel */
<!--
#footerpanel {
font-size: 7pt;
width: 90%;
color: black;
text-align: center;}



