
@-ms-viewport {
	width: device-width ;
}
@viewport {
	width: device-width ;
}


body {
	font-family: Tahoma, Arial, sans-serif ;
	background-color: rgba(112,75,152, 1);	
	color: #2f0d59;
	
}

p {
	font-size: 12pt;
	display: block;
	font-weight: 600;
	margin: 0.5em;
	color: #2f0d59;
	line-height: 1.2em;
}

p.small {font-size:9pt;
	line-height: 1.2em;
	text-align: center;
}

h1 {
	font-size: 24pt;
	color: #002c5f;
	font-weight: 600;
	text-align: center;
}

h2 {
	font-size: 20pt;
	font-weight: 600;
	color: #5b4c6c;
}

h3 {
	font-size: 14pt;
	font-weight: 600;
	color: #2f0d59;
}



h4 {
	font-size:12pt;
	font-weight: bold;
	line-height: 1.4em;
}

h5 {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	margin: 2px;
}

a:link {text-decoration: none; font-weight: bold; color: #1b598e;}        
a:visited {text-decoration: none; color: #6594aa;}
a:hover {text-decoration: underline; color: #ff00ff;}
a:active {text-decoration: underline; color: #73d0d7;}

hr { 
    display: block;
    border:0px;
	background:url("line.png") no-repeat top center;
	width: 100%;
	height:16px;
	border:none !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

img {
	max-width:100%;
	height: auto;
	float: center;
	padding: 10px;
}
img.bullet {
	width: 100px;
	height: 6px;
	padding: 0px;
}

ol, ul, li {padding: 5px 20px;
font-weight: 600;}
ul {list-style-type: none;}

/* ****** WRAPPER ****** */	
div#wrapper {	
	background: url("../images/fc_top-left.png"), url("../images/fc_top-right.png"), url("../images/fc_bottom-left.png"), url("../images/fc_bottom-right.png");
	background-repeat: no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	background-color: #ffffff;
}



/* ****** CONTAINER ****** */

div#container {
	background-color: rgba(255,255,255,0.2);
      margin: 0px;
      } 
 */
/* ****** HEADER/FOOTER ****** */
div#header {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 10px;
	
}
div#footer {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 10px;
}


#header p { 
	font-size: 8pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: left;
	color: #ffffff);
	}

#footer p {
	font-size: 8pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	line-height: 1.2em;
}

#footer img {
	margin: auto;
}

/* ****** NAVBAR ****** */
div#navbar {
	width: 100%;
	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar p {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: 300;
	margin: 4px;
}
#navbar a:link {text-decoration: none; color: #725e77;}        
#navbar a:visited {text-decoration: none; color: #7ea1b7;}
#navbar a:hover {text-decoration: underline; color: #ff00ff;}
#navbar a:active {text-decoration: none; font-weight: bold; color:#ff0066;}

/* ****** CONTENT ****** */	
div#content {
	margin: auto;
	margin-top: 70px;
	width: 80%;
	padding: 5px 15%;
}
/*
#content p {
	font-size: 14pt;
}

#content p.small {font-size:9pt;
	line-height: 1.2em;
	text-align: center;
} */

div.top {
	margin: 5px;
	padding: 5px 0 10px 0;
	line-height: 1em;

}
div.top h2, div.top h4 {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 1.2em;
}

/* ****** SEGMENTS IN PAGE ****** */
div#section {
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px; 
	
	}




/* ****** NOTICE ****** */
div#notice {
border-width: 2px; 
border-style: solid;
padding: 1px;
margin: auto;
color: #fff;
border-color: rgba(112,75,152, 1);
background-color: rgba(112,75,152, 1);
width: 90%;
text-align: center;
}

#notice p {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}

	
	/* ****** MOBILE DIVS ****** */
@media only screen and (max-width: 754px) {
	div#container {
		float: none ;
		background-color: rgba(255,255,255,0.7);
}		
		
	div#wrapper {
		float: none ;
		width: 96% ;
}
	div#index {
		float: none ;
		margin: 2% ;
	}
	div#section {

		margin: 2%;
	}

	div#content {

		padding: 5px;
}
img {max-width: 95%;}
	}

