/* CSS Document */

html,body{
	margin:0;
	padding:0
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(images/bkgrnd.gif);
	background-repeat: repeat;
}
p{
	margin:0 10px 10px
}
/*a{
	display:block;
	color: #981793;
	padding:10px
}
ul#pmenu > a{
	display:block;
	color: #981793;
	padding:10px
}*/
div#header {
	margin: 0;
	padding: 0;
	height:196px;
}
div#header a {
	padding: 0;
}
div#container{
	text-align:left;
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF
}
#content {
	margin-left:20px;
	float:left;
	width:500px;
}
#content.wide {
	margin-left:20px;
	float:left;
	width:770px;
}
#content.wide ul{
	margin-left:20px;
	text-indent:16px;
	margin-top:.4em;
}
#content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	color: #d23600;
	padding:10px;
	margin-bottom: -8px;
}
#content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	padding:10px;
	margin-bottom: -8px;
}
div#content p{
	line-height:1.4;
}
.color {
	background-color: #CCF;
	display: block;
}
div#sidebar{
	background:#ea9c06;
	float:right;
	width:200px;
	margin:10px 10px 0 0;
	/*border: 1px solid #805a13;*/
	background-image:url(images/sidebartop.gif);
	background-repeat:no-repeat;
}
div#sidebar h3 {
	margin: 10px 0 10px 34px;
	font-size: 1.6em;
}
div#navbar {
	background:#EA9C06;
	height:36px;
	margin:0 auto;
}
div#extra{
	background:#ea9c06;
	float:right;
	clear:right;
	width:200px;
	margin:10px 10px 0 0;
	/*border: 1px solid #805a13;*/
	background-image:url(images/sidebartop.gif);
	background-repeat:no-repeat;
}
div#extra h3 {
	margin: 10px 0 10px 34px;
	font-size: 1.6em;
}
div#footer{
	background: #ea9c06;
	color: #FFF;
	clear:both;
	width:100%;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	text-align:center;
}
div#footer p a.bottomnav{
	text-align:center;
	color:#FFFFFF;
}
/*div#content{
	float:left;
	width:500px;
}*/
div#search {
	padding:4px;
}
/* ============================ STYLE FOR ROUND TOP BOX ============================*/
.rndbox {
	background:#ea9c06;
	width: 200px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.rndtop {
	background:url(images/round_rt.gif) no-repeat right top;
	border: 1px sold #996633;
}
.boxtitle {
	background-image:url(images/dove.gif) no-repeat left top;
	font: 14 px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.rndbox p {
	margin: 0 8px;
	text-align:left;
}
/* ========================== OLD STYLE FOR TOP NAVIGATION ============================== 
#pmenu, #pmenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
}
#pmenu {
	margin:0 0 0 2px;
}
#pmenu li {
	float:left;
	position:relative;
}
#pmenu a, #pmenu a:visited {
	display:block; 
	width:92px; 
	font-size:12px; 
	color:#000; 
	height:16px; 
	line-height:22px; 
	text-decoration:none; 
	text-indent:2px; 
	background:#ea9c06; 
	border:1px solid #fff; 
	border-width:0 1px 1px 0;
	padding:10px;
}
#pmenu li:hover > a{
	background:#dfd7ca; 
	color:#c00;
	padding: 10px;
}
#pmenu li ul {
	display: none;
}
#pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:108px;
}
#pmenu > li:hover > ul {
	left:0; 
	top:34px;
}*/
#wrapper #content h2 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d23600;
}