
@-ms-viewport {
	width: device-width ;
}
@viewport {
	width: device-width ;
}


body {
	font-family: Times, serif ;
	background-color: #efefef;	
	background: url("images/bkgrnd.jpg");
	color: #000000;
}

p {
	font-size: 12pt;
	display: block;
	margin: 0.5em;
	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;
	text-align: left;
	letter-spacing: 8px;
	margin-top: 0.43em;
    margin-bottom: 0.43em;
	color: #5b4c6c;
}

h3 {
	font-size: 14pt;
	font-weight: 600;
	color: #2f0d59;
}

a:link {text-decoration: none; color: #800040;}        
a:visited {text-decoration: none; color: #004080;}
a:hover {text-decoration: underline; color: #357966;}

li {
	padding: 0 0 5px 0;
	list-style-type: none;
}


img {
	max-width:100%;
}

/* ****** CONTAINER ****** */
div#container {
	width: 90%;
	margin: auto;
}

/* ****** WRAPPER ****** */	
div#wrapper {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90% ;
	max-width: 740px;

}
	

/* ****** HEADER/FOOTER ****** */
div#header, div#footer {
	width: 100%;
	background-color: #010923;
	padding-top: 5px;
	padding-bottom: 3px;
}

#header, #footer p {
	font-size: 8pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	color: #efefef;
	line-height: 1.2em;
}
#footer a:link {text-decoration: none; color: #fbeac1;} 
#footer	a:visited {text-decoration: none; color: #d3ba9f;}
#footer img {
	width: 120px ;
	height: 32px;
}

.columns{
    padding: 20px;
}
.columns:after { content: '';
    display: block;
clear: both;}
.column1 {
    width: 70%;
    float: left;
    padding: 5px;
}  
.column2 {
    width: 25%;
	display: inline-block;
    float: right;
    padding: 5px;
}  



/* ****** NAVBAR ****** */
div#navbar {
	width: 40%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 6px;
	padding: 5px;
}
#navbar p {
	font-size: 11pt;
	text-align: center;
	margin: 4px;
}  
/* index page nav */
div#sticknav {
	margin: auto;
}
#sticknav img {
	max-width: 100%;
	padding: 2px;
}
/*
#navbar a:link {text-decoration: none; font-weight: bold; color: #93c2e6;}        
#navbar a:visited {text-decoration: none; color: #7ea1b7;}
#navbar a:hover {text-decoration: underline; color: #bddbf4;}
*/
/* ****** CONTENT ****** */	
div#content {
	margin: auto;
	width: 100%;
	background-color: rgba(255,255,255,0.0);

}

#content p {
	font-size: 11pt;
}

#content p.small {font-size:9pt;
	line-height: 1.2em;
	text-align: center;
}


/* ****** SEGMENTS IN PAGE ****** */
div#section {
	width: 90%;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}




/* ****** NOTICE ****** */
div#notice {
border-width: 2px; 
border-style: solid;
padding: 2px;
margin: auto;
color: #fff;
border-color: #002053;
background-color: #002053;
width: 90%;
text-align: center;
}

#notice p {
	font-size: 10pt;
	color: #dab591;
	margin-top: 5px;
	margin-bottom: 5px;
}

	
	/* ****** MOBILE DIVS ****** */
@media only screen and (max-width: 700px) {
	div#container {
		float: none ;
		width: 100% ;
}		
		
	div#wrapper {
		float: none ;
		width: 100% ;
}
	div#index {
		float: none ;
		width: 100% ;
	}
	div#section {
		width: 100%;
		margin: auto;
	}

	div#content {
		padding: 5px;
}
div#navbar {
	width: 80%;
	
}
#navbar p {padding: 4px; line-height: 2em;
}
img {max-width: 100%;
}
div#sticknav {width: 100%;}
#sticknav img {width: 30px;
}
	}