body { font-family: Arial, Helvetica, sans-serif; /*Font family for unsupported browsers*/
	   font: 1em 'Calibri'; /*Standard font*/
	   color: #000000;
       background-color: #C3C3C3;
}
h1 { text-align:center;
	 font-weight: bold;	
	 color: #FFFFFF; 
}
h2 { text-align:center;
	 font-weight: bold;	
}
a { color: #000000;
	text-decoration: none;
}
a:hover { color: #002a91;
		  background-color: #FFFFFF;
}
form { margin:0px; 
       padding:0px; 
}
select { border: 1px solid #000000;
}
input { border: 1px solid #000000; 
}
.error { color: #FF0000;
}
.navigationbox { width:170px; 
                 background:#002a91; 
				 border: 5px solid white; 
				 padding: 5px 5px 5px 5px;
				 margin-left: 5px;
}
.navigationbox a { color:#ffffff; 
                   width:170px; 
				   font-size: 14px; 
				   font-weight: bold; 
}
.navigationbox a:hover { color:#002a91; 
                         background:#000000;
}
#header { background-color: #002a91;
		  position: fixed;
		  top: 0%;
		  left: 200px;
		  right: 0%;
		  height: 80px;
		  text-align: right;
		  z-index: 2;
}
#content { position: relative;
		   top: 90px;
		   left: 200px;
		   padding: 0% 3% 3% 3%;
		   background-color: #FFFFFF;
		   margin-left: 3%;
		   margin-right: 30%;
		   overflow:hidden;
}
#footer { position: fixed;
		  bottom: 0%;
		  left: 0%;
		  width: 100%;
		  color:#ffffff; 
          font-size:0.75em; 
		  font-style: italic;
		  text-align:center; 
		  background:#002a91; 
		  border: 5px solid white; 
		  padding:5px;
		  z-index:2;
}
#sidebar { position: fixed;
		   top: 0%;
		   bottom: 36px;
		   left: 0%;
		   width: 200px;
		   color: #FFFFFF;
		   background-color:#002a91;
}