img.thumb {
height: 75px;
border-width: 2px;
border-style: solid;
border-color: #CB0016;
}
img.large {
border-width: 2px;
border-color: #00703A;
border-style: solid;
}
body {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
font-family: arial;
font-size: 10pt;
color: #000000;
background-color: #ffffff;
}
td {
font-family: arial;
font-size: 10pt;
color: #000000;
}
th {
font-family: arial;
font-size: 10pt;
color: #000000;
}
h1 {
margin: 0px;
font-family: arial;
font-weight: 900;
font-size: 25px;
text-align: left;
color: #00713B;
}
h2 {
margin: 0px;
font-family: arial;
font-weight: 10;
font-size: 18px;
text-align: left;
color: #00713B;
}
h3 {
font-style: normal;
font-size: 18px;
}
h3.center {
font-style: normal;
font-size: 18px;
text-align: center;
}
h4 {
font-style: normal;
font-size: 18px;
text-align: center;
}
h5 {
font-style: normal;
font-size: 18px;
text-align: right;
}
A:link {
color: #990000;
}
A:visited {
color: #990000;
}
A:hover {
text-decoration: none;
color: #CC0033;
}
A:active {
color: #CC0033;
}
.alternate {
color: #000000;
}
A.link2:link {
color: #CB0016;
}
A.link2:visited {
color: #CB0016;
}
A.link2:active {
color: #CB0016;
}
.right {
text-align: right;
}
.rightalt {
background-color: #BFFFB8;
color: #000000;
text-align: right;
}
.middlealt {
background-color: #BFFFB8;
color: #000000;
text-align: center;
}
.middle {
text-align: center;
}
.howmany {
font-size: 10pt;
color: #00713B;
text-align: center;
}
.inform {
font-size: 10pt;
color: #00713B;
}
.reg {
font-size: 10pt;
color: #000000;
}
.nobg {
background-image: url("") ;
background-color: #ffffff;
color: #000000;
}


.box_round {
     -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
          border-radius: 10px; /* Opera 10.5, IE 9 */
}

/*---------------------------General------------------------*/
.container{
	width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.alternate{
    background: none;
}

.alternate a{
   color: #00833E;
}

/*---------------------------Header------------------------*/
.header{
	background: #000;
	height: 99px;
}

.logo{
	display: block;
    padding: 20px 0px;
}

.header__text{
	font-size: 42px;
    padding: 40px;
    color: #fff;
}

.login{
	padding: 25px 0px;
}

.login a{
	display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 3px 0px;
}

.login a:hover{
    text-decoration: underline;
}

/*---------------------------Left Side Nav------------------------*/

.nav{
    padding: 0px 0px 30;
    clear: left;
}

.nav a{
	display: block;
    color: #00833E;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0 5px 10px;
    text-decoration: none;
}

.nav a:hover{
    text-decoration: underline;
}

/*---------------------------Footer------------------------*/

.footer{
    background: #EDEDED;
    padding: 20px 0 0;
    height: 200px;
    min-height: calc(100vh - 628px);
}

.footer .container div{
    width: 300px;
}

.footer .container div:first-child{
    width: auto;
}

.footer a{
    display: block;
    margin: 5px 0;
    color: #E2231A;
}

.footer__home a{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.footer__home a:hover{
    text-decoration: underline;
}

.footer__list a{
    color: #00833E;
    font-size: 16px;
}

.footer__copyright{
    font-size: 12px;
}
