body {
	position:absolute;
	top:0px;
	width:100%;
	height:0px;
	z-index:0;
	background-image: url(monkeys.jpg);
	left: 0px;
	right: 0px;
	border-width: 220px;
	border-bottom-style: double;	
	border-color:#FFF380;
	

	

}


#container  {
	margin: auto;
	width: 902px;
	height: auto;
	border: 25px double #FFFFD0;

	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
}

#header	{
width: 890px;
height:	150px;
background-image: url(wip.png);






}


img.floatLeft { 
    float: left; 
    margin-left: 2px; 
	margin-right: 20px; 
	
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	
}


 #menu-bar {
  width: 885px;
  margin: 0px 0px 0px 0px;
  padding: 13px 6px 5px 6px;
  height: 40px;
  line-height: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  box-shadow: 0px 0px 0px #666666;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  background: #8B8B8B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F277, endColorstr=#FFA60D);
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F277), to(#FFA60D));
  background: -moz-linear-gradient(top,  #F2F277,  #FFA60D);
  border: solid 1px #6D6D6D;
}
#menu-bar li {
  margin: 0px 6px 0px 40px;
  padding: 0px 0px 6px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bolder;
  font-family: 'courier new';
  font-style: normal;
  font-size: 19px;
  color: #08090A;
  text-decoration: none;
  display: block;
  padding: 8px 20px 8px 25px;
  margin: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 0px 0px 0px #000000;
}
#menu-bar .current a, #menu-bar li:hover > a {
  background: #BFA939;
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBD50E, endColorstr=#F2F25A);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBD50E), to(#F2F25A));
  background: -moz-linear-gradient(top,  #EBD50E,  #F2F25A);
  color: #00010F;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 1px 2px 0px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#BAA832, endColorstr=#FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#BAA832), to(#FFFFFF)) !important;
  background: -moz-linear-gradient(top,  #BAA832,  #FFFFFF) !important;
  color: #000000 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar ul {
  background: #DDDDDD;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFC300, endColorstr=#F2E7A0);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC300), to(#F2E7A0));
  background: -moz-linear-gradient(top,  #FFC300,  #F2E7A0);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #000000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px #222222;
  -moz-box-shadow: 0px 0px 0px #222222;
  box-shadow: 0px 0px 0px #222222;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#000000 !important;
  font-size:16px;
  font-style:normal;
  font-family:'times new roman';
  font-weight: bold;
  text-shadow: 0px 0px 1px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}



#leftnav {
  
	
	float: left;
	width: 240px;
	margin: auto;
	height:	auto;
	padding: 5px 5px 5px 5px;
	


}
#rightnav {

	border-width:0px;	
	border-style:ridge;
	float: right;
	width: 340px;
	height:	auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


#body	{
width: auto;
height: auto;
margin: auto;
padding: 30px 20px 10px 50px;

}



table.hovertable1 {
	font-family: verdana,arial,sans-serif;
	font-size:14px;
	color:#333333;
	border-width: 5px;
	border-color: #999999;
	border-collapse: collapse;
}
table.hovertable1 th {
	background-color:#FFCD2B;
	border-width: 1px;
	padding: 17px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.hovertable1 tr {
	background-color:#FFFFB7;
}
table.hovertable1 td {
	border-width: 1px;
	padding: 17px;
	border-style: solid;
	border-color: #a9c6c9;
}



p#socialicons img{ /* makes icons rotate 360 */
margin-right: 15px; /*spacing between each image*/
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

p#socialicons img:hover{

-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}


table.hovertable {
	font-family: verdana,arial,sans-serif;
	font-size:18px;
	color:#333333;
	border-width: 5px;
	border-color: #999999;
	border-collapse: collapse;
}
table.hovertable th {
	background-color:#c3dde0;
	border-width: 1px;
	padding: 17px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.hovertable tr {
	background-color:#d4e3e5;
}
table.hovertable td {
	border-width: 1px;
	padding: 17px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.hovertable2{
	font-family: verdana,arial,sans-serif;
	font-size:14px;
	color:#333333;
	border-width: 5px;
	border-color: #999999;
	border-collapse: collapse;
}
table.hovertable2 th {
	background-color:#c3dde0;
	border-width: 1px;
	padding: 17px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.hovertable2 tr {
	background-color:#d4e3e5;
}
table.hovertable2 td {
	border-width: 1px;
	padding: 17px;
	border-style: solid;
	border-color: #a9c6c9;
}


#footer  {

clear: both;



}

