body 
{
	font: 12px  Arial, san-serif;
	background-color:  #0A3D4F;
	margin: 0;
	padding: 0;
}

a.c:link {font: bold 11px Arial, san-serif; color: #004960; background-color: transparent; text-decoration: none;} 
a.c:active {font: bold 11px Arial, san-serif; color: #C66300; background-color: transparent; text-decoration: none;}
a.c:visited {font: bold 11px Arial, san-serif; color: #004960; background-color: transparent; text-decoration: none;}
a.c:hover {font: bold 11px Arial, san-serif; color: #C66300; background-color: transparent; text-decoration: none;}

a:link {font: normal 12px Arial, san-serif; color: #004960; background-color: transparent; text-decoration: underline;} 
a:active {font: normal 12px Arial, san-serif; color: #C66300; background-color: transparent; text-decoration: underline;}
a:visited {font: normal 12px Arial, san-serif; color: #C66300; background-color: transparent; text-decoration: underline;}
a:hover {font: normal 12px Arial, san-serif; color: #C66300; background-color: transparent; text-decoration: underline;}

a.b:link {font: bold 12px Arial, san-serif; color: #004960; background-color: transparent; text-decoration: none;} 
a.b:active {font: bold 12px Arial, san-serif; color: #C66300; background-color: transparent; text-decoration: none;}
a.b:visited {font: bold 12px Arial, san-serif; color: #004960; background-color: transparent; text-decoration: none;}
a.b:hover {font: bold 12px Arial, san-serif; color: #C66300; background-color: transparent; text-decoration: none;}




p
{
	line-height: 130%;
	text-align: justify; 
	font-size: 12px;
    color: #004960;
    padding: 0px 86px 10px 0px;
    background-color: transparent;
}


	     
h1, h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0px 1em 0px;
	
}
	




.left
{
    float: left;
}

.right
{
    float: right;
}

.scroll
{
    overflow: auto;
}

#wrapper
{
    width: 780px;
    margin: 0 auto;
	background-image: url("shield.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	
	background-attachment: fixed;
	
	background-color:  #FFFFFF;
	color: #0A3D4F;
	
}

#background
{
	width: 780px;
	
}


.poem
{
   line-height: 130%;
	text-align: left; 
	font-size: 12px;
    color: #004960;
    padding: 0px 86px 10px 140px;
    background-color: transparent;
}



.content.padleft
{
    padding-left: 30px;
}


.sidebar
{
    float: left;
    margin-top: 0px;
	
}


.sidebaritem
{
    width: 260px;
    color: #0A3D4F;
    font-size: 11px;
   	float: left;
    padding: 0px 0px 0px 0px;
    margin-bottom: 8px;
     margin-left: 0px;
    text-align: left;
}

.sidebaritem_logo
{
    width: 260px;
    color: #0A3D4F;
    font-size: 11px;
   	float: left;
    padding: 33px 0px 0px 0px;
    margin-bottom: 8px;
    margin-left: -16px;
    text-align: left;
}

.sidebaritem2
{
    width: 520px;
    color: #0A3D4F;
    font-size: 12px;
    padding: 120px 0px 0px 260px;
    margin-bottom: 8px;
     margin-left: 0px;
    text-align: left;
}


#sound_choice
{
	width: 36em;
	margin-bottom: 1em;

}

#sound_choice button[type=button] 
{
	width: 6em;
	font-size: 11px; 
	font-weight: bold; 
	color: #004960; 
	background-color: transparent;
	border: 1px solid #004960; 
	padding: 2px 1px 3px 1px; 
	text-align: center; 
	margin: 0px 0px 0px 0px;
}
	
#sound_choice button[type=button]:hover 
{
	color: #C66300;
	border: 1px solid #C66300;	
}


