
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Color scheme:
	Main background-color: #FFFFCC = RGBA(255,255,204,1)
	Banner background-color: #F1F1F1
	Main text and links: #F1F1F1 = RGBA (119,43,27,1)
	Link hover: #303F9F = RGBA (119,43,27,.6)
	Light blue background-color: #3F51B5 = RGBA(232,180,59,1)
*/	

body {
	line-height: 1;
	width:96%;
	height: 100%;
	max-width: 1280px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-left:2%;
	padding-right:2%;
	background-color: #ffffcc;
       font-size: 100%;
       color: #F1F1F1;
   text-decoration-skip-ink: none;	
}

wrapper {
	border: 1px solid black;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 99%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1 {
   font-size: 150%
   }
h2 {
   font-size: 130%
   }
h3 {
   font-size: 120%
   }
   
hrblack {
   text-align:center;
   width:75%;
   border-bottom:1px dashed #000000;
   }
   
b {
   font-weight: bold;
   }
i  {
   font-style: italic;
   }
em  {
   font-style: italic;
   }   
u  {
   text-decoration: underline;
   }
ul li {
   font-size: 100%
   }
.note {
   font-size: 90%
   }
article dt {
	font-size: 120%;
	font-weight: bold;
	}
	
img.imgclass {
	max-width: 90%;
	}	
	
img.left_image {
	clear:both;
	float:left;
	max-width: 90%;
	border-style:solid;
	border-color:#000000;
	border-width:2px;
	}
	
img.right_image {
	clear:both;
	float:right;
	max-width: 90%;
	border-style:solid;
	border-color:#000000;
	border-width:2px;
	}
	
img.img_center {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	}

	#banner {
		background-color: #1A237E;
		clear: both;
		width: 100%;
		text-align: center;
		float:none;
		padding: 0%;
		border:2px solid #000000;
		overflow:hidden;
		font-family: "Bookman Old Style", "Times New Roman", Roboto, sans-serif;
		font-size: 100%;
		border-radius: 6px;
	}



/*
Start of back-to-top code
*/


@media screen and (max-width: 420px){
.back-to-top {
    position: fixed;
    bottom: 10em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: #EBEBEB;
    font-size: 50%;
    padding: 1em;
    display: none;
}
}

@media screen and (max-width: 768px){
.back-to-top {
    position: fixed;
    bottom: 5em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: #EBEBEB;
    font-size: 75%;
    padding: 1em;
    display: none;
}
}

@media screen and (min-width: 768px){
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: #EBEBEB;
    font-size: 87.5%;
    padding: 1em;
    display: none;
}
}

.back-to-top:hover {    
    background-color: #878787;
}

.back-to-top-text {
		text-align:right;
		}
/*
End of back-to-top code
*/

	#leftfill-10 {
		clear:left;
		float:left;
		width:10%;
		height:1px;
	}
	
	#leftfill-20 {
		clear:left;
		float:left;
		width:20%;
		height:1px;
	}
	
	#leftfill-30 {
		clear:left;
		float:left;
		width:30%;
		height:1px;
	}
	
	#leftfill-40 {
		clear:left;
		float:left;
		width:40%;
		height:1px;
	}
	
	#text-block {
	padding: 1% 5% 1% 5%;
	}
	
	#text-block2 {
	padding: 1% 5% 1% 5%;
	}
	
	#text-block3 {
	padding: 1% 5% 1% 5%;
	}
	
	#text-block4 {
	padding: 1% 5% 1% 5%;
	}
	
	#text-block5 {
	padding: 1% 5% 1% 5%;
	}
	
	#text-block6 {
	padding: 1% 5% 1% 5%;
	}
		
	#contact_leftfill-20 {
		clear:left;
		float:left;
		width:40%;
		height:1px;
	}
	#gjim_contact {
	    float:left;
		padding: 1% 0% 1% 0%;
		background-color: #FFFFCC;
		width:100%;
		overflow:hidden;
		font-family: "Bookman Old Style", "Times New Roman", Roboto, sans-serif;
		font-size: 80%;
		font-weight: bold;
		color: #660000;
		text-align: center;
		border-radius: 6px;
	}
	
	#gjim_footer {
		clear: left;
		float: left;
		background-color: #FFFFCC;
		width:100%;
		border-radius: 6px;
	}	