
html, body
{
	height: 100%;
}

body
{
margin: 0;
padding: 0;
width: 100%;
height: 100%;

	
	
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	
	color:#000000; 
	
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #454445;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
ul.a {
    display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
	line-height: 250%;
}
p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #0C696E;
	line-height: 2.2;
}

a:hover
{
	text-decoration: none;
}

#container
{
	margin: 15px auto;
	width: 80%;
	
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	img
{
	max-width: 100%;
  height: auto;
	 border: 2px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}






/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}
.title p { text-align: center }

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
	#header-wrapper
{
}

#header
{
	position: relative;
	height: 150px;
}


/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
{
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
	padding: 5px 20px 5px 20px;
}

#logo h1
{
	display: inline-block;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #516783;
}

#logo a
{
	text-decoration: none;
	color: #516783;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: circle; }
#navmenu li {display: inline-block; }
#navmenu ul li a {text-decoration:none;  margin: 4px;
	padding: 5px 5px 5px 5px; color: #FFFFFF;
	background: #516783;}
#navmenu ul li a:hover {color: #FFFFFF;
	background: #8096B0; }
	
	


/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#wrapper
{
width: 80%;
	background: ;
	float: center;
	position: relative;
}
#wrapperzub
{
width: 100%;
	background: ;
	float: center;
	position: relative;
}

#page
{
	overflow: hidden;
	padding: 6em 0em;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#2content
{
	float: center;
	width: 100%;
}



/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
{
	overflow: hidden;
	padding: 5em 0em;
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: justify;
	text-transform: uppercase;
	font-size: 0.30em;
	color: #ACCFFF;
}

#copyright a
{
	text-decoration: none;
	color: #ACCFFF;
}



/*********************************************************************************/
/* Home Page                                                                      */
/*********************************************************************************/
#textbox {

padding: 10px 10px 10px 10px; 
float:left;
width:95%;

 border-style: dotted;
    border-width: 1px;
}
#textboximg {


float:left;
width:25%;

 border-style: dotted;
    border-width: 1px;
}
textbox p {
font-size:.85em;
color:#1B567B;
letter-spacing:.025em;
}

#newsbox { 	
margin:0 auto;
padding: 10px 40px 10px 40px;
float:left;
width:75%;
text-align:justify;

background-color:#FFFFFF;
}

img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }	

.right {
 float: right;
 padding: 0 0 20px 20px;
}


/*********************************************************************************/
/* Music                                                                       */
/*********************************************************************************/
#colr {width: 40%;float:right;margin: auto;padding: 20px 20px 20px 20px;
 	border-bottom: 2px solid #333;}
#coll {width: 40%;float:left;margin: auto;padding: 20px 20px 0px 20px;
 
	border-bottom: 2px solid #333;}


}
table {
  border-collapse: collapse;
}

table, td, th {
  border: 0.5px solid black;
}


label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

	#submit:hover {
		opacity:0.9;
	}

footer a img {
	border:none;
	float:right;
	margin:0px 59px 40px 0px;
}