body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
body, html{
  margin:0;
  padding:0;
  height:100%;
}

body
 {
     font-family:Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color:white ;
     color:black;
 }


/* div boxes */
.boxheader
{
    width: auto;
    height: 150px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    margin-top: 0px;
    background-color:#104858;
	background-image:url(images/banner1.jpg);
	overflow: hidden;

}

.boxfooter
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color:#E7E7E7;
	left: 0px;
}

.boxfooterinfo
{
	width: 500px;
	height: 20px;
	left: 0px;
	display: inline-block;
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	
}

.boxfooterinfo2
{
	width: 300px;
	height: 20px;
	right:0;
	padding-right:20px;
	display:inline-block;
    position:absolute;
	margin-left:20px;
	margin-top:10px;
	text-align: right;
}

.boxcontact
{
	width: 280px;
	height: 30px;
	right:0;
	display:inline-block;
	margin-top:75px;
	margin-right:25px;
    position:absolute;
	background-color: rgba(255,255,255,.1);
	padding: 10px;
	border-radius: 10px;  

}

.boxlogo
{
    width: 500px;
    height: 105px;
	margin-left:20px;
	margin-top:10px;
	display:inline-block;
    position:absolute;
    left:0;
		background-color: rgba(0,0,0,0);
	padding: 10px;
	border-radius: 10px;  

}

.container {
   min-height:100%;
   position:relative;
}

.boxmainbody
{
    width: 750px;
    height: auto;
    padding: 0px;
    border: 0px;
    margin: auto;
	overflow:hidden;
}

.boxrounded1
{
    width: auto;
    height: auto;
    padding: 15px;
    border: 0px;
    margin: auto;
	border-radius: 0px;
	background-color:#E6EFF0;
	margin-top:20px;
	margin-left:20px;
	border-color:cadetblue;
	border-style:solid;
}

.boxrounded1b
{
    width: auto;
    height: auto;
    padding: 20px;
    border: 0px;
    margin: auto;
	border-radius: 0px;
	background-color:#E6EFF0;
	margin-top:20px;
	margin-left:0px;
	margin-right:20px;
	border-color:cadetblue;
	border-style:solid;
}

.boxrounded2
{
    width: auto;
    height: auto;
    padding: 15px;
    border: 1px;
	border-color:darkseagreen;
    margin: auto;
	border-radius: 0px;
	background-color:whitesmoke;
	margin-top:20px;
	border-style:solid;

}

.boxrounded2b
{
    width: auto;
    height: auto;
    padding: 15px;
    border: 1px;
	border-color:aliceblue;
    margin: auto;
	border-radius: 0px;
	background-color:whitesmoke;
	margin-top:20px;
	margin-right:20px;
	border-style:solid;

}

.boxrounded2c
{
    width: auto;
    height: auto;
    padding: 15px;
    border: 1px;
	border-color:aliceblue;
    margin: auto;
	border-radius: 0px;
	background-color:whitesmoke;
	margin-top:20px;
	margin-right:0px;
	border-style:solid;

}

.box2
{
    width: 400px;
    height: auto;
    padding: 20px;
    border: 0px;
	float:left;
}

.box2b
{
    width: 710px;
    height: auto;
    padding: 20px;
    border: 0px;
	float:left;
}

.box3
{
    width: 280px;
    height: auto;
    padding: 0px;
    border: 0px;
	overflow: hidden;
}

.box4
{
    width: 50%;
    height: auto;
    padding: 0px;
    border: 0px;
	float:left;
}

.box5
{
    width: 50%;
    height: auto;
    padding: 0px;
    border: 0px;
	overflow: hidden;
}


/* text */
.header1 
{
    font-weight: bold;
    font-size: 36px;
	color:white;
}

.header2
{
    font-weight: bold;
    font-size: 20px;
	color:crimson;
}

.header3
{
    font-weight: bold;
    font-size: 14px;
	color:crimson;
}

.header4
{
    font-weight: bold;
    font-size: 14px;
	color:black;
}

.text1 
{
    font-size: 12px;
}

.text1b 
{
    font-size: 12px;
	font-weight: bold;
}

.text1c 
{
    font-size: 12px;
	color:crimson;
}

.text1d
{
    font-size: 14px;
	font-weight: bold;
	color:#525252;
}

.text2 
{
    font-weight: bold;
    font-size: 10px;
}


.text3
{
    font-weight: bold;
    font-size: 13px;
	color:white;
}

.text4
{
    font-size: 13px;
	color:white;
}

.text5
{
    font-size: 10px;
	color:#888888;
}

.text6
{
    font-size: 10px;
	color:#999;
}

a:link
{
    text-decoration:none;
    color:#104858;
	 font-weight: bold; 
}

a:visited
{
    text-decoration:none;
    color:#104858;   
}

a:hover
{
    text-decoration:underline;
    color:#104858;   
}

a:link
{
    text-decoration:none;
    color:#104858;
	 font-weight: bold; 
}

a.link2:visited
{
    text-decoration:none;
    color:#888888;   
}

a.link2:hover
{
    text-decoration:underline;
    color:#888888;   
}

a.link2:active
{
    text-decoration:none;
    color:#888888;   
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color:crimson;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  width: 130px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


input {
    border: 1px solid crimson;
    border-radius: 5px;
	width: 90%;
	height: 15px;
	padding: 5px;
	font-size: 15px;
	margin: 3px;
}


table.table2 {
    border-collapse: collapse;
    width: 100%;
}

table.table2 th {
    padding: 3px;
    text-align: left;
    border-bottom: 1px solid #ddd;
	font-size: 13px;
}

table.table2 td {
    padding: 3px;
    text-align: left;
    border-bottom: 1px solid #ddd;
	font-size: 13px;
	height: 20px;
}


table.table1 th {
	border: none;
	font-size: 13px;
}

table.table1 td {
	border: none;
	font-size: 15px;
}

table.table1 {
	width:100%;
}

ul {
    list-style-type: circle;
    margin: 0;
    padding-left: 15px;
}

.button1 {
	font-size: 13px;
}
