*  {box-sizing: border-box;}
body {margin:0px auto;padding:0px;font: 95% Arial, Verdana, Helvetica;background-color:#fffffc;text-align:center;}
h1,h2,h3 {padding:0px 5px;color:#060}
h1 {font-size:130%;text-align:center;margin-top:0px}
h2 {font-size:110%;margin:10px}

#outer {max-width:1200px;width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
    margin:0 auto;text-align:left;}

#footer{background-color:#090;color:#fff;text-align:center;width:100%;margin:0px;padding:0px;}
#top h1{color:#090;font-size:200%;padding:0;margin:0}
#top{padding:15px;font-size: 150%;}

#navcol {width:24%;float:left;margin-top: 10px;}

#content{float:right;margin:15px 5px;width:74%;padding:15px;text-align:justify;}
#footer {clear:both;}
#footer #leftcol, #footer #middlecol, #footer #rightcol {width:27%;float:left;text-align:left;}
#footer #leftcol{padding-left:10%}
#footer li a {color:#fff;text-decoration:none;font-size:80%}
#footer li a:hover {color:#ccc;text-decoration:none}
#footer li {list-style-type:none;}

/* forms */
.field {padding:5px;width:100%;}
.field label {width: 25%;display: inline-block;text-align:left}
.field .txt {width:72%;float: right;}
.field .txtnr {width:30%;margin-left:-3px}
.clearbtn {float:left;border:2px outset #090;background-color:#900;	color:#fff;
    padding:4px;}
.submitbtn {float:right;margin-right:4px;border:2px outset #090;	background-color:#090;	color:#fff;
    padding:4px;}
label {width:50%; display:block;}

#1swide label{ 	margin: 0px;	padding: 0px 0px;	color: #000;
    font-weight:normal;    float:left;    width:25%;clear:left
}
#1wide h1,#wide h2 {padding:0px}
#1wide .txt {border: 1px solid #090;	width:73%;padding:5px 0px;clear:left    
}
.wtxt {width:95%}
#1wide .btn, .btn {
	border:2px outset #090;
	background-color:#090;
	color:#fff;
    padding:2px;
    font-size:90%
    }
#1wide .btn a{color:#fff;text-decoration:none;text-align:center;display:block}
fieldset  {padding:0px;background-color:#ffe;border:#f00;margin:0 }
legend {font-weight:700}
.txtreq {background-color:#fbb;}
.error {font-weight:600;color:#000;background-color:#ff8;padding:10px 20px}
.error a{color:#090}
img {border:0px none}

/* repsonsive naviagation */
/* Style the links inside the navigation bar */
.nav a {    overflow: hidden;float: left;    display: block;    color: #000;background-color: #ffff66;
    width:100%;    text-align: left;    padding: 8px ; margin:5px 0px;   text-decoration: none;    font-size: 100%;font-weight:400}
/* Change the color of links on hover */
.nav a:hover {     color: #010;background-color:#ffc}
/* Add an active class to highlight the current page */
a.active {      color: #f00;background-color:#ffc}
/* Hide the link that should open and close the topnav on small screens */
.nav .icon {    display: none;} 


/* responsive parts */
@media (max-width:768px){}
@media (max-width:1000px){
    #navcol {  width:30%;}
    #content{width:60%;}
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    #navcol{width:100%}
    #top {padding:0px}
  .nav a {display: none;}
  .nav a.icon {float: right; display: block;font-size:200%  }

#footer #leftcol, #footer #middlecol, #footer #rightcol 
    {width:100%;text-align:left;}
    #footer #leftcol a, #footer #middlecol a, #footer #rightcol a {padding:5px;line-height: 200%}   
    #content {width:97%;padding:5px 10px}
 .field {padding:5px;float:left;width:100%;}
.field label {width:50%}
.field .txt {float:left;width:98%;}
.field .txtnr {width:30%;}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .nav.responsive a.icon {position: absolute;width:100%;text-align:right; top: 80px;  }
  .nav.responsive a {  float: none;    display: block;    text-align: left;padding:11px  }
  .nav.responsive {margin-top: 70px}
   
        
    
} 