@charset "UTF-8";
/* CSS Document */

body {
	background-color: #402719;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d2d22;

}

* {
	margin:0;
}

html {
    height: 102%;
} 

#container {
	width:850px;
	background-color:#f99d36;
	margin-bottom:20px;	
	margin-top:10px;
	border-left:medium solid #f99d36;
	border-right:medium solid #f99d36;	
	border-bottom:medium solid #f99d36;
	}

p { 
	color:#4d2d22;
	font-size:12px;
	}
	
h1 {
	color:#935232;
	font-size:18px;
	}
	
h2 {
	color:#935232;
	font-size:15px;
	}
	
a	{
	color:#f99d36;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover	{
	color:#660000;
	}
	
#leftnav {
	text-align:center;
	padding:25px;
	}
	
#leftnav p {
	color:#ece3cd;
	font-weight:bold;
	}
	
#buttonslide
{
  display: block;
  width: 75px;
  height: 26px;
  margin-left:29px;
  margin-right:29px;
  background: url("../images/framework/buttonslide.gif") no-repeat 0 0;

}

#buttonslide:hover
{ 
  background-position: 0 -26px;
}

#buttonslide span
{
  display: none;
}

	
#bottomnav p {
	text-align:center;
	font-size:9px;
	margin-bottom:20px;
	color:#ece3cd;

	} 
	
#bottomnav a:hover {
		color:#ece3cd;
		text-decoration:none;
	} 
	
#centerarea	{
	padding:25px;	
	background-color: #ece3cd;
	}
	
	
a img {
	border:#c29057 1px solid;
	}

a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	
	
	
#grid a img {
	border:#c29057 2px solid;
	}

#grid a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	
.smalltext {
	font-size:9px;
	}
	
.calloutcolor {
	color:#660000;
	}
	
ul {
	list-style-image:url(../images/bullet.gif);
	}