/* CSS Document */
body {
   Margin: 0px 0px 0px 0px;
   background-color:#614c35;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#c6b29c;
}

/* Links */
a:link {
   text-decoration:underline;
   color:#E1D1B2;

}

a:visited {
   text-decoration:underline;
   color:#E1D1B2;

}

a:hover {
   text-decoration:none;
   color:#FFFFFF;

}

/* Top of page */
.top {
   Padding:0px;
   text-align:center;
   background-image:url(images/topbg.gif);
   background-position:top;
   background-repeat:repeat-x;
   height:325px;
}

/* Main content */
.content {
   float:left;
   width:800px;
   text-align:left;
}

/* Main navigation */
.menu {
   Text-align:right;
}

.menu a {
   color: #FFCC66;
   text-decoration:none;
   padding:3px;
   margin-right:10px;
}

.menu a:hover {
   color:#FFF;
   text-decoration:none;
   padding:3px;
   background-color:#4D3E2C;
}

.menu a:active {
   color:#FFF;
   text-decoration:none;
   padding:3px;
   background-color:#4D3E2C;
}
/* Container */
.container {
   Text-align:center;
   width:800px;
   margin:0 auto;
   margin-top:10px;
}

/* Text styles */
h1 {
   font-size: 36px;
   color:#f1e8dd;
   font-family:"Times New Roman", Times, serif;
   padding-bottom:5px;
   border-bottom:1px #7F684F dotted;
   font-weight:100;
   font-style:italic;
}

/* Page title */

div.pageTitle, div.pageTitleShadow
{
    padding-bottom: 3px;
    position: relative;
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	
}
div.pageTitle
{
    top: 8px;
    color: #F1E8DD;
    z-index: 2;
}
div.pageTitleShadow
{
    left: 1px;
    top: -37px;
    color: #32291E;
    z-index: 1;
	padding-bottom:5px;
	border-bottom:1px #7F684F dotted;
	margin-bottom:-20px;
}

/* Footer */

div#footer {
    background: #4F3E2C; 
	text-align:center; 
	width:800px; 
	margin-bottom:10px; 
	margin-top:20px;
}

b.rtop, b.rbottom {
    display:block;
	background: #614C35
}

b.rtop b, b.rbottom b {
    display:block;
	height: 1px;
    overflow: hidden; 
	background: #4F3E2C
}

b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}

b.rtop b.r4, b.rbottom b.r4 {
    margin: 0 1px;
	height: 2px
}