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;
}
body {
	line-height: 1;
	width:100%;
	height: 105%;
	background-color: black;
	background-image:url('jswg1.jpg');
  	background-repeat: no-repeat;
  	background-size: cover;
}
ol, ul {
	list-style: none;
    margin-left: 60px;
}
li {
    padding-bottom: 14px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#column1    {
	float: left; 
	width: 150px; 
	margin-left: 15px; 
	margin-right:15px;
	display:inline;
}
#column2	{
	float: left;
	width: 100%;
	height:90%;
	margin-left:15px;
	margin-right:15px;
}
#column3	{
	float: right;
	width: 150px;
	margin-left:15px;
	margin-right:15px;
}
.maintable	{
	border:2px solid black;
	border-bottom:5px solid black;
	background-color: #FFFFFF;
	height:1023px;
	width:720px;
	box-shadow: 0px 1px;
	font-size:120%;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
}
#header	{
	margin-bottom: 10px;
}
#footer	{
	clear: both;
	font: 8px Verdana, Geneva, Arial, Helevetica, sans-serif;
	color: black ;
	font-weight: bold;
	font-style: italic;
	margin-left: 46%;
	padding-top: 5px;
    padding-bottom: 9px;
    text-shadow: .9px .6px #FFF;
}
b {
    font-weight: bold;
}

/* extra css */
#tzo	{
	font-family: "Courier New", Courier, monospace;
	font-size:12pt;
	font-weight: normal; 
}
#ty	{
	font-family:"Courier New", Courier, monospace;
	font-weight: normal;
    float: right;
	margin-right:42%;
	padding-top:90px;
}
div.formheader	{
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding-top:100px;
	float: right;
	margin-right: 9%;
}

pre.numbs	{
	font-size:12pt;
}
pre.wrap	{
	font-weight:bold;
	font-size:12pt;
	padding-bottom:10px;
	word-break: break-all;
}
hr.uline{
	font-size:105%;
	width:23%;
	float: left;
}
p	{
	line-height: 2em;
}
blockquote p	{
	line-height:2em;
}
div.form	{
	font-size: 12pt;
	font-family:"Courier New", Courier, monospace;
	padding-top:100px;
	margin-right:22% ;
	text-align: center;
	float: right;
	width: 50%;
    border: 1px solid black;
}
div.send	{
	padding-top:10%;
	float:right;
	margin-right:34%;
}
div#return	{
	text-align: center;
	font-family: "Courier New", Courier, monospace ;
	font-size: 12pt;
	float: right;
}
div#false	{
	display: none;
}
.cenbuttons	{
	text-align: center;

}
input	{
	background-color: bisque;
    border: 1px solid black;
}
p   {
	font-family:"Courier New", Courier, monospace;
	font-size: 12pt;
}
p#ty	{
	
	margin-right: 18%;
	font-family:"Courier New", Courier, monospace;
	font-size:12pt;
	text-align: center;
}
#court	{
	width: 90%;
	margin-left:5%;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size:12pt;
	padding: 1%;
	padding-left:4%	
}
p.formex	{
	font-size:8pt;
	font-weight: bold;
	font-style: italic;
}
.tabs	{
	width: 8%;
	height: 40px;  
	border: 1px solid black;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 0px 3px #000000;
}
a	{
	text-decoration:none;
	color: black;
}
a:hover, a:hover {
	font-weight:bolder;
}
#copy	{
	font: 8px Verdana, Geneva, Arial, Helevetica, sans-serif;
	color: black ;
	font-weight: bold;
	font-style: italic;
}

/*  Mail Form CSS */

#contactform {
    font-family: "Courier New", Courier, monospace;
    width: 65%;
    height: 80%;
    padding: 20px;
    float: left;
   	margin-top:10%;
    margin-right: 12%;
    background: #F5F5F5;
    overflow:auto;
}
label {
    font-family: "Courier New", Courier, monospace;
    text-shadow: 2px 2px 2px #ccc;
    display: block;
    float: left;
    font-weight: bold;
    margin-right:10px;
    text-align: right;
    width: 120px;
    line-height: 25px;
    font-size: 15px;
}
.input	{
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 300px;
    color: #797979;
}
.hint{
    display:none;
}
.field:hover .hint {
    position: absolute;
    display: block;
    margin: -30px 0 0 455px;
    color: #FFFFFF;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
}
.button	{
    float: right;
   	margin-right: 12%;
   	margin-top: 3%;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: black;
 	font-family: "Courier New", Courier, monospace;
 	font-size: 15px;
    text-align: center;
    /* Background gradient */
    background: #FFE4C4;
    /* Border style */
    border: 1px solid #B9BDC1;
    border-radius: 10px; }
.button2	{
    float: right;
   	margin-right:1%;
   	margin-top: 3%;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: black;
 	font-family: "Courier New", Courier, monospace;
 	font-size: 15px;
    text-align: center;
    /* Background gradient */
    background: #FFE4C4;
    /* Border style */
    border: 1px solid #B9BDC1;
    border-radius: 10px;
}






