@charset "utf-8";
/* CSS Document */

body{ font-family:Arial, Calibri, sans-serif;
font-size:11pt;
font-weight:normal;
color:#000000;


}

#header {
	height:96px;
	width: 100%;
	min-width:550px;
	overflow: hidden;
    position:absolute;
	display:block;
    top: 0;
    left: 0;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #002828;
	font-family: Calibri, Arial;
	font-size:12pt;
	font-weight:bold;
	color: #C18317;
}

div {
	display:block;
	margin:0 auto;
	vertical-align:top;
}

#sidebar{
	display:inline-block;
	width: 180px;
	height:auto;
	margin:0 auto;
	padding: 10px;
	border: #C18317 solid 2px;
	border-radius:20px;
	background-color:#efefef;
	position:relative;
	margin-right:5px;
	text-align:left;
	margin-bottom:100px;
	box-shadow: 1px 2px 5px #002828;
	}

#body{
	display:inline-block;
	width: 914px;
	height:auto;
	margin:0 auto;
	padding: 10px;
	border: #002828 solid 2px;
	border-radius:20px;
	background-color:#efefef;
	position:relative;
	text-align:left;
	margin-bottom:100px;
	box-shadow: 1px 2px 5px #000;
	}

#foot{
	min-width:609px;
	clear: both;
    position: fixed;
    z-index: 10;
	background-color:#4D4D4D;
	overflow: hidden;
	bottom:0;
	left:0;
	height:75px;
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
	display:inline-block;
	font-family: Calibri, Arial;
	font-size:12pt;
	font-weight:normal;
	color:#FFFFFF;
	visibility:hidden;
}


a {
	font-family: Arial, Calibri, sans-serif;
	font-size: 14px;
	color:#002828;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#4D4D4D;
}
a:hover {
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
}
a:active { 
	text-decoration: none;
}
a.current {
	font-weight:bolder;
}

.button {
	cursor:pointer;
  font-family: arial;
  font-weight: bold;
  color: #FFFFFF !important;
  font-size: 16px;
  padding: 10px 18px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #002828;
  background: #002828;
  background: linear-gradient(top,  #007A7A,  #00ADAD);
  background: -ms-linear-gradient(top,  #007A7A,  #00ADAD);
  background: -webkit-gradient(linear, left top, left bottom, from(#007A7A), to(#00ADAD));
  background: -moz-linear-gradient(top,  #007A7A,  #00ADAD);
}
.button:hover {
  color: #FFFFFF !important;
  background: #468CCF;
  background: linear-gradient(top,  #00ADAD,  #007A7A);
  background: -ms-linear-gradient(top,  #00ADAD,  #007A7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ADAD), to(#007A7A));
  background: -moz-linear-gradient(top,  #00ADAD,  #007A7A);
}