/* Fonts */

h2 {
  text-align: center;
  font-size: 30px;
  margin-top: 0px;
}

/* Debug Box */
.red {
  border: 2px;
  border-color: red;
  border-style: dashed;
}

.blue {
  border: 2px;
  border-color: blue;
  border-style: dashed;
}

.hide {
	visibility: hidden;
}

/* Page wrapper */
.new_pagewrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-left: auto ;
  margin-right: auto ;
  float: left;
  background-color: white;
 
}

/* Page Header */
.new_pageheadewrapper {
  font-family: sans-serif;
  font-size: 60px;
  float: left;
  color: #0d1068;
  width: 100% ; 
  font-weight: bolder;
  
}

.new_imageloop {
  font-family: sans-serif;
  font-size: 20px;
  height: 300px;
  float: left;
  color:  #0d1068; 
  width: 950px;
  border: 2px;
  text-align: center;
  border-color: white;
  border-style: solid;
  background-color: lightgrey;
  margin-bottom: 10px;
  margin-left: 10px;
 
}

.new_logobox1 {
  float: left;
  width: 240px;
}

.new_logobox2 {
  float: left;
  width: 700px;
}

.new_pagecompany {
  font-size: 80px;
  float: left;
  color: #0d1068;
  margin-top: 30px;
}

.new_pagetagline {
  font-size: 40px;
  float: left;
  width: 600px;
  color: #0d1068;
  font-style: italic;
  clear: left; 
}

.new_pagelogo {
  font-family: sans-serif;
  font-size: 30px;
  float: left;
  color:  #0d1068; 
  padding: 10px;
}

/* top Menu */

.new_topmenu {
  font-family: sans-serif;
  font-size: 20px;
  float: left;
  color:  #0d1068; 
  clear: left;
  width: 985px;
  padding-left: 22px;
  padding-top: 10px;
}

.new_menu {
  font-family: sans-serif;
  font-size: 20px;
  float: left;
  color:  #0d1068; 
  width: 19%;
  border: 2px;
  text-align: center;
  border-color: white;
  border-style: solid;
  background-color: lightgrey;
}

.current {
  background-color: grey;
}

.new_menu:hover {
    background-color: gray;
    color: red;
}

.new_menu a {
color:  #0d1068;
text-decoration: none;
}

.new_menu a:hover {
   color: black;
}

/* Side Menu */

.new_sidemenu_box {
  width: 100%;
  float: left;
  clear: left;
  border: 1px;
  border-style: none;
  border-bottom: 1px;
}


.new_sidemenu_header {
  width: 100%;
  float: left;
  clear: left;
  border: 1px;
  border-style: solid;
  background-color: gray;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.new_sidemenu_footer {
  width: 100%;
  float: left;
  clear: left;
  border-bottom: 1px;
  border-top: 0px;
  border-left: 1px;
  border-right: 1px;
  border-style: solid;
  border-color: black;
  background-color: grey;
  text-align: center;
  height: 10px;
  margin-bottom: 20px;
}

.new_sidemenu_item {
  width: 100%;
  float: left;
  clear: left;
  border: 0px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 1px;
  border-style: solid;
  background-color: lightgray;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: sans-serif;
  font-size: 15px;
}

.new_sidemenu_item:hover {
    background-color:   gray;
}

.new_sidemenu_item a {
  color:  #0d1068;
  text-decoration: none;
}

.new_sidemenu_item a:hover {
   color: red;
}


/* Page body */
.new_pagebody {
  float: left;
  width: 1000px;
  margin-left: 10px;
}

.new_wrapper {
  height: auto;
  width: 1000px;
  margin: 0 auto;
}


.new_pageleft {
  float: left;
  width: 240px;
  margin-top: 10px;
  margin-left: 10px;
}

.new_pagemiddle {
  float: left;
  width: 700px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 5px;
}

.new_pageright {
  float: left;
  border: 1px;
  border-color:  #0d1068;
  border-style: solid;
}

.new_pagesidebar {
  font-family: sans-serif;
  font-size: 15px;
  float: left;
  color: black; 
  height: auto;
  width: 100%;
  border: 2px;
  text-align: center;
  border-color: white;
  border-style: solid;
  background-color: lightgrey;
  margin-bottom: 10px;
}

.new_side_text_box {
	padding: 10px;
	font-size: 18px;
}

.new_main_text_box {
	padding: 10px;
	font-size: 18px;
	background-color: #cfd3f4;
	border-radius: 10px;
}

.new_pageitem {
  font-family: sans-serif;
  font-size: 15px;
  float: left;
  color: black; 
  height: auto;
  width: 96%;
  border: 2px;
  text-align: left;
  border-color: white;
  border-style: solid;
  background-color: lightgrey;
  background-color: white;  
  margin-bottom: 10px;
  padding: 10px;
}


body {
  background-color: white;
}

/* Footers */

.new_pagefooter {
  font-family: sans-serif;
  font-size: 15px;
  float: left;
  color: black; 
  height: 30px;
  width: 96%;
  border: 2px;
  text-align: center;
  border-color: white;
  border-style: solid;
  background-color: lightgrey;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 100px;
  clear: left;
  padding-top: 10px;

}

.new_pageversion {
  font-family: sans-serif;
  font-style: italic;
  font-size: 12px;
  float: left;
  color: black; 
  height: 50px;
  width: 96%;
  border: 2px;
  text-align: center;
  border-color: white;
  border-style: none;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  clear: left;
}
