body {
background-color: #ffffff;
margin:0px;
font-family: verdana, arial, helvetica, sans-serif;
}

/* Containers */

div {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

#wrap {
width: 1000px;
margin:0 auto;
background: #ffffff;
}

#header {
padding:5px;
background:#ddd;
}

#nav {
background: #a78534;
padding:8px 30px 8px 30px;
height: 30px;
margin: 0px;
}

#main {
background: #fff;
width:90%;
float:left;
padding: 30px;
position:absolute;
margin:0 auto;
}

#main-2 {
background: #fff;
width:95%;
float:left;
padding: 30px;
position:relative;
margin:0 auto;
}

#main-center {
background: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
align-items: center;
text-align:center;
width:1000px;
float:center;
padding: 20px 20px 20px 20px;
position:relative;
margin:0 auto;
}

#main-left {
background: #fff;
width:1000px;
float:center;
padding: 10px;
position:relative;
margin:0 auto;
padding-bottom: 100px;
}

#main-left-center {
background: #fff;
display: flex;
align-items: center;
width:1000px;
float:center;
padding: 10px;
position:relative;
margin:0 auto;
padding-bottom: 100px;
}



#main-left-100 {
background: #fff;
width:100%;
position:relative;
margin:0 auto;
padding-bottom: 100px;
}

#main-left-inside {
background: #fff;
width:1000px;
float:center;
position:absolute;
margin-right:-70px auto;
}

#sidebar {
background: #eeeeee;
float:left;
width:145px;
padding:30px 20px;
margin:0 auto;
}

#column-left {
	float:left;
	width:425px;
	}
#column-2 {
	float:right;
	width:1000px;
}

#column-2-1 {
	float:left;
	width:425px;
	}
#column-2-2 {
	float:right;
	width:200px;
	}
	
#column-left-2 {
	float:left;
	width:330px;
	}
#column-2-2b {
	float:right;
	width:1000px;
}

#column-2-1-2 {
	float:left;
	width:325px;
	}
#column-2-2-2 {
	float:left;
	width:325px;
	}


/* To create the main image near the top of the page. */

.bottom_aligner {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 0px;
}
  
#bottom-link {
    position:absolute;
    bottom:0;
}
  
/* Font styles. */

h1b {
font-size: 40px;
line-height:55px;
letter-spacing: -2px;
color: #e63803;
font-weight: bold;
margin:15px 0px 0px 0px;
}

h1 {
font-size: 28px;
line-height:34px;
letter-spacing: -2px;
color: #000000;
font-weight: bold;
margin:15px 0px 0px 0px;
}


h2 {
font-size: 24px;
line-height: 30px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
font-style: italic;
margin:0px 0px 0px 0px;
}

h3 {
font-size: 19px;
line-height: 19px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
margin:15px 0px 0px 0px;
}

h4 {
font-size: 18px;
line-height: 20px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
margin:5px 0px 0px 0px;
}

h5 {
font-size: 18px;
line-height: 20px;
letter-spacing: -1px;
color: #ee0a0a;
font-weight: bold;
margin:5px 0px 0px 0px;
}

h6 {
font-size: 13px;
line-height: 13px;
color: #000000;
font-weight: bold;
margin:15px 0px 0px 0px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}


p, ul, ol, table {
margin-top: 1em;
line-height: 1.2em; 
}

p2 {
font-size: 15px;
line-height: 1.2em;
margin-top :12px; 
}

p3 {
font-size: 14px;
line-height: 1.3em;
margin-top :14px; 
display: block;
}

p4 {
font-size: 12px;
line-height: 1.2em;
margin-top :12px; 
display: block;
}

a:link, a:visited {
text-decoration: underline;
font-weight: bold;
color:#0033FF;
}

a:hover {
text-decoration: underline;
color:#6699FF;
}

.class1 A:link {text-decoration: none; color: #ffffff}
.class1 A:visited {text-decoration: none; color: #eeeeee}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color:#efefef}
