
@-ms-viewport {
	width: device-width ;
}
@viewport {
	width: device-width ;
}


body {
	font-family: Tahoma, Arial, sans-serif ;
	
	color: #000000;
	
}
#bg {background: url("../images/000_borg_back.gif");
	background-repeat: repeat-y;
	background-position: top left;
	margin: 8 10;

	
}
p {
	font-size: 12pt;
	font-weight: bold;
	display: block;
	margin: 0.8em;
	line-height: 1.2em;
}

p.small {font-size:9pt;
	line-height: 1.2em;
	text-align: center;
}

h1 {
	font-family: Courier, monospace;
	font-size: 24pt;
	color: #33cc33;
	font-weight: 600;
	text-align: center;
}

h2 {
	font-family: Courier, monospace;
	font-size: 20pt;
	font-weight: 600;
	color: #33cc33;
}

h3 {
	font-size: 14pt;
	font-weight: 600;
	text-align: left;
	font-family: courier, monospace;
}


}

h4 {

	font-weight: bold;
	line-height: 1.1em;
	color: #1d751d;
}

h5 {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	margin: 2px;
}

a:link {text-decoration: none; font-weight: bold; color: #1d751d;}        
a:visited {text-decoration: none; color: #54c454;}
a:hover {text-decoration: underline; color: #3dff3d;}
a:active {text-decoration: underline; color: #424242;}

hr { 
    display: block;
    border:0px;
	background:url("../images/xphanline.gif");

	width: 100%;
	max-width: 400px;
	height:21px;
	border:none !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

img {
	max-width:100%;
	height: auto;
	margin: 1em 0;
	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/000_borg_topleft.gif"), url("../images/xphan.gif");
	background-repeat: no-repeat;
	background-position: top left, top right;
	margin:0;

}



/* ****** 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: #164516);
	}

#footer p {
	font-size: 8pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	color: #164516;
	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: right;
	font-weight: 300;
	margin: 4px;
}

/* ****** CONTENT ****** */	
div#content {
	margin: auto;
	margin-top: 20px;
	width: 80%;
	
	max-width: 700px;
	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; 
	padding-left: 15%;
	}

	
	/* ****** 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%;
		width: 94%;
		padding: 4px;
	}

	div#content {
	width: 96%;
	padding: 5px;
}
img {max-width: 95%;}
	}

