﻿
html, body, form {
    height: 100%;
        color:black;
}


body {
    background-color: rgb(255,255,255);
    margin: 0;
    padding: 0;
    font-family: "Segoe UI",helvetica,arial,sans-serif;

}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.container-top {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(240,78,66);
    height: 60px;
}


.accent-backgroundcolor {
    background-color: rgb(240,78,66);
    /*border-bottom: 5px solid red;*/
}

.accent_textcolor
{
    color: #FFF
}

h1
{
    font-size:24px;
    font-style:normal;
}

h2
{
    width:100%;
   
    vertical-align:middle;
}


#menu
{
    margin:0;
    padding:0;
}

#menu li
{
    display:block;
    float: left;
    margin:0;
    padding:0;
    box-sizing:border-box;
}

#menu li .img-container 
{
    height: 60px;
    width: 80px;
    background-color: rgb(10,10,10);
    display: inline-block;
}

#menu li h1 
{
    line-height:60px 
}





#header
{
    height:60px;
    width:100%;
    position: fixed;
    top:0;

    color: white;
    background-color:rgb(70,70,70);
}

#footer
{
    height:24px;
    width:100%;
    position: fixed;
    bottom:0;
    padding-left:4px;

    color: white;
    background-color:rgb(70,70,70);
}

#wrap
{
    width:100%;
    position:absolute;
    margin:0 auto;
    overflow:auto;
    top:60px;
    bottom:24px;

}


#contentarea
{
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.subcontent
{
    margin-left:20px;
}

#main {
    overflow:auto;
	padding-bottom: 24px;
    margin-left:10px;
    margin-right:10px;
} 




#footer a:link
{
    color: white;
    text-decoration: underline;
}

#footer a:visited
{
    color: white;
    text-decoration: none;
}

/* unvisited link */
#a:link
{
    color: #2B6099;
    text-decoration: underline;
}

/* visited link */


/* mouse over link*/

/* selected link */



/*.btn 
{
    text-decoration: none;
    background-color:#646464;
    color:white;
    padding: 6px 10px 6px 10px;
    border-top: 1px solid #646464;
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
    border-left: 1px solid #646464;
}

.btn:hover
{
    background-color:white;

    color:#F04E42;
    border-top: 2px solid #F04E42;
    border-right: 2px solid #F04E42;
    border-bottom: 2px solid #F04E42;
    border-left: 2px solid #F04E42;
}

.btn:active
{
    background-color:#F04E42;
    color:white;
    
}*/

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn {
  color: #fff;
  background-color: #2B6099;
  border-color: #2e6da4;
}

.btn:active, .btn:focus, .btn:hover {
  color: #fff;
  background-color: #15304C;
  border-color: #204d74;
}



